mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-06-01 13:17:21 +02:00
Created Startupparameters for Zoraxy (markdown)
parent
c34b75321a
commit
e103adc944
36
Startupparameters-for-Zoraxy.md
Normal file
36
Startupparameters-for-Zoraxy.md
Normal file
@ -0,0 +1,36 @@
|
||||
# An overview of possible startupparameters for Zoraxy
|
||||
|
||||
Defaults are always loaded if nothing is set! You only need to use additional parameters if you want to change values (except port)
|
||||
|
||||
### Usage:
|
||||
|
||||
Just add additional parameters as wish to the zoraxy start command.
|
||||
|
||||
Example:
|
||||
|
||||
`sudo ./zoraxy -port=:8000 -fastgeoip=true -webroot=/my/awesome/website`
|
||||
|
||||
This can be used in the systemd-file as well!
|
||||
|
||||
|
||||
## port (obligatory)
|
||||
|
||||
Needed for startup, sets the default port for the webinterface, default to `:8000`. To set another port use `-port=:8080` for example
|
||||
|
||||
## webroot
|
||||
|
||||
Sets the webroot directory for the static webserver introduced in v2.6.7, default to `./www/html/` - [More info](https://github.com/tobychui/zoraxy/releases/tag/2.6.7)
|
||||
|
||||
## fastgeoip (true / false)
|
||||
|
||||
Allows to use more RAM for faster GEO-IP-Localation, default to `false` to save RAM, to enable use `-fastgeoip=true`
|
||||
|
||||
## noauth (true / false)
|
||||
|
||||
If you want to use an additional authmanager in front of Zoraxy, you can enable this with `-noauth=true`.
|
||||
|
||||
USE CAREFULLY, this can be a security risk if the authmanager is not setup properly!
|
||||
|
||||
## sshlb (true / false)
|
||||
|
||||
Allows loopback connecting for ssh via webinterface. If you want to connect from the webinterface via ssh to the host, you need to enable this with `-sshlb=true`, defaults to `false`
|
Loading…
x
Reference in New Issue
Block a user