16 lines
591 B
Bash
16 lines
591 B
Bash
|
|
# Favoritter configuration
|
||
|
|
# See README.md for all available environment variables.
|
||
|
|
|
||
|
|
FAVORITTER_DB_PATH=/var/lib/favoritter/favoritter.db
|
||
|
|
FAVORITTER_UPLOAD_DIR=/var/lib/favoritter/uploads
|
||
|
|
FAVORITTER_LISTEN=127.0.0.1:8080
|
||
|
|
|
||
|
|
# Uncomment and set on first run to create the admin user:
|
||
|
|
# FAVORITTER_ADMIN_USERNAME=admin
|
||
|
|
# FAVORITTER_ADMIN_PASSWORD=changeme
|
||
|
|
|
||
|
|
# Set this to your public URL for correct feeds, cookies, and OpenGraph:
|
||
|
|
# FAVORITTER_EXTERNAL_URL=https://faves.example.com
|
||
|
|
|
||
|
|
# If your reverse proxy is on another machine (WireGuard/Tailscale):
|
||
|
|
# FAVORITTER_TRUSTED_PROXIES=100.64.0.0/10
|