aurweb/docker/scripts
Kevin Morris 3b1809e2ea
feat(Docker): allow custom certificates for fastapi/nginx
Now, when a `./cache/production.{cert,key}.pem` pair is found, it is
used in place of any certificates generated by the `ca` service.
This allows users to customize the certificate that the FastAPI
ASGI server uses as well as the front-end nginx certificates.

Optional:

- ./cache/production.cert.pem
- ./cache/production.key.pem

Fallback:

- ./cache/localhost.cert.pem + ./cache/root.ca.pem (chain)
- ./cache/localhost.key.pem

Signed-off-by: Kevin Morris <kevr@0cost.org>
2021-10-02 13:27:19 -07:00
..
install-deps.sh use Poetry to deal with deps and package install 2021-09-04 15:46:40 -07:00
install-python-deps.sh use Poetry to deal with deps and package install 2021-09-04 15:46:40 -07:00
run-cgit.sh Docker: Fix git sshd 2021-06-27 05:16:12 -07:00
run-fastapi.sh feat(Docker): allow custom certificates for fastapi/nginx 2021-10-02 13:27:19 -07:00
run-memcached.sh Docker: add service 'memcached' 2021-08-16 22:09:09 -07:00
run-nginx.sh Docker: add [c]git, nginx, fastapi, php-fpm, ca 2021-06-24 19:02:35 -07:00
run-php.sh Docker: add [c]git, nginx, fastapi, php-fpm, ca 2021-06-24 19:02:35 -07:00
run-pytests.sh Docker: Improve mariadb init 2021-06-29 21:49:57 -07:00
run-redis.sh docker-compose: add redis service 2021-08-17 19:58:26 -07:00
run-sharness.sh Improve Docker ecosystem 2021-06-24 19:02:35 -07:00
run-smartgit.sh Docker: Fix git sshd 2021-06-27 05:16:12 -07:00
run-sshd.sh Docker: Fix git sshd 2021-06-27 05:16:12 -07:00
run-tests.sh Improve Docker ecosystem 2021-06-24 19:02:35 -07:00
setup-sqlite.sh Docker: add scripts/setup-sqlite.sh 2021-06-29 21:53:23 -07:00