mirror of
https://codeberg.org/tacerus/teddit.git
synced 2024-11-25 08:39:26 +01:00
Full env variable table built
This commit is contained in:
parent
f5a7882899
commit
611361ef47
22
README.md
22
README.md
@ -64,7 +64,7 @@ Docker image is available at [https://hub.docker.com/r/teddit/teddit](https://hu
|
||||
The following variables may be set to customize your deployment at runtime.
|
||||
|
||||
| Variable | Description |
|
||||
|-------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
|-|-|
|
||||
| domain | Defines URL for Teddit to use (i.e. teddit.domain.com). Defaults to **127.0.0.1** |
|
||||
| use_reddit_oauth | *Boolean* If true, "reddit_app_id" must be set with your own Reddit app ID. If false, Teddit uses Reddit's public API. Defaults to **false** |
|
||||
| cert_dir | Defines location of certificates if using HTTPS (i.e. /home/teddit/le/live/teddit.net). No trailing slash. |
|
||||
@ -83,16 +83,16 @@ The following variables may be set to customize your deployment at runtime.
|
||||
| listen_address | Sets the address Teddit listens for requests on. Defaults to **0.0.0.0** |
|
||||
| https_enabled | *Boolean* Sets whether or not to enable HTTPS for Teddit. Defaults to **false** |
|
||||
| redirect_http_to_https | *Boolean* Sets whether to force redirection from HTTP to HTTPS. Defaults to **false** |
|
||||
| redirect_www | |
|
||||
| use_compression | |
|
||||
| use_view_cache | |
|
||||
| use_helmet | |
|
||||
| use_helmet_hsts | |
|
||||
| trust_proxy | |
|
||||
| trust_proxy_address | |
|
||||
| nsfw_enabled | |
|
||||
| post_comments_sort | |
|
||||
| reddit_app_id | |
|
||||
| redirect_www | *Boolean* Defaults to **false** |
|
||||
| use_compression | *Boolean* Defaults to **true** |
|
||||
| use_view_cache | *Boolean* Defaults to **false** |
|
||||
| use_helmet | *Boolean* Recommended to be true when using https. Defaults to **false** |
|
||||
| use_helmet_hsts | *Boolean* Recommended to be true when using https. Defaults to **false** |
|
||||
| trust_proxy | *Boolean* Enable trust_proxy if you are using a reverse proxy like nginx or traefik. Defaults to **false** |
|
||||
| trust_proxy_address | Location of trust_proxy. Defaults to **127.0.0.1** |
|
||||
| nsfw_enabled | *Boolean* Enable NSFW (over 18) content. If false, a warning is shown to the user before opening any NSFW post. When the NFSW content is disabled, NSFW posts are hidden from subreddits and from user page feeds. Note: Users can set this to true or false from their preferences. Defaults to **true** |
|
||||
| post_comments_sort | Defines default sort preference. Options are *confidence* (default sorting option in Reddit), *top*, *new*, *controversal*, *old*, *random*, *qa*, *live*. Defaults to **confidence** |
|
||||
| reddit_app_id | If "use_reddit_oauth" config key is set to true, you have to obtain your Reddit app ID. For testing purposes it's okay to use this project's default app ID. Create your Reddit app here: https://old.reddit.com/prefs/apps/. Make sure to create an "installed app" type of app. Default is **ABfYqdDc9qPh1w** |
|
||||
|
||||
### Manual
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user