browsertrix/backend/btrixcloud
Ilya Kreymer b9d7907ab3
Single config and env vars (#267)
* simplify back to single config.env!
- back to good ole env vars!
- remove shared secret, which made it difficult to have scheduled crawls, since secrets are immutable, so could not update config if a scheduled crawl existed :/
- all env vars unified in configs/config.env - run-swarm.sh and run-pod.sh 'source' this config
- remove config.sample.yaml
- customize minio volume dir via config.env
- customize redis port via config.env
- include authsign ports in debug-ports config
2022-06-16 21:50:03 -07:00
..
k8s Local swarm + podman support (#261) 2022-06-14 00:13:49 -07:00
swarm Single config and env vars (#267) 2022-06-16 21:50:03 -07:00
__init__.py
archives.py Local swarm + podman support (#261) 2022-06-14 00:13:49 -07:00
colls.py
crawl_job.py Single config and env vars (#267) 2022-06-16 21:50:03 -07:00
crawlconfigs.py Local swarm + podman support (#261) 2022-06-14 00:13:49 -07:00
crawlmanager.py Single config and env vars (#267) 2022-06-16 21:50:03 -07:00
crawls.py Local swarm + podman support (#261) 2022-06-14 00:13:49 -07:00
db.py Affinity + Tolerations + Cleanup Crawl Job (#256) 2022-06-10 19:21:37 -07:00
emailsender.py
invites.py Local swarm + podman support (#261) 2022-06-14 00:13:49 -07:00
main.py refactor to use docker swarm for local alternative to k8s instead of docker compose (#247): 2022-06-05 10:37:17 -07:00
profile_job.py refactor to use docker swarm for local alternative to k8s instead of docker compose (#247): 2022-06-05 10:37:17 -07:00
profiles.py refactor to use docker swarm for local alternative to k8s instead of docker compose (#247): 2022-06-05 10:37:17 -07:00
storages.py
users.py
utils.py refactor to use docker swarm for local alternative to k8s instead of docker compose (#247): 2022-06-05 10:37:17 -07:00