mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-07-21 21:52:53 +00:00
add desec (#7995)
## Summary - Integrates Desec into the AIO interface which simplifies the domain registration and domain setup. - You can either create a new account directly or use an existing account. - You have a button that you can open where the process will be done. After the process is done, the whole page reloads and you can continue with the setup. - Caddy and dnsmasq community containers will be activated during the process which will take over the cert generation and enable split-brain dns. - Community containers will work automatically for example Vaultwarden as the subdomains of the desec domain point automatically via a wildcard dns entry towards the main desec domain. - Playwright tests are added to ensure that the system works as expected in the future - the desec api is mocked via a small node js based file. - the qa and other docs were updated to mention desec
This commit is contained in:
@@ -57,6 +57,9 @@ while true; do
|
||||
# Check if AIO is outdated
|
||||
sudo -E -u www-data php /var/www/docker-aio/php/src/Cron/OutdatedNotification.php
|
||||
|
||||
# Update deSEC DNS IP record (no-op when IP is unchanged or deSEC is not configured)
|
||||
sudo -E -u www-data php /var/www/docker-aio/php/src/Cron/UpdateDesecIp.php
|
||||
|
||||
# Remove sessions older than 24h
|
||||
find "/mnt/docker-aio-config/session/" -mindepth 1 -mmin +1440 -delete
|
||||
|
||||
|
||||
Reference in New Issue
Block a user