Add: HTTP Proxy option, which can be configured using the .env file.

This commit is contained in:
Pawan Osman
2024-04-11 15:43:08 +03:00
parent d6f5a0918a
commit b74c115311
4 changed files with 287 additions and 249 deletions
+9
View File
@@ -0,0 +1,9 @@
SERVER_PORT=3040
PROXY=false
PROXY_HOST=proxy.example.com
PROXY_PORT=8080
PROXY_AUTH=false
PROXY_USERNAME=
PROXY_PASSWORD=
PROXY_PROTOCOL=http