mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
23 lines
476 B
INI
23 lines
476 B
INI
{
|
|
"id": "nc-swapfile",
|
|
"name": "Nc-swapfile",
|
|
"title": "nc-swapfile",
|
|
"description": "Move and resize your swapfile. Recommended to move to a permanent USB drive",
|
|
"info": "",
|
|
"infotitle": "",
|
|
"params": [
|
|
{
|
|
"id": "SWAPFILE",
|
|
"name": "Swapfile",
|
|
"value": "/media/USBdrive/swap",
|
|
"suggest": "/media/USBdrive/swap"
|
|
},
|
|
{
|
|
"id": "SWAPSIZE",
|
|
"name": "Swapsize",
|
|
"value": "1024",
|
|
"suggest": "1024"
|
|
}
|
|
]
|
|
}
|