aurweb/docker
Kevin Morris 1c0543c07e
feat(docker): fixup and utilize AURWEB_(SSHD|FASTAPI|PHP)_PREFIX
Previously CGIT_CLONE_PREFIX_(PHP|FASTAPI), we found that we could
use the same env var in multiple places, including non-cgit-clone-prefix
areas.

So, they were renamed, and one additional prefix was added.

- CGIT_CLONE_PREFIX_PHP -> AURWEB_PHP_PREFIX
    - Used for cgit's clone prefix and AUR_CONFIG's aur_location for PHP
- CGIT_CLONE_PREFIX_FASTAPI -> AURWEB_FASTAPI_PREFIX
    - Used for cgit's clone prefix and AUR_CONFIG's aur_location for FastAPI
- AURWEB_SSHD_PREFIX
    - Used for aurweb's sshd clone prefix shown on package pages

Signed-off-by: Kevin Morris <kevr@0cost.org>
2021-10-28 08:19: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 change(docker): depend on provided poetry.lock for dep resolution 2021-10-22 17:43:00 -07:00
ca-entrypoint.sh fix(Docker): use cert chain for nginx 2021-09-13 14:19:48 -07:00
cgit-entrypoint.sh fix(docker): fix cgit clone-prefix 2021-10-21 11:11:01 -07:00
fastapi-entrypoint.sh feat(docker): fixup and utilize AURWEB_(SSHD|FASTAPI|PHP)_PREFIX 2021-10-28 08:19:19 -07:00
git-entrypoint.sh feat(docker): only use mariadb socket for connections 2021-10-19 15:35:34 -04: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 feat(docker): only use mariadb socket for connections 2021-10-19 15:35:34 -04:00
nginx-entrypoint.sh feat(Docker): allow custom certificates for fastapi/nginx 2021-10-02 13:27:19 -07:00
php-entrypoint.sh feat(docker): fixup and utilize AURWEB_(SSHD|FASTAPI|PHP)_PREFIX 2021-10-28 08:19:19 -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 feat(docker): only use mariadb socket for connections 2021-10-19 15:35:34 -04: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