Compare commits

...

4 Commits

Author SHA1 Message Date
fauno 295ad3d999 fix: garage ports on host mode 2026-04-17 03:24:08 -03:00
decentral1se 74193326fb chore: add moritz as maintainer 2026-03-25 00:17:14 +01:00
p4u1 57a6aed540 chore: publish 5.1.0+v3.6.11 release (#98)
Reviewed-on: coop-cloud/traefik#98
Reviewed-by: decentral1se <decentral1se@noreply.git.coopcloud.tech>
2026-03-24 21:00:50 +00:00
moritz ff138864d4 chore: publish 5.1.0+v3.6.11 release 2026-03-24 11:49:05 +01:00
4 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
> https://docs.traefik.io
<!-- metadata -->
* **Maintainer**: [@p4u1](https://git.coopcloud.tech/p4u1), [@decentral1se](https://git.coopcloud.tech/decentral1se), [@javielico](https://git.coopcloud.tech/javielico)
* **Maintainer**: [@p4u1](https://git.coopcloud.tech/p4u1), [@decentral1se](https://git.coopcloud.tech/decentral1se), [@javielico](https://git.coopcloud.tech/javielico), [@moritz](https://git.coopcloud.tech/moritz)
* **Status**: `stable`
* **Category**: Utilities
* **Features**: ?
+4 -1
View File
@@ -4,4 +4,7 @@ services:
environment:
- GARAGE_RPC_ENABLED
ports:
- "3901:3901"
- target: 3901
published: 3901
protocol: tcp
mode: host
+3 -3
View File
@@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: "traefik:v3.6.10"
image: "traefik:v3.6.11"
# Note(decentral1se): *please do not* add any additional ports here.
# Doing so could break new installs with port conflicts. Please use
# the usual `compose.$app.yml` approach for any additional ports
@@ -55,12 +55,12 @@ services:
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "traefik.http.routers.${STACK_NAME}.service=api@internal"
- "traefik.http.routers.${STACK_NAME}.middlewares=security@file"
- "coop-cloud.${STACK_NAME}.version=5.0.0+v3.6.10"
- "coop-cloud.${STACK_NAME}.version=5.1.0+v3.6.11"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT}"
- "backupbot.backup=${ENABLE_BACKUPS:-true}"
socket-proxy:
image: lscr.io/linuxserver/socket-proxy:3.2.10-r0-ls65
image: lscr.io/linuxserver/socket-proxy:3.2.14
deploy:
endpoint_mode: dnsrr
environment:
+1
View File
@@ -0,0 +1 @@
Patched CVES: CVE-2026-32595 and CVE-2026-32305