Relay front updates: payments, API, terms (markdown), styling; remove LNbits service

Made-with: Love
This commit is contained in:
2026-04-29 05:48:14 +00:00
parent c6749839af
commit 4f7c6601a3
20 changed files with 2955 additions and 3570 deletions

View File

@@ -1,25 +1,19 @@
VITE_LNBITS_URL="https://azzamo.tips"
VITE_LNBITS_API_KEY="LNbits Api key"
# App settings
VITE_APP_NAME="Noderunners Relay"
VITE_APP_DESCRIPTION="A high-performance Nostr relay built by Noderunners, for Noderunners"
VITE_LOGO_URL="https://cdn.azzamo.net/5cc03420a18166ef7a20b1e6b7dad240ad7d634824649643c80d74a924062258.png"
VITE_GITHUB_URL="https://github.com/noderunners-org/relay"
# Nostr settings
# Nostr settings — API base URL for /v1/* and /.well-known/nostr.json (no trailing slash).
# Leave unset or empty only when using `npm run dev` with vite proxy — see `.env.development`.
VITE_NOSTR_RELAY_URL="wss://relay.noderunners.network"
VITE_API_URL="https://noderunnersapi.azzamo.net"
# Used only during `npm run dev` when requests are proxied (see vite.config.ts).
VITE_DEV_PROXY_TARGET=http://127.0.0.1:8085
VITE_SUPPORTED_NIPS="1,2,4,9,11,22,28,40,70,77"
VITE_RELAY_SOFTWARE="strfry v1.0.3"
# Payment settings
VITE_MIN_PAYMENT_AMOUNT=10000
VITE_PAYMENT_MEMO="Noderunners Relay Access"
VITE_PAYMENT_CURRENCY="sat"
VITE_WEBHOOK_URL="N8N Webhook Url"
# Feature flags
VITE_ENABLE_WHITELIST=true
VITE_ENABLE_PAYMENT_VERIFICATION=true