mirror of
https://codeberg.org/gothub/docs
synced 2024-12-06 19:16:44 +01:00
add new proxying envvar
This commit is contained in:
@@ -12,6 +12,10 @@ You can set these in two ways:
|
|||||||
|
|
||||||
This variable is used by GotHub to check if you've completed setup or not. The GotHub setup wizard sets this to true for you. If it's empty, you will get a banner on GotHub's main page saying you haven't completed setup. Once you're done setting up GotHub, set this to true.
|
This variable is used by GotHub to check if you've completed setup or not. The GotHub setup wizard sets this to true for you. If it's empty, you will get a banner on GotHub's main page saying you haven't completed setup. Once you're done setting up GotHub, set this to true.
|
||||||
|
|
||||||
|
### GOTHUB_PROXYING_ENABLED
|
||||||
|
|
||||||
|
If you don't want to proxy non-essential things (ie. avatars, repo archives, raw files) through your instance, set this to false.
|
||||||
|
|
||||||
### GOTHUB_IP_LOGGED
|
### GOTHUB_IP_LOGGED
|
||||||
|
|
||||||
If you log IPs on your instance, set this to true. Otherwise, set it to false.
|
If you log IPs on your instance, set this to true. Otherwise, set it to false.
|
||||||
@@ -52,4 +56,4 @@ Port to run GotHub on. For example: ``GOTHUB_PORT=8080``. This gets overwritten
|
|||||||
|
|
||||||
### GOTHUB_USER_AGENT
|
### GOTHUB_USER_AGENT
|
||||||
|
|
||||||
User agent to use when making requests to GitHub. For example: ``GOTHUB_USER_AGENT=GotHub/1.0.0``. Set to Chrome on Windows 10 by default, optional.
|
User agent to use when making requests to GitHub. For example: ``GOTHUB_USER_AGENT=GotHub/1.0.0``. Set to Chrome on Windows 10 by default, optional.
|
||||||
|
|||||||
Reference in New Issue
Block a user