3 Commits

Author SHA1 Message Date
feb1e3dbb9 chore: publish 1.0.0+2.38.0 release
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing
2025-08-31 10:33:34 -07:00
742232d7f1 Switch to Static Web Server from THTTPd 2025-08-20 09:18:39 -07:00
3703df011b Update .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing
2025-01-08 10:09:12 -08:00
3 changed files with 5 additions and 4 deletions

View File

@ -32,7 +32,7 @@ steps:
from_secret: drone_abra-bot_token from_secret: drone_abra-bot_token
fork: true fork: true
repositories: repositories:
- coop-cloud/auto-recipes-catalogue-json - toolshed/auto-recipes-catalogue-json
trigger: trigger:
event: tag event: tag

View File

@ -3,8 +3,8 @@ version: "3.8"
services: services:
app: app:
image: git.coopcloud.tech/coop-cloud-chaos-patchs/thttpd:0.2.29 image: joseluisq/static-web-server:2.38.0
command: ["-D", "-l", "/dev/stderr", "-d", "/var/www/http/$HTTP_SUBDIR"] command: ["-a", "0.0.0.0", "-p", "80", "-g", "warn", "-d", "/var/www/http/$HTTP_SUBDIR"]
networks: networks:
- proxy - proxy
deploy: deploy:
@ -17,7 +17,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
# Redirect from EXTRA_DOMAINS to DOMAIN # Redirect from EXTRA_DOMAINS to DOMAIN
- "coop-cloud.${STACK_NAME}.version=0.1.0+0.2.29" - "coop-cloud.${STACK_NAME}.version=1.0.0+2.38.0"
environment: environment:
- HTTP_SUBDIR - HTTP_SUBDIR
volumes: volumes:

1
release/1.0.0+2.38.0 Normal file
View File

@ -0,0 +1 @@
This switches from thttpd to the more reliable SWS