Files
RCS/data/rcs.env.example
Squid 5a0e2e630b Add self-hosted RCS backend, extension, and ops tooling
Ship the Go/SQLite API and Web UI, Chrome/Brave capture addon,
Docker Compose, Pangolin reverse-proxy support, and a user-crontab
watchdog so the binary stays running without systemd.
2026-08-06 22:02:45 +02:00

11 lines
303 B
Bash

# Copy to data/rcs.env and edit. Sourced by scripts/rcs-watchdog.sh.
# RCS_DATA_DIR is set to this repo's data/ by the watchdog unless you override it here.
RCS_ADDR=127.0.0.1:8080
# RCS_DATA_DIR=/absolute/path/to/data
# RCS_DB_PATH=
RCS_API_KEY=
RCS_PUBLIC_BASE_URL=
RCS_TRUST_PROXY=
IMGUR_CLIENT_ID=