i18n: i18n tailscale frontend features

This commit is contained in:
Stavros
2026-05-11 16:13:03 +03:00
parent 9c0fe751cc
commit 90145dd774
5 changed files with 43 additions and 17 deletions
+1 -1
View File
@@ -396,7 +396,7 @@ func (app *BootstrapApp) serveUnix() error {
}
func (app *BootstrapApp) serveTailscale() error {
app.log.App.Info().Msgf("Starting Tailscale server on %s", app.services.tailscaleService.GetHostname())
app.log.App.Info().Msgf("Starting Tailscale server on %s", fmt.Sprintf("https://%s", app.services.tailscaleService.GetHostname()))
listener, err := app.services.tailscaleService.CreateListener()