diff --git a/server/internal/api/handlers.go b/server/internal/api/handlers.go index 0f35dec..2cd33c2 100644 --- a/server/internal/api/handlers.go +++ b/server/internal/api/handlers.go @@ -950,10 +950,7 @@ func handleInstallScript(c *gin.Context) { serverID := c.Query("server_id") token := c.Query("token") - giteaHost := os.Getenv("GITEA_HOST") - if giteaHost == "" { - giteaHost = "gitea.example.com" - } + giteaHost := "gitea.hostxtra.co.uk" grpcHost := os.Getenv("GRPC_HOST") script := fmt.Sprintf(`#!/usr/bin/env bash