ai-dock / stable-diffusion-webui-forge

Stable Diffusion WebUI Forge docker images for use in GPU cloud and local environments. Includes AI-Dock base for authentication and improved user experience.
Other
27 stars 14 forks source link

Possible to turn off cloudflare tunnels? #6

Closed gitwittidbit closed 1 month ago

gitwittidbit commented 2 months 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!

robballantyne commented 2 months 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

gitwittidbit commented 2 months ago

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

robballantyne commented 2 months ago

Try this with lowercase false. It shouldn't make a difference actually, but if it does I will fix

gitwittidbit commented 1 month ago

Thank you, that works.