From a12f505dcd7aeb7e9ca066fe5ea1d782d8e1b860 Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Fri, 24 Apr 2026 22:56:46 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Simon L. Signed-off-by: Simon L. --- php/templates/containers.twig | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/php/templates/containers.twig b/php/templates/containers.twig index 2b58d673..3ad3b531 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -124,7 +124,7 @@
Click here for further hints

If you do not have a domain yet, you can get one for free e.g. from duckdns.org and others. Recommended is to use Tailscale

-

If you have a dynamic public IP address, you can use e.g. a DDNS client with a compatible domain provider for DNS updates.

+

If you have a dynamic public IP-address, you can use e.g. DDclient with a compatible domain provider for DNS updates.

If you only want to install AIO locally without exposing it to the public internet or if you cannot do so, feel free to follow this documentation.

If you should be using Cloudflare Proxy for your domain, make sure to disable the Proxy feature temporarily as it might block the domain validation attempts.

{% if apache_port != '443' %} @@ -135,7 +135,6 @@
Don't have a domain? Get a free one from deSEC

deSEC offers free dynamic DNS subdomains under dedyn.io. AIO can register an account and a subdomain for you automatically. The caddy community container will be enabled as a reverse proxy, the dnsmasq container will be enabled for local DNS resolution, and the mastercontainer will keep your DNS record up to date automatically.

-

Requirements: Your server must be reachable from the internet (a public IP address is needed). Port 80 and 443 must be open/forwarded in your firewall/router.

Please enter your email address. A deSEC account and a random subdomain.dedyn.io domain will be created for you.

@@ -143,7 +142,7 @@
-

Note: By submitting this form you agree to the deSEC terms of service. The registered domain and your deSEC account credentials are stored in the AIO configuration. After registration, set your router's DHCP DNS server to this machine's local IP address so LAN devices resolve the domain locally (see the dnsmasq documentation).

+

Note: By submitting this form you agree to the deSEC terms of service. The registered domain and your deSEC account credentials are stored in the AIO configuration. After registration, set your router's DHCP DNS server to this machine's local IP address so LAN devices resolve the domain locally (see the dnsmasq documentation). Alternatively adjust the hosts files on your clients so that they can reach the server using the local ip-address.

{% endif %}