browsertrix/backend
Ilya Kreymer 84a9079b1f
support signing in docker deployment: (#166)
- add authsign to docker-compose.yml
- add signing.sample.yaml to be copied to signing.yaml for authsign
- add WACZ_SIGN_URL and WACZ_SIGN_TOKEN to config.sample.env
- signing enabled if WACZ_SIGN_URL is set
- add instructions on how to enable signing to Deployment
- update .gitignore, don't commit 'signing.yaml'
- update images to use public repo browsertrix images
2022-02-28 14:32:19 -08:00
..
archives.py Support for setting scale in crawlconfig (#148) 2022-02-20 11:27:47 -08:00
colls.py Refactor backend data model to support UUID (fixes #118) (#119) 2022-01-29 19:00:11 -08:00
crawlconfigs.py backend: fix crawl config revision links (#149) 2022-02-21 16:51:27 -08:00
crawls.py New WS Endpoint for Watching Crawl (#152) 2022-02-22 10:33:10 -08:00
db.py Crawl Config Editing Support (#141) 2022-02-17 16:04:07 -08:00
Dockerfile New WS Endpoint for Watching Crawl (#152) 2022-02-22 10:33:10 -08:00
dockerman.py support signing in docker deployment: (#166) 2022-02-28 14:32:19 -08:00
emailsender.py Config superuser (#59) 2021-12-05 14:12:42 -08:00
invites.py Refactor backend data model to support UUID (fixes #118) (#119) 2022-01-29 19:00:11 -08:00
k8sman.py New WS Endpoint for Watching Crawl (#152) 2022-02-22 10:33:10 -08:00
main.py Crawl Config Editing Support (#141) 2022-02-17 16:04:07 -08:00
requirements.txt New WS Endpoint for Watching Crawl (#152) 2022-02-22 10:33:10 -08:00
scheduler.py Misc backend fixes (#133) 2022-01-31 19:41:04 -08:00
storages.py support signing in docker deployment: (#166) 2022-02-28 14:32:19 -08:00
users.py New WS Endpoint for Watching Crawl (#152) 2022-02-22 10:33:10 -08:00