diff --git a/php/templates/containers.twig b/php/templates/containers.twig index 3213f4c9..61d52189 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 %} +
+ 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.

+ {% if desec_awaiting_verification or desec_account_registered %} +

⚠️ A deSEC registration for {{ desec_email }} is already in progress but not finished yet. Click the button below to continue it.

+ + {% else %} + + {% endif %} +
@@ -132,16 +142,6 @@ {% endif %}

Hint: If the domain validation fails but you are completely sure that you've configured everything correctly, you may skip the domain validation by following this documentation.

-
- 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.

- {% if desec_awaiting_verification or desec_account_registered %} -

⚠️ A deSEC registration for {{ desec_email }} is already in progress but not finished yet. Click the button below to continue it.

- - {% else %} - - {% endif %} -