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-httpsonly.cfg')
-rw-r--r--etc/ncp-config.d/nc-httpsonly.cfg16
1 files changed, 16 insertions, 0 deletions
diff --git a/etc/ncp-config.d/nc-httpsonly.cfg b/etc/ncp-config.d/nc-httpsonly.cfg
new file mode 100644
index 00000000..e1eb831e
--- /dev/null
+++ b/etc/ncp-config.d/nc-httpsonly.cfg
@@ -0,0 +1,16 @@
+{
+ "id": "nc-httpsonly",
+ "name": "nc-httpsonly",
+ "title": "nc-httpsonly",
+ "description": "Force HTTPS",
+ "info": "",
+ "infotitle": "",
+ "params": [
+ {
+ "id": "ACTIVE",
+ "name": "ACTIVE",
+ "value": "yes",
+ "type": "bool"
+ }
+ ]
+}