3 Commits

Author SHA1 Message Date
9aea875f98 add maintainer 2025-11-26 21:39:24 -08:00
874a228068 chore: publish 0.2.0+4.0.16 release 2025-11-26 21:22:24 -08:00
bebe6ccaa6 volume->name instead of volume->external->name 2025-11-26 21:04:34 -08:00
3 changed files with 30 additions and 6 deletions

24
MAINTENANCE.md Normal file
View File

@ -0,0 +1,24 @@
# Sonarr Recipe Maintenance
All contributions should be made via a pull request. This is to ensure a certain quality / consistency, that others can rely on.
## Maintainer Responsibilities
A recipe maintainer has the following responsibilities:
- respond to pull requests / issues within a month
- make image security updates within a day
- make image patch / minor updates within a month
- make image major updates within a year
In order to fullfill these responsibilities a recipe maintainer:
- has to watch the repository (to get notifications)
- needs to make sure renovate is configured properly
## Merge rules
A pull request can be merged if it is approved by at least one maintainer. For pull requests opened by a maintainer they need to be approved by another maintainer.
## Becoming a maintainer
Everyone can apply to be a recipe maintainer. Simply add your self to the list in the [README.md](./README.md) and open a new pull request with the change.

View File

@ -4,6 +4,7 @@
<!-- metadata -->
* **Maintainer**: [@ammaratef45](https://git.coopcloud.tech/ammaratef45)
* **Category**: Apps
* **Status**: 0
* **Image**: [`sonarr`](https://hub.docker.com/r/sonarr), 4, upstream

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: lscr.io/linuxserver/sonarr:4.0.11.2680-ls260
image: lscr.io/linuxserver/sonarr:4.0.16
networks:
- proxy
deploy:
@ -17,9 +17,9 @@ 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.redirectscheme.scheme=https"
- "traefik.http.middlewares.${STACK_NAME}-redirect.redirectscheme.permanent=true"
- "coop-cloud.${STACK_NAME}.version=0.1.0+4.0.11.2680-ls260"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
- "coop-cloud.${STACK_NAME}.version=0.2.0+4.0.16"
volumes:
- sonarr_config:/config
- sonarr_tv:/tv
@ -36,5 +36,4 @@ volumes:
sonarr_config:
sonarr_tv:
sonarr_downloads:
external:
name: ${qbit_downloads_volume}
name: ${qbit_downloads_volume}