1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-20 18:27:23 +01:00

Initial remote Nextcloud integration support

This commit is contained in:
downtownallday
2020-06-06 14:06:15 -04:00
parent a8b1e0c5b7
commit 81950592a7
7 changed files with 533 additions and 1 deletions

View File

@@ -147,6 +147,13 @@ echo
certbot register --register-unsafely-without-email --agree-tos --config-dir $STORAGE_ROOT/ssl/lets_encrypt
fi
#
# Run setup mods
#
for mod in $(ls setup/mods.d | grep -v '~$'); do
setup/mods.d/$mod
done
# Done.
echo
echo "-----------------------------------------------"