-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
25 lines (20 loc) · 1.05 KB
/
Copy path.env.example
File metadata and controls
25 lines (20 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copy to .env for `docker compose up`. All values are optional; the defaults
# below match the image's built-in defaults. Full reference (including the
# variables the image already sets for you): see "Configuration" in README.md.
# Public listener port inside the container (also the compose-published port).
PORT=3002
# Session-cookie auth. Leave BOTH blank for an open, local-only instance.
# Set both if you expose the app beyond localhost/your LAN — every /api request
# then requires login.
AUTH_USER=
AUTH_PASS=
# SQLite size cap in MB — oldest non-starred articles are trimmed past this
# (starred articles are never deleted). Default 2048 (2 GB).
DB_MAX_SIZE_MB=2048
# Max concurrent feed fetch+persist chains. Default 6.
REFRESH_CONCURRENCY=6
# VAPID `sub` for Web Push: a contact identifier for the push service operator
# (Apple/Google), not an endpoint anyone connects to. Any valid https: URL or
# mailto: URI; it does not need to match your origin. Only relevant once you
# turn on per-feed update notifications.
PUSH_SUBJECT=https://rss.royl.uk