Added Readarr
This commit is contained in:
parent
49f68f3dc5
commit
a8d74f2ea7
3 changed files with 29 additions and 0 deletions
14
pillars/roles/nginx/readarr.sls
Normal file
14
pillars/roles/nginx/readarr.sls
Normal 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
|
|
@ -6,6 +6,7 @@ roles:
|
|||
- arr
|
||||
- sonarr
|
||||
- radarr
|
||||
- readarr
|
||||
- lidarr
|
||||
- bazarr
|
||||
- prowlarr
|
||||
|
|
14
states/roles/maintain/readarr/init.sls
Normal file
14
states/roles/maintain/readarr/init.sls
Normal 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
|
Loading…
Add table
Reference in a new issue