4 Commits

Author SHA1 Message Date
dac572c3cf [mass update] fix supporting multiple domains while enforcing ssl
Some checks failed
continuous-integration/drone/pr Build is failing
2025-09-08 08:11:58 -07:00
64229c2f77 Update .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing
2025-01-08 10:09:13 -08:00
3wc
806a92f269 chore: publish 0.1.1+4.7.2 release
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-30 22:21:36 -08:00
3wc
2596a801f9 Fix version 2023-01-30 22:16:21 -08:00
3 changed files with 6 additions and 6 deletions

View File

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

View File

@ -5,7 +5,7 @@
<!-- metadata -->
* **Category**: Apps
* **Status**: 2, beta
* **Image**: [`git.coopcloud.tech/coop-cloud-chaos-patchs/pelican-docker`](https://git.coopcloud.tech/coop-cloud-chaos-patchs/pelican-docker), 0, own
* **Image**: [`git.coopcloud.tech/coop-cloud-chaos-patchs/pelican`](https://git.coopcloud.tech/coop-cloud-chaos-patchs/-/packages/container/pelican/), 0, own
* **Healthcheck**: No
* **Backups**: No
* **Email**: N/A

View File

@ -1,13 +1,13 @@
version: "3.8"
services:
app:
image: git.coopcloud.tech/coop-cloud-chaos-patchs/pelican-docker:4.7.2
image: git.coopcloud.tech/coop-cloud-chaos-patchs/pelican:4.7.2
volumes:
- src:/site
- output:/site-generated
deploy:
labels:
- coop-cloud.${STACK_NAME}.version=0.1.0+4.7.2
- coop-cloud.${STACK_NAME}.version=0.1.1+4.7.2
web:
image: httpd:2.4
volumes:
@ -31,8 +31,8 @@ services:
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
# Redirect from EXTRA_DOMAINS to DOMAIN
- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
- "traefik.http.middlewares.${STACK_NAME}-redirect.redirectscheme.scheme=https"
- "traefik.http.middlewares.${STACK_NAME}-redirect.redirectscheme.permanent=true"
- coop-cloud.${STACK_NAME}.web.version=2.4-31ee85db
volumes:
src: