mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-04-28 10:41:40 +00:00
fix(gost): use fixed username and proper healthcheck
- change gost username from email to fixed 'gost' to avoid @ symbol breaking proxy url parsing - fix healthcheck to make real proxy request to httpbin.org instead of invalid spider request to proxy port - increase healthcheck interval to 60s and timeout to 15s
This commit is contained in:
@@ -405,7 +405,7 @@ CLOUDFLARE_TUNNEL_TOKEN=
|
||||
# Use this to access OpenAI/Anthropic/Google APIs from restricted regions.
|
||||
|
||||
# Credentials (auto-generated)
|
||||
GOST_USERNAME=
|
||||
GOST_USERNAME=gost
|
||||
GOST_PASSWORD=
|
||||
|
||||
# Proxy URL for AI services (auto-generated: http://user:pass@gost:8080)
|
||||
|
||||
Reference in New Issue
Block a user