Closed gitwittidbit closed 1 month ago
Hi,
is it possible to turn of cloudflare tunnels? I don't want to use them (but put the container behind a reverse proxy).
Thanks!
Yes, set CF_QUICK_TUNNELS=false
https://github.com/ai-dock/base-image/wiki/2.0-Environment-Variables
Perfect, thank you!
Is it also possible to turn off the built-in authentication? I do pass "WEB_ENABLE_AUTH=FALSE" as an environment variable but still get redirected to the login page when accessing the sd ui directly...
Try this with lowercase false
. It shouldn't make a difference actually, but if it does I will fix
Thank you, that works.
Hi,
is it possible to turn of cloudflare tunnels? I don't want to use them (but put the container behind a reverse proxy).
Thanks!