removed unused applications

This commit is contained in:
jonas@geiger-natur.de
2026-05-06 17:19:54 +02:00
parent 531edda17b
commit 759e9ca340
7 changed files with 0 additions and 125 deletions

View File

@@ -18,14 +18,6 @@ updates:
directory: "/projects/immich"
schedule:
interval: "monthly"
#it-tools
- package-ecosystem: "docker-compose"
directory: "/projects/it-tools"
schedule:
interval: "weekly"
labels:
- "dependencies"
- "auto-merge"
#n8n
- package-ecosystem: "docker-compose"
directory: "/projects/n8n"
@@ -44,22 +36,6 @@ updates:
directory: "/projects/tandoor"
schedule:
interval: "monthly"
#sonarr
- package-ecosystem: "docker-compose"
directory: "/projects/sonarr"
schedule:
interval: "weekly"
labels:
- "dependencies"
- "auto-merge"
#radarr
- package-ecosystem: "docker-compose"
directory: "/projects/radarr"
schedule:
interval: "weekly"
labels:
- "dependencies"
- "auto-merge"
#jellyseer
- package-ecosystem: "docker-compose"
directory: "/projects/jellyseer"

View File

@@ -1,14 +0,0 @@
# [it-tools](https://it-tools.tech)
## n8n
### General
- Compose Path: `./projects/it-tools/it-tools.yml`
### Domains
- Service Name: `it-tools`
- Container Port: `80`
- HTTPS: `true`
- Certificate Provider: `Let's Encrypt`

View File

@@ -1,5 +0,0 @@
services:
it-tools:
container_name: it-tools
image: corentinth/it-tools:2024.5.13-a0bc346
restart: unless-stopped

View File

@@ -1,27 +0,0 @@
# [radarr](https://radarr.video)
## radarr
### General
- Compose Path: `./projects/radarr/docker-compose.yml`
### Environment
- TIMEZONE: #your time zone - for example `Europe/Berlin`
### Domains
- Service Name: `radarr`
- Container Port: `7878`
- HTTPS: `true`
- Certificate Provider: `Let's Encrypt`
### Volume Backups
- Task Name: `radarr`
- Schedule `0 0 * * *`
- Service Name: `radarr`
- Volume: `radarr-radarr-xxx`
- Keep Latest Backups: `1`
- Enabled: `true`

View File

@@ -1,14 +0,0 @@
services:
radarr:
image: lscr.io/linuxserver/radarr:6.0.4
container_name: radarr
environment:
- TZ=${TIMEZONE}
volumes:
- config:/config
- /mnt/seedbox/media/Movies:/home/etron/media/Movies
- /mnt/seedbox/downloads:/home/etron/downloads
restart: unless-stopped
volumes:
config:

View File

@@ -1,27 +0,0 @@
# [sonarr](https://sonarr.tv)
## sonarr
### General
- Compose Path: `./projects/sonarr/docker-compose.yml`
### Environment
- TIMEZONE: #your time zone - for example `Europe/Berlin`
### Domains
- Service Name: `sonarr`
- Container Port: `8989`
- HTTPS: `true`
- Certificate Provider: `Let's Encrypt`
### Volume Backups
- Task Name: `sonarr`
- Schedule `0 0 * * *`
- Service Name: `sonarr`
- Volume: `sonarr-sonarr-xxx`
- Keep Latest Backups: `1`
- Enabled: true

View File

@@ -1,14 +0,0 @@
services:
sonarr:
image: lscr.io/linuxserver/sonarr:4.0.16
container_name: sonarr
environment:
- TZ=${TIMEZONE}
volumes:
- config:/config
- /mnt/seedbox/media/TV Shows:/home/etron/media/TV Shows
- /mnt/seedbox/downloads:/home/etron/downloads
restart: unless-stopped
volumes:
config: