Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Enable JWT-based login for the snapr web UI and protect API endpoints with server.auth.
server.auth
enabled
false
username
enabled: true
password
env:
tokenExpiration
30
cookies
secure
Secure
sameSite
lax
strict
none
domain
Domain
server: secret: env:SNAPR_JWT_SECRET auth: enabled: true username: admin password: env:SNAPR_ADMIN_PASSWORD tokenExpiration: 1440 cookies: secure: true sameSite: strict domain: snapr.example.com
server.secret
cookies.secure: true