diff --git a/CHANGELOG.md b/CHANGELOG.md index 79a9e0c5..9338b052 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ CHANGELOG ========= -v0.53 (April 12, 2021) ----------------------- +v0.54 (June 20, 2021) +--------------------- Mail: diff --git a/README.md b/README.md index 58c08af9..890ef3e4 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,6 @@ Copy the file `setup/mods.available/remote-nextcloud-use-miab.sh` to the Nextclo On MiaB-LDAP, a one-time change must be applied manually to allow the remote Nextcloud to query the LDAP server because the default MiaB-LDAP installation doesn't allow any remote LDAP access. As root, run the following: `ufw allow proto tcp from $ip to any port ldaps`, where $ip is the ip-address of your Nextcloud server. -It also supports static website hosting since the box is serving HTTPS anyway. (To serve a website for your domains elsewhere, just add a custom DNS "A" record in you Mail-in-a-Box's control panel to point domains to another server.) - ## Under-the-Hood **Additional directory in user-data** diff --git a/setup/bootstrap.sh b/setup/bootstrap.sh index 6af57dcf..915fd736 100644 --- a/setup/bootstrap.sh +++ b/setup/bootstrap.sh @@ -20,7 +20,7 @@ if [ -z "$TAG" ]; then # want to display in status checks. if [ "$(lsb_release -d | sed 's/.*:\s*//' | sed 's/18\.04\.[0-9]/18.04/' )" == "Ubuntu 18.04 LTS" ]; then # This machine is running Ubuntu 18.04. - TAG=v0.53a + TAG=v0.54 elif [ "$(lsb_release -d | sed 's/.*:\s*//' | sed 's/14\.04\.[0-9]/14.04/' )" == "Ubuntu 14.04 LTS" ]; then # This machine is running Ubuntu 14.04.