aurweb/docker
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
..
config feat(Docker): allow custom certificates for fastapi/nginx 2021-10-02 13:27:19 -07:00
health docker-compose: add redis service 2021-08-17 19:58:26 -07:00
scripts feat(Docker): allow custom certificates for fastapi/nginx 2021-10-02 13:27:19 -07:00
ca-entrypoint.sh fix(Docker): use cert chain for nginx 2021-09-13 14:19:48 -07:00
cgit-entrypoint.sh Docker: Fix git sshd 2021-06-27 05:16:12 -07:00
fastapi-entrypoint.sh refactor(docker): New mariadb_init service 2021-09-08 17:14:55 -07:00
git-entrypoint.sh fix(docker): Fix git service's update hook 2021-09-08 17:10:14 -07:00
hypercorn.env Docker: add .env configurable FASTAPI_BACKEND 2021-06-24 21:31:49 -07:00
localhost.ext fix(Docker): use cert chain for nginx 2021-09-13 14:19:48 -07:00
logging.conf Docker: add [c]git, nginx, fastapi, php-fpm, ca 2021-06-24 19:02:35 -07:00
mariadb-entrypoint.sh refactor(docker): New mariadb_init service 2021-09-08 17:14:55 -07:00
mariadb-init-entrypoint.sh refactor(docker): New mariadb_init service 2021-09-08 17:14:55 -07:00
nginx-entrypoint.sh feat(Docker): allow custom certificates for fastapi/nginx 2021-10-02 13:27:19 -07:00
php-entrypoint.sh refactor(docker): New mariadb_init service 2021-09-08 17:14:55 -07:00
redis-entrypoint.sh docker-compose: add redis service 2021-08-17 19:58:26 -07:00
smartgit-entrypoint.sh Docker: Fix git sshd 2021-06-27 05:16:12 -07:00
test-mysql-entrypoint.sh Docker: Improve mariadb init 2021-06-29 21:49:57 -07:00
test-sqlite-entrypoint.sh Improve Docker ecosystem 2021-06-24 19:02:35 -07:00
tests-entrypoint.sh Improve Docker ecosystem 2021-06-24 19:02:35 -07:00