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 are pending
/ validate-docker-compose (push) Waiting to run
Some checks are pending
/ validate-docker-compose (push) Waiting to run
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@ -20,6 +20,6 @@ docker-compose.override.yml
|
||||
/adguardhome/work
|
||||
/sabnzbd
|
||||
/calibre-web
|
||||
/cleanuperr/*
|
||||
!/cleanuperr/blacklist.json
|
||||
!/cleanuperr/logs/.gitkeep
|
||||
/cleanuparr/*
|
||||
!/cleanuparr/blacklist.json
|
||||
!/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) | |
|
||||
| [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) | |
|
||||
| [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 |
|
||||
| [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) | / |
|
||||
|
@ -332,14 +332,14 @@ services:
|
||||
- UN_RADARR_0_API_KEY=${RADARR_API_KEY}
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
cleanuperr:
|
||||
image: ghcr.io/flmorg/cleanuperr:latest
|
||||
container_name: cleanuperr
|
||||
cleanuparr:
|
||||
image: ghcr.io/cleanuparr/cleanuparr:latest
|
||||
container_name: cleanuparr
|
||||
restart: always
|
||||
volumes:
|
||||
- ${CONFIG_ROOT:-.}/cleanuperr/logs:/var/logs
|
||||
- ${CONFIG_ROOT:-.}/cleanuperr/ignored.txt:/usr/ignored.txt
|
||||
- ${CONFIG_ROOT:-.}/cleanuperr/blacklist.json:/usr/blacklist.json
|
||||
- ${CONFIG_ROOT:-.}/cleanuparr/logs:/var/logs
|
||||
- ${CONFIG_ROOT:-.}/cleanuparr/ignored.txt:/usr/ignored.txt
|
||||
- ${CONFIG_ROOT:-.}/cleanuparr/blacklist.json:/usr/blacklist.json
|
||||
environment:
|
||||
- TZ=${TIMEZONE}
|
||||
- QUEUECLEANER__ENABLED=true
|
||||
|
Reference in New Issue
Block a user