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:
authornachoparker <nacho@ownyourbits.com>2019-12-20 03:07:06 +0300
committernachoparker <nacho@ownyourbits.com>2019-12-21 06:20:23 +0300
commit6d0bc6bbd97ed7515eec72b4ad1f33951430a218 (patch)
tree845e1448da2366db672223627d990a1a4aee0874
parentf854afaba1005dbb7ede91e180abb0e9c800cbd8 (diff)
Revert "build: dont use empty values by default"v1.20.1
This reverts commit da3c94933893e6b359b01b9609a376a79b083819.
-rw-r--r--changelog.md6
-rw-r--r--etc/ncp-config.d/fail2ban.cfg2
-rw-r--r--etc/ncp-config.d/freeDNS.cfg2
-rw-r--r--etc/ncp-config.d/letsencrypt.cfg4
-rw-r--r--etc/ncp-config.d/nc-admin.cfg4
-rw-r--r--etc/ncp-config.d/nc-hdd-monitor.cfg2
6 files changed, 12 insertions, 8 deletions
diff --git a/changelog.md b/changelog.md
index ec05ec06..6c553dbf 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,9 @@
-[v1.19.1](https://github.com/nextcloud/nextcloudpi/commit/ac2098b) (2019-12-08) pre-generate: fix permissions
+[v1.20.1](https://github.com/nextcloud/nextcloudpi/commit/5fb675b) (2019-12-19) Revert "build: dont use empty values by default"
+
+[v1.20.0 ](https://github.com/nextcloud/nextcloudpi/commit/f75c415) (2019-12-19) upgrade to NC17.0.2
+
+[v1.19.1 ](https://github.com/nextcloud/nextcloudpi/commit/f9deb25) (2019-12-08) pre-generate: fix permissions
[v1.19.0 ](https://github.com/nextcloud/nextcloudpi/commit/72d2d00) (2019-11-30) upgrade to NC17.0.1
diff --git a/etc/ncp-config.d/fail2ban.cfg b/etc/ncp-config.d/fail2ban.cfg
index 0f8afa55..d3f5d1b2 100644
--- a/etc/ncp-config.d/fail2ban.cfg
+++ b/etc/ncp-config.d/fail2ban.cfg
@@ -42,7 +42,7 @@
{
"id": "EMAIL",
"name": "Email",
- "value": "optional@email.com",
+ "value": "",
"suggest": "optional@email.com"
}
]
diff --git a/etc/ncp-config.d/freeDNS.cfg b/etc/ncp-config.d/freeDNS.cfg
index 88be062a..6dbcfb17 100644
--- a/etc/ncp-config.d/freeDNS.cfg
+++ b/etc/ncp-config.d/freeDNS.cfg
@@ -15,7 +15,7 @@
{
"id": "UPDATEHASH",
"name": "Update Hash",
- "value": "abcdefghijklmnopqrstuvwxyzABCDEFGHIJK1234567",
+ "value": "",
"suggest": "abcdefghijklmnopqrstuvwxyzABCDEFGHIJK1234567"
},
{
diff --git a/etc/ncp-config.d/letsencrypt.cfg b/etc/ncp-config.d/letsencrypt.cfg
index b31c8cf4..b1097b4b 100644
--- a/etc/ncp-config.d/letsencrypt.cfg
+++ b/etc/ncp-config.d/letsencrypt.cfg
@@ -9,7 +9,7 @@
{
"id": "DOMAIN",
"name": "Domain",
- "value": "mycloud.ownyourbits.com",
+ "value": "",
"suggest": "mycloud.ownyourbits.com"
},
{
@@ -21,7 +21,7 @@
{
"id": "EMAIL",
"name": "Email",
- "value": "mycloud@ownyourbits.com",
+ "value": "",
"suggest": "mycloud@ownyourbits.com"
},
{
diff --git a/etc/ncp-config.d/nc-admin.cfg b/etc/ncp-config.d/nc-admin.cfg
index ebd136c4..fe66a3a9 100644
--- a/etc/ncp-config.d/nc-admin.cfg
+++ b/etc/ncp-config.d/nc-admin.cfg
@@ -15,13 +15,13 @@
{
"id": "PASSWORD",
"name": "Password",
- "value": "ownyourbits",
+ "value": "",
"type": "password"
},
{
"id": "CONFIRM",
"name": "Confirm password",
- "value": "ownyourbits",
+ "value": "",
"type": "password"
}
]
diff --git a/etc/ncp-config.d/nc-hdd-monitor.cfg b/etc/ncp-config.d/nc-hdd-monitor.cfg
index 12536593..d19c340e 100644
--- a/etc/ncp-config.d/nc-hdd-monitor.cfg
+++ b/etc/ncp-config.d/nc-hdd-monitor.cfg
@@ -21,7 +21,7 @@
{
"id": "EMAIL",
"name": "Email",
- "value": "optional@email.com",
+ "value": "",
"suggest": "optional@email.com"
}
]