-
Notifications
You must be signed in to change notification settings - Fork 16
Environment variables
To use these settings from e.g. a remote Linux shell, you would type something like this:
KOLPROXY_LAUNCH_BROWSER=0 KOLPROXY_LISTEN_PUBLIC=1 KOLPROXY_PORT=18681 ./kolproxy-v{{latest-version}}-linux
Sets where kolproxy will save files, e.g. KOLPROXY_DIRECTORY=.
Defaults to your OS's default application location, e.g. /home/username/.kolproxy or C:\Users\Username\AppData\Roaming\kolproxy
If set to 0, kolproxy will skip launching your OS's default browser with the login page on startup.
If set to 1, kolproxy will act as a server and also listen for connections from other computers.
Sets which port kolproxy will listen to, e.g. KOLPROXY_PORT=12345
Defaults to 18481
Sets which server kolproxy will request pages from, e.g. KOLPROXY_SERVER=http://dev.kingdomofloathing.com/
Defaults to http://www.kingdomofloathing.com/
If set, kolproxy will send requests through the specified proxy server, e.g. KOLPROXY_USE_PROXY_SERVER=127.0.0.1:3128