Skip to content

Environment variables

Tor Gunnar Houeland edited this page Aug 18, 2014 · 1 revision

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

Table of Contents

KOLPROXY_DIRECTORY

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

KOLPROXY_LAUNCH_BROWSER

If set to 0, kolproxy will skip launching your OS's default browser with the login page on startup.

KOLPROXY_LISTEN_PUBLIC

If set to 1, kolproxy will act as a server and also listen for connections from other computers.

KOLPROXY_PORT

Sets which port kolproxy will listen to, e.g. KOLPROXY_PORT=12345

Defaults to 18481

KOLPROXY_SERVER

Sets which server kolproxy will request pages from, e.g. KOLPROXY_SERVER=http://dev.kingdomofloathing.com/

Defaults to http://www.kingdomofloathing.com/

KOLPROXY_USE_PROXY_SERVER

If set, kolproxy will send requests through the specified proxy server, e.g. KOLPROXY_USE_PROXY_SERVER=127.0.0.1:3128