From b5e35c90d81d8f30ae724d86b740234d5a77bbda Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Mon, 22 Jun 2026 15:10:31 +0200 Subject: [PATCH] move the desec template another time Signed-off-by: Simon L. --- php/templates/containers.twig | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/php/templates/containers.twig b/php/templates/containers.twig index 29326be6..7f27ccf6 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -110,6 +110,16 @@ {% if skip_domain_validation == true %}

Please note: The domain validation is disabled so any domain will be accepted here! Make sure you do not make a typo here as you will not be able to change it afterwards!

{% endif %} +
+ + + + {% if skip_domain_validation == true %} + + {% endif %} + +
+
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. Click the button below to start; the registration runs in a small window so you can adjust the details and complete the email verification without losing this page. Once it's done, this page reloads with your new domain configured.

@@ -127,15 +137,7 @@ -
- - - - {% if skip_domain_validation == true %} - - {% endif %} - -
+ {% if skip_domain_validation == false %}

Make sure that this server is reachable on port 443 (port 443/tcp is open/forwarded in your firewall/router and 443/udp as well if you want to enable http3) and that you've correctly set up the DNS config for the domain that you enter (set the A record to your public ipv4-address and if you need ipv6, set the AAAA record to your public ipv6-address. A CNAME record is, of course, also possible). You should see hints on what went wrong in the top right corner if your domain is not accepted.