Skip to content

Commit 1ccce69

Browse files
authored
fix: Remove vibecoded slop (#178)
1 parent 9bc63d7 commit 1ccce69

2 files changed

Lines changed: 0 additions & 33 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ I am running it in Ubuntu Server 22.04; I also tested this setup on a [Synology
8787
| [Calibre-Web](https://github.com/janeczku/calibre-web) | Optional - Web app for browsing, reading and downloading eBooks stored in a Calibre database<br/>Enable with `COMPOSE_PROFILES=calibre-web` | [linuxserver/calibre-web](https://hub.docker.com/r/linuxserver/calibre-web) | /calibre |
8888
| [Vaultwarden](https://github.com/dani-garcia/vaultwarden) | Optional - Password manager<br/>Enable with `COMPOSE_PROFILES=vaultwarden` | [dani-garcia/vaultwarden](https://ghcr.io/dani-garcia/vaultwarden) | /vaultwarden |
8989
| [Cleanuparr](https://github.com/Cleanuparr/Cleanuparr) | Optional - Cleanuparr is a tool for automating the cleanup of unwanted or blocked files in Sonarr and Radarr<br/>Enable with `COMPOSE_PROFILES=cleanuparr` | [cleanuparr/cleanuparr](https://ghcr.io/cleanuparr/cleanuparr) | /cleanuparr |
90-
| [Huntarr](https://github.com/PlexGuide/Huntarr) | Optional - Huntarr is a specialized utility that automates discovering missing and upgrading your media collection<br/>Enable with `COMPOSE_PROFILES=huntarr` | [plexguide/huntarr](https://ghcr.io/plexguide/huntarr) | /huntarr |
9190
| [Cross-Seed](https://github.com/cross-seed/cross-seed) | Optional - Cross-Seed is a tool for automating the cross-seeding of torrents<br/>Enable with `COMPOSE_PROFILES=cross-seed` | [cross-seed/cross-seed](https://ghcr.io/cross-seed/cross-seed) | |
9291
| [Autobrr](https://github.com/autobrr/autobrr) | Optional - Autobrr is a tool for automating the downloading of torrents<br/>Enable with `COMPOSE_PROFILES=autobrr` | [autobrr/autobrr](https://ghcr.io/autobrr/autobrr) | /autobrr |
9392

docker-compose.yml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -404,38 +404,6 @@ services:
404404
- homepage.weight=5
405405
profiles:
406406
- cleanuparr
407-
huntarr:
408-
image: ghcr.io/plexguide/huntarr:latest
409-
container_name: huntarr
410-
restart: always
411-
environment:
412-
- PUID=${USER_ID}
413-
- PGID=${GROUP_ID}
414-
- TZ=${TIMEZONE}
415-
# Not using Huntarr's base URL feature until this is merged: https://github.com/plexguide/Huntarr.io/pull/760
416-
# - BASE_URL=/huntarr
417-
volumes:
418-
- ${CONFIG_ROOT:-.}/huntarr:/config
419-
labels:
420-
- traefik.enable=true
421-
- traefik.http.routers.huntarr.rule=(Host(`${HOSTNAME}`) && PathPrefix(`/huntarr`))
422-
- traefik.http.routers.huntarr.tls=true
423-
- traefik.http.routers.huntarr.tls.certresolver=myresolver
424-
- traefik.http.services.huntarr.loadbalancer.server.port=9705
425-
- traefik.http.middlewares.huntarr-slash.redirectregex.regex=^https?://([^/]+)/huntarr$
426-
- traefik.http.middlewares.huntarr-slash.redirectregex.replacement=https://$${1}/huntarr/
427-
- traefik.http.middlewares.huntarr-slash.redirectregex.permanent=true
428-
- traefik.http.middlewares.huntarr-strip.stripprefix.prefixes=/huntarr
429-
- traefik.http.middlewares.huntarr-xfp.headers.customrequestheaders.X-Forwarded-Prefix=/huntarr
430-
- traefik.http.routers.huntarr.middlewares=huntarr-slash,huntarr-strip,huntarr-xfp
431-
- homepage.group=Download
432-
- homepage.name=Huntarr
433-
- homepage.icon=huntarr.png
434-
- homepage.href=/huntarr
435-
- homepage.description=Huntarr
436-
- homepage.weight=6
437-
profiles:
438-
- huntarr
439407
sabnzbd:
440408
image: lscr.io/linuxserver/sabnzbd:latest
441409
container_name: sabnzbd

0 commit comments

Comments
 (0)