nextcloudpi/etc/ncp-config.d/nc-ramlogs.cfg
2019-01-04 18:14:52 -07:00

17 lines
374 B
INI

{
"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"
}
]
}