Compare commits
2 commits
a7728079a4
...
b9f116747b
Author | SHA1 | Date | |
---|---|---|---|
|
b9f116747b | ||
|
e58f10fa4a |
6 changed files with 36 additions and 1 deletions
3
pillars/roles/aurpkgs/bazarr.sls
Normal file
3
pillars/roles/aurpkgs/bazarr.sls
Normal file
|
@ -0,0 +1,3 @@
|
|||
aur:
|
||||
pkgs:
|
||||
bazarr: []
|
14
pillars/roles/nginx/bazarr.sls
Normal file
14
pillars/roles/nginx/bazarr.sls
Normal file
|
@ -0,0 +1,14 @@
|
|||
nginx:
|
||||
bazarr:
|
||||
auth: 2fa
|
||||
default: no
|
||||
https:
|
||||
port: 6767
|
||||
prot: http
|
||||
|
||||
portal:
|
||||
Media:
|
||||
bazarr:
|
||||
name: Subtitle Downloader
|
||||
summary: Bazarr Server
|
||||
public: false
|
3
pillars/roles/services/bazarr.sls
Normal file
3
pillars/roles/services/bazarr.sls
Normal file
|
@ -0,0 +1,3 @@
|
|||
services:
|
||||
bazarr:
|
||||
bazarr: []
|
|
@ -7,6 +7,7 @@ roles:
|
|||
- sonarr
|
||||
- radarr
|
||||
- lidarr
|
||||
- bazarr
|
||||
- jackett
|
||||
- ytdownloader
|
||||
- podfox
|
||||
|
|
14
states/roles/maintain/bazarr/init.sls
Normal file
14
states/roles/maintain/bazarr/init.sls
Normal file
|
@ -0,0 +1,14 @@
|
|||
/var/lib/bazarr:
|
||||
file.symlink:
|
||||
- target: /mnt/data/bazarr
|
||||
- force: true
|
||||
- mkdirs: true
|
||||
|
||||
#package is in aur repo
|
||||
bazarr:
|
||||
pkg.installed
|
||||
|
||||
bazarr_service:
|
||||
service.running:
|
||||
- name: bazarr
|
||||
- enable: true
|
|
@ -7,7 +7,7 @@
|
|||
- repos.epel
|
||||
'os_family:Arch':
|
||||
- match: grain_pcre
|
||||
- repos.aur
|
||||
- repos.arch
|
||||
- systems.arch.mirrors
|
||||
- systems.core.freeipa
|
||||
'*':
|
||||
|
|
Loading…
Add table
Reference in a new issue