You've already forked docker-compose-nas
mirror of
https://github.com/AdrienPoupa/docker-compose-nas.git
synced 2025-07-06 06:27:35 +02:00
fix(cleanuparr): Change clearuperr to cleanupaar #154
Some checks failed
/ validate-docker-compose (push) Has been cancelled
Some checks failed
/ validate-docker-compose (push) Has been cancelled
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@ -20,6 +20,6 @@ docker-compose.override.yml
|
|||||||
/adguardhome/work
|
/adguardhome/work
|
||||||
/sabnzbd
|
/sabnzbd
|
||||||
/calibre-web
|
/calibre-web
|
||||||
/cleanuperr/*
|
/cleanuparr/*
|
||||||
!/cleanuperr/blacklist.json
|
!/cleanuparr/blacklist.json
|
||||||
!/cleanuperr/logs/.gitkeep
|
!/cleanuparr/logs/.gitkeep
|
@ -69,7 +69,7 @@ I am running it in Ubuntu Server 22.04; I also tested this setup on a [Synology
|
|||||||
| [PIA WireGuard VPN](https://github.com/thrnz/docker-wireguard-pia) | Encapsulate qBittorrent traffic in [PIA](https://www.privateinternetaccess.com/) using [WireGuard](https://www.wireguard.com/) with port forwarding. | [thrnz/docker-wireguard-pia](https://hub.docker.com/r/thrnz/docker-wireguard-pia) | |
|
| [PIA WireGuard VPN](https://github.com/thrnz/docker-wireguard-pia) | Encapsulate qBittorrent traffic in [PIA](https://www.privateinternetaccess.com/) using [WireGuard](https://www.wireguard.com/) with port forwarding. | [thrnz/docker-wireguard-pia](https://hub.docker.com/r/thrnz/docker-wireguard-pia) | |
|
||||||
| [qBittorrent](https://www.qbittorrent.org) | Bittorrent client with a complete web UI<br/>Uses VPN network<br/>Using Libtorrent 1.x | [linuxserver/qbittorrent:libtorrentv1](https://hub.docker.com/r/linuxserver/qbittorrent) | /qbittorrent |
|
| [qBittorrent](https://www.qbittorrent.org) | Bittorrent client with a complete web UI<br/>Uses VPN network<br/>Using Libtorrent 1.x | [linuxserver/qbittorrent:libtorrentv1](https://hub.docker.com/r/linuxserver/qbittorrent) | /qbittorrent |
|
||||||
| [Unpackerr](https://unpackerr.zip) | Automated Archive Extractions | [golift/unpackerr](https://hub.docker.com/r/golift/unpackerr) | |
|
| [Unpackerr](https://unpackerr.zip) | Automated Archive Extractions | [golift/unpackerr](https://hub.docker.com/r/golift/unpackerr) | |
|
||||||
| [Cleanuperr](https://github.com/flmorg/cleanuperr) | Cleanuperr is a tool for automating the cleanup of unwanted or blocked files in Sonarr and Radarr. | [flmorg/cleanuperr](https://ghcr.io/flmorg/cleanuperr) | |
|
| [Cleanuparr](https://github.com/Cleanuparr/Cleanuparr) | Cleanuparr is a tool for automating the cleanup of unwanted or blocked files in Sonarr and Radarr. | [cleanuparr/cleanuparr](https://ghcr.io/cleanuparr/cleanuparr) | |
|
||||||
| [Jellyfin](https://jellyfin.org) | Media server designed to organize, manage, and share digital media files to networked devices | [linuxserver/jellyfin](https://hub.docker.com/r/linuxserver/jellyfin) | /jellyfin |
|
| [Jellyfin](https://jellyfin.org) | Media server designed to organize, manage, and share digital media files to networked devices | [linuxserver/jellyfin](https://hub.docker.com/r/linuxserver/jellyfin) | /jellyfin |
|
||||||
| [Jellyseer](https://jellyfin.org) | Manages requests for your media library | [fallenbagel/jellyseerr](https://hub.docker.com/r/fallenbagel/jellyseerr) | `$JELLYSEERR_HOSTNAME` |
|
| [Jellyseer](https://jellyfin.org) | Manages requests for your media library | [fallenbagel/jellyseerr](https://hub.docker.com/r/fallenbagel/jellyseerr) | `$JELLYSEERR_HOSTNAME` |
|
||||||
| [Homepage](https://gethomepage.dev) | Application dashboard | [gethomepage/homepage](https://github.com/gethomepage/homepage/pkgs/container/homepage) | / |
|
| [Homepage](https://gethomepage.dev) | Application dashboard | [gethomepage/homepage](https://github.com/gethomepage/homepage/pkgs/container/homepage) | / |
|
||||||
|
@ -332,14 +332,14 @@ services:
|
|||||||
- UN_RADARR_0_API_KEY=${RADARR_API_KEY}
|
- UN_RADARR_0_API_KEY=${RADARR_API_KEY}
|
||||||
security_opt:
|
security_opt:
|
||||||
- no-new-privileges:true
|
- no-new-privileges:true
|
||||||
cleanuperr:
|
cleanuparr:
|
||||||
image: ghcr.io/flmorg/cleanuperr:latest
|
image: ghcr.io/cleanuparr/cleanuparr:latest
|
||||||
container_name: cleanuperr
|
container_name: cleanuparr
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ${CONFIG_ROOT:-.}/cleanuperr/logs:/var/logs
|
- ${CONFIG_ROOT:-.}/cleanuparr/logs:/var/logs
|
||||||
- ${CONFIG_ROOT:-.}/cleanuperr/ignored.txt:/usr/ignored.txt
|
- ${CONFIG_ROOT:-.}/cleanuparr/ignored.txt:/usr/ignored.txt
|
||||||
- ${CONFIG_ROOT:-.}/cleanuperr/blacklist.json:/usr/blacklist.json
|
- ${CONFIG_ROOT:-.}/cleanuparr/blacklist.json:/usr/blacklist.json
|
||||||
environment:
|
environment:
|
||||||
- TZ=${TIMEZONE}
|
- TZ=${TIMEZONE}
|
||||||
- QUEUECLEANER__ENABLED=true
|
- QUEUECLEANER__ENABLED=true
|
||||||
|
Reference in New Issue
Block a user