Welcome to mirror list, hosted at ThFree Co, Russian Federation.

nc-ramlogs.cfg « ncp-config.d « etc - github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 84fe759d52c2dfe2d2d3e084e1bf10075cb2f8be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "id": "nc-ramlogs",
  "name": "Nc-ramlogs",
  "title": "nc-ramlogs",
  "description": "mount logs in RAM to prevent SD degradation (faster, consumes more RAM)",
  "info": "You need to reboot for this change to take effect",
  "infotitle": "Warning",
  "params": [
    {
      "id": "ACTIVE",
      "name": "Active",
      "value": "no",
      "type": "bool"
    }
  ]
}