b0c1Original post
Web Developer
I tried to use Appwrite as self hosted. Everything is cool, but I want to see the traefik dashboard. Is there any way to put out to a subdomain (like dashboard.xxx.yyy) in secure way? (basic auth, ssl)
Bonus: I want to add external docker containers to this traefik with "join" to appwrite network ( git.xxx.yyy subhost for example using gitea) how can I do that? (I'm using letsencrypt)
Now I am using nginx, but appwrite does not like to work together... so I can switch to traefik.
Summary
Developers want to set up Traefik dashboard securely on a subdomain with SSL and basic auth. They also seek guidance on adding external Docker containers like Gitea to Traefik joined with Appwrite network. They are currently using Nginx but plan to switch to Traefik due to compatibility issues.