Remove link to real website
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-09-15 17:19:11 -04:00
parent 6cdcf3a7f4
commit 7743446f2c

View File

@ -191,9 +191,9 @@ abra app new traefik
``` ```
Choose your newly registered server and specify a domain name. By default `abra` Choose your newly registered server and specify a domain name. By default `abra`
will suggest `<app-name>.server.org` or prompt you with a list of servers. will suggest `<app-name>.<your-server>` or prompt you with a list of servers.
??? question "Should I use www.server.org for traefik?" ??? question "Should I use www for traefik?"
Generally no. No one will be directly accessing the traefik domain name unless they want to see the traefik dashboard. You should reserve the `www` or apex domains for apps like [custom-html](https://recipes.coopcloud.tech/custom-html-tiny) which let you host sites. Traefik is just a proxy to other apps! Generally no. No one will be directly accessing the traefik domain name unless they want to see the traefik dashboard. You should reserve the `www` or apex domains for apps like [custom-html](https://recipes.coopcloud.tech/custom-html-tiny) which let you host sites. Traefik is just a proxy to other apps!
**2. Configure this new `traefix` app** **2. Configure this new `traefix` app**