mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
17 lines
374 B
INI
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"
|
|
}
|
|
]
|
|
}
|