92af48a513
Update to Node 22 (LTS) and Python 3.13
2025-06-15 17:49:23 +02:00
dc3b846e49
Remove Nix build system leftovers
2025-06-15 16:50:45 +02:00
896b8da6df
revert c92779f69c
...
revert change default mime.conf location
2025-06-15 15:08:18 +02:00
c92779f69c
change default mime.conf location
2025-06-15 14:47:43 +02:00
2e0327ddc7
Use loopback IP address for container health check
...
This should maybe fix issues?
2024-03-29 14:34:06 +01:00
04b43c6660
Add toggle for turning the application form on an off
2023-06-29 15:03:52 +02:00
9ee5841842
Use a single staging environment for all branches
...
This commit reworks the CI setup to use a single staging environment and
run it for every branch. That means the staging URL will always contain
the most recent changes, independent of the branch.
2023-04-27 21:07:10 +02:00
a8d9def507
Add static files required for other sites than angestoepselt to Docker build environment
2023-01-22 21:02:51 +01:00
angestoepselt-bot
4d0baeb55b
change healthcheck
...
curl was mssing in Image, changed healthcheck to existing wget
2022-10-27 17:34:59 +02:00
158f1d32e9
Add non-Nix Dockerfile
...
Tested using:
podman build --build-arg SITE=angestoepselt .
podman run -p 8123:80 -e ZAMMAD_TOKEN=1 -e HCAPTCHA_SITE_KEY=1 -e HCAPTCHA_SECRET_KEY=1 <the-image-that-was-just-built>
2022-10-27 17:34:59 +02:00