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

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'etc/ncp-config.d/nc-nextcloud.cfg')
-rw-r--r--etc/ncp-config.d/nc-nextcloud.cfg36
1 files changed, 36 insertions, 0 deletions
diff --git a/etc/ncp-config.d/nc-nextcloud.cfg b/etc/ncp-config.d/nc-nextcloud.cfg
new file mode 100644
index 00000000..89288726
--- /dev/null
+++ b/etc/ncp-config.d/nc-nextcloud.cfg
@@ -0,0 +1,36 @@
+{
+ "id": "nc-nextcloud",
+ "name": "nc-nextcloud",
+ "title": "nc-nextcloud",
+ "description": "Install any NextCloud version",
+ "info": "",
+ "infotitle": "",
+ "params": [
+ {
+ "id": "VER",
+ "name": "VER",
+ "value": "14.0.4"
+ },
+ {
+ "id": "BETA",
+ "name": "BETA",
+ "value": "no",
+ "type": "bool"
+ },
+ {
+ "id": "MAXFILESIZE",
+ "name": "MAXFILESIZE",
+ "value": "2G"
+ },
+ {
+ "id": "MEMORYLIMIT",
+ "name": "MEMORYLIMIT",
+ "value": "768M"
+ },
+ {
+ "id": "MAXTRANSFERTIME",
+ "name": "MAXTRANSFERTIME",
+ "value": "3600"
+ }
+ ]
+}