mirror of
https://github.com/hzrd149/nsite-gateway.git
synced 2025-06-23 12:05:01 +00:00
26 lines
856 B
Plaintext
26 lines
856 B
Plaintext
# where to cache nostr events
|
|
# can be in-memory, redis:// or sqlite://
|
|
CACHE_PATH="in-memory"
|
|
|
|
# A list of relays to find users relay lists (10002) and blossom servers (10063)
|
|
LOOKUP_RELAYS=wss://user.kindpag.es,wss://purplepag.es
|
|
|
|
# A list of nostr relays to listen to for new nsite events
|
|
SUBSCRIPTION_RELAYS=wss://nos.lol,wss://relay.damus.io
|
|
|
|
# A list of fallback blossom servers
|
|
BLOSSOM_SERVERS=https://cdn.satellite.earth
|
|
|
|
# The max file size to serve
|
|
MAX_FILE_SIZE='2 MB'
|
|
|
|
# the hostname or ip of the upstream nginx proxy cache
|
|
NGINX_CACHE_DIR='/var/nginx/cache'
|
|
|
|
# screenshots require Puppeteer to be setup https://pptr.dev/troubleshooting#setting-up-chrome-linux-sandbox
|
|
ENABLE_SCREENSHOTS="false"
|
|
SCREENSHOTS_IDR="./screenshots"
|
|
|
|
# If this is set, nsite will return the 'Onion-Location' header in responses
|
|
# ONION_HOST=https://<hostname>.onion
|