chore: move tailscale to experimental config (#964)

This commit is contained in:
Stavros
2026-07-02 23:17:03 +03:00
committed by GitHub
parent c8b31c54a0
commit a3c4d6ac83
5 changed files with 50 additions and 48 deletions
+1 -1
View File
@@ -279,7 +279,7 @@ func (app *BootstrapApp) Setup() error {
app.runtime.ConfiguredProviders = configuredProviders
// if tailscale is enabled and listening, replace the app url with the tailscale hostname
if app.services.tailscaleService != nil && app.config.Tailscale.Listen {
if app.services.tailscaleService != nil && app.config.Experimental.Tailscale.Listen {
tailscaleUrl := "https://" + app.services.tailscaleService.GetHostname()
// if the tailscale url is different from the app url, replace it