Skip to content

Commit 6d0bc6b

Browse files
committed
Revert "build: dont use empty values by default"
This reverts commit da3c949.
1 parent f854afa commit 6d0bc6b

File tree

6 files changed

+12
-8
lines changed

6 files changed

+12
-8
lines changed

changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11

2-
[v1.19.1](https://github.com/nextcloud/nextcloudpi/commit/ac2098b) (2019-12-08) pre-generate: fix permissions
2+
[v1.20.1](https://github.com/nextcloud/nextcloudpi/commit/5fb675b) (2019-12-19) Revert "build: dont use empty values by default"
3+
4+
[v1.20.0 ](https://github.com/nextcloud/nextcloudpi/commit/f75c415) (2019-12-19) upgrade to NC17.0.2
5+
6+
[v1.19.1 ](https://github.com/nextcloud/nextcloudpi/commit/f9deb25) (2019-12-08) pre-generate: fix permissions
37

48
[v1.19.0 ](https://github.com/nextcloud/nextcloudpi/commit/72d2d00) (2019-11-30) upgrade to NC17.0.1
59

etc/ncp-config.d/fail2ban.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
{
4343
"id": "EMAIL",
4444
"name": "Email",
45-
"value": "optional@email.com",
45+
"value": "",
4646
"suggest": "optional@email.com"
4747
}
4848
]

etc/ncp-config.d/freeDNS.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
{
1616
"id": "UPDATEHASH",
1717
"name": "Update Hash",
18-
"value": "abcdefghijklmnopqrstuvwxyzABCDEFGHIJK1234567",
18+
"value": "",
1919
"suggest": "abcdefghijklmnopqrstuvwxyzABCDEFGHIJK1234567"
2020
},
2121
{

etc/ncp-config.d/letsencrypt.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{
1010
"id": "DOMAIN",
1111
"name": "Domain",
12-
"value": "mycloud.ownyourbits.com",
12+
"value": "",
1313
"suggest": "mycloud.ownyourbits.com"
1414
},
1515
{
@@ -21,7 +21,7 @@
2121
{
2222
"id": "EMAIL",
2323
"name": "Email",
24-
"value": "mycloud@ownyourbits.com",
24+
"value": "",
2525
"suggest": "mycloud@ownyourbits.com"
2626
},
2727
{

etc/ncp-config.d/nc-admin.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
{
1616
"id": "PASSWORD",
1717
"name": "Password",
18-
"value": "ownyourbits",
18+
"value": "",
1919
"type": "password"
2020
},
2121
{
2222
"id": "CONFIRM",
2323
"name": "Confirm password",
24-
"value": "ownyourbits",
24+
"value": "",
2525
"type": "password"
2626
}
2727
]

etc/ncp-config.d/nc-hdd-monitor.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
{
2222
"id": "EMAIL",
2323
"name": "Email",
24-
"value": "optional@email.com",
24+
"value": "",
2525
"suggest": "optional@email.com"
2626
}
2727
]

0 commit comments

Comments
 (0)