Added Readarr

This commit is contained in:
Actaeus Curabitur 2023-12-25 04:20:46 -06:00
parent 49f68f3dc5
commit a8d74f2ea7
3 changed files with 29 additions and 0 deletions

View file

@ -0,0 +1,14 @@
nginx:
readarr:
auth: 2fa
default: no
https:
port: 8787
prot: http
portal:
Media:
readarr:
name: Audiobook/ebook Downloader
summary: Readarr Server
public: false

View file

@ -6,6 +6,7 @@ roles:
- arr - arr
- sonarr - sonarr
- radarr - radarr
- readarr
- lidarr - lidarr
- bazarr - bazarr
- prowlarr - prowlarr

View file

@ -0,0 +1,14 @@
/var/lib/readarr:
file.symlink:
- target: /mnt/data/readarr
- force: true
- mkdirs: true
#package is in aur repo
readarr-develop:
pkg.installed
readarr_service:
service.running:
- name: readarr
- enable: true