browsertrix/backend
Ilya Kreymer 11b797d535
Add global settings endpoint (#52)
* backend:
- add /api/settings endpoint for misc system-wide settings
- setting 'registrationEnabled' if open registration should be enabled, set via REGISTRATION_ENABLED=1 env var
- setting 'jwtTokenLifetimeMinutes' returns the jwt token expiry in seconds, configured in minutes via JWT_TOKEN_LIFETIME_MINUTES env var (default: 60)
2021-12-03 10:56:57 -08:00
..
archives.py User Display Name Support + Token Refresh Support (#44) 2021-12-01 18:55:10 -08:00
colls.py add collections api: 2021-10-27 09:39:14 -07:00
crawlconfigs.py Misc backend fixes for cloud deployment (#26) 2021-11-25 11:58:26 -08:00
crawls.py add collections api: 2021-10-27 09:39:14 -07:00
db.py use redis based queue instead of url for crawl done webhook 2021-10-10 12:18:28 -07:00
Dockerfile Frontend + Backend Integrated Deployment (K8s only) (#45) 2021-12-03 10:17:22 -08:00
dockerman.py Misc backend fixes for cloud deployment (#26) 2021-11-25 11:58:26 -08:00
emailsender.py Frontend + Backend Integrated Deployment (K8s only) (#45) 2021-12-03 10:17:22 -08:00
k8sman.py Misc backend fixes for cloud deployment (#26) 2021-11-25 11:58:26 -08:00
main.py Add global settings endpoint (#52) 2021-12-03 10:56:57 -08:00
requirements.txt Enable sending emails in K8S, trigger verification e-mail on registration. (#38) 2021-11-30 23:50:38 -08:00
scheduler.py add missing scheduler! 2021-08-25 16:18:53 -07:00
storages.py Storage + Data Model Refactor (fixes #3): 2021-10-09 18:58:40 -07:00
users.py Add global settings endpoint (#52) 2021-12-03 10:56:57 -08:00