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.
11 lines
303 B
Bash
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=
|