diff options
| author | Mia Herkt <mia@0x0.st> | 2022-12-20 15:45:55 +0100 |
|---|---|---|
| committer | Mia Herkt <mia@0x0.st> | 2022-12-20 16:19:49 +0100 |
| commit | eebd5d8c6d8a756384b6cf1b2cc76b8a83cdf929 (patch) | |
| tree | 764a7c28cbdc165d0cf843f8cc0f6bc53ab224b6 /instance/config.example.py | |
| parent | dcea8bffe19b8ba308f9361d6c8ef08281ddff1b (diff) | |
Add moderation TUI
This ended up way fancier than I imagined.
Diffstat (limited to 'instance/config.example.py')
| -rw-r--r-- | instance/config.example.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/instance/config.example.py b/instance/config.example.py index 825afcb..9740ca2 100644 --- a/instance/config.example.py +++ b/instance/config.example.py @@ -58,6 +58,17 @@ FHOST_MIN_EXPIRATION = 30 * 24 * 60 * 60 * 1000 FHOST_MAX_EXPIRATION = 365 * 24 * 60 * 60 * 1000 +# This should be detected automatically when running behind a reverse proxy, but needs +# to be set for URL resolution to work in e.g. the moderation UI. +# SERVER_NAME = "example.com" + + +# Specifies which graphics protocol to use for the media previews in the moderation UI. +# Requires pympv with libmpv >= 0.36.0 and terminal support. +# Available choices are "sixel" and "kitty". +# MOD_PREVIEW_PROTO = "sixel" + + # Use the X-SENDFILE header to speed up serving files w/ compatible webservers # # Some webservers can be configured use the X-Sendfile header to handle sending |
