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.
This commit is contained in:
2026-08-06 22:02:45 +02:00
parent 3f05c97e1f
commit 5a0e2e630b
30 changed files with 4334 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
# 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=