Skip to content

Commit

Permalink
Revert "build: dont use empty values by default"
Browse files Browse the repository at this point in the history
This reverts commit da3c949.
  • Loading branch information
nachoparker committed Dec 21, 2019
1 parent f854afa commit 6d0bc6b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 deletions.
6 changes: 5 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion etc/ncp-config.d/fail2ban.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
{
"id": "EMAIL",
"name": "Email",
"value": "optional@email.com",
"value": "",
"suggest": "optional@email.com"
}
]
Expand Down
2 changes: 1 addition & 1 deletion etc/ncp-config.d/freeDNS.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{
"id": "UPDATEHASH",
"name": "Update Hash",
"value": "abcdefghijklmnopqrstuvwxyzABCDEFGHIJK1234567",
"value": "",
"suggest": "abcdefghijklmnopqrstuvwxyzABCDEFGHIJK1234567"
},
{
Expand Down
4 changes: 2 additions & 2 deletions etc/ncp-config.d/letsencrypt.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{
"id": "DOMAIN",
"name": "Domain",
"value": "mycloud.ownyourbits.com",
"value": "",
"suggest": "mycloud.ownyourbits.com"
},
{
Expand All @@ -21,7 +21,7 @@
{
"id": "EMAIL",
"name": "Email",
"value": "mycloud@ownyourbits.com",
"value": "",
"suggest": "mycloud@ownyourbits.com"
},
{
Expand Down
4 changes: 2 additions & 2 deletions etc/ncp-config.d/nc-admin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
{
"id": "PASSWORD",
"name": "Password",
"value": "ownyourbits",
"value": "",
"type": "password"
},
{
"id": "CONFIRM",
"name": "Confirm password",
"value": "ownyourbits",
"value": "",
"type": "password"
}
]
Expand Down
2 changes: 1 addition & 1 deletion etc/ncp-config.d/nc-hdd-monitor.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{
"id": "EMAIL",
"name": "Email",
"value": "optional@email.com",
"value": "",
"suggest": "optional@email.com"
}
]
Expand Down

0 comments on commit 6d0bc6b

Please sign in to comment.