summaryrefslogtreecommitdiff
path: root/.docker/web-nginx
AgeCommit message (Collapse)Author
2025-10-11web-nginx image: fix undefined var errors, improve healthcheck.supahgreg
Previously the healthcheck wouldn't respect an 'APP_BASE' env var override at runtime. This also sets some HEALTHCHECK+curl options.
2025-10-11Drop 'PROXY_REGISTRY' in main images to support Dependabot updates.supahgreg
2025-10-11Add 'docker' and 'github-actions' to Dependabot config.supahgreg
2025-05-22add APP_FASTCGI_PASSAndrew Dolgov
2024-09-11spacing fixEric Pierce
2024-09-11Update nginx.conf to move the currently unused PATH_INFO configuration into ↵Eric Pierce
a separate location rule for plugins to leverage
2024-01-19Use APP_BASE in the web-nginx health check URL.wn_
2023-11-07use variable for fastcgi_pass to force resolver usageAndrew Dolgov
2023-11-07explicitly set resolver in the nginx container (configurable envvar)Andrew Dolgov
2023-10-25add healthcheck public method, map by default to /healthzAndrew Dolgov
2023-10-19unharcode proxy registryAndrew Dolgov
2023-10-19Revert "Revert "exp: switch to kaniko""Andrew Dolgov
This reverts commit b07ad642ded470f3ec5b30b52e85b42637aa8f60.
2023-10-19Revert "exp: switch to kaniko"Andrew Dolgov
This reverts commit 56315b39b46c8bf05ed9842b547b7d8ef5bfe526.
2023-10-17exp: switch to kanikoAndrew Dolgov
2023-07-28use nginx envsubst to make tt-rss root configurableAndrew Dolgov
2023-03-26update FROM links for harborAndrew Dolgov
2023-03-25add gitea-CI docker builderAndrew Dolgov