mirror of
https://github.com/JG2401/HetznerDokployLab.git
synced 2026-08-28 20:20:15 +00:00
removed unused applications
This commit is contained in:
24
.github/dependabot.yml
vendored
24
.github/dependabot.yml
vendored
@@ -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"
|
||||
|
||||
@@ -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`
|
||||
@@ -1,5 +0,0 @@
|
||||
services:
|
||||
it-tools:
|
||||
container_name: it-tools
|
||||
image: corentinth/it-tools:2024.5.13-a0bc346
|
||||
restart: unless-stopped
|
||||
@@ -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`
|
||||
@@ -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:
|
||||
@@ -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
|
||||
@@ -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:
|
||||
Reference in New Issue
Block a user