Add Lidarr back into the mix
This commit is contained in:
parent
85c039e4dc
commit
db36aa7eae
@ -109,6 +109,8 @@
|
|||||||
- record: prometheus.desu.ltd
|
- record: prometheus.desu.ltd
|
||||||
value: vm-general-1.ashburn.mgmt.desu.ltd
|
value: vm-general-1.ashburn.mgmt.desu.ltd
|
||||||
# Public media stuff
|
# Public media stuff
|
||||||
|
- record: lidarr.media.desu.ltd
|
||||||
|
value: vm-general-1.ashburn.mgmt.desu.ltd
|
||||||
- record: prowlarr.media.desu.ltd
|
- record: prowlarr.media.desu.ltd
|
||||||
value: vm-general-1.ashburn.mgmt.desu.ltd
|
value: vm-general-1.ashburn.mgmt.desu.ltd
|
||||||
- record: sonarr.media.desu.ltd
|
- record: sonarr.media.desu.ltd
|
||||||
|
@ -29,6 +29,7 @@
|
|||||||
- web/nextcloud.yml
|
- web/nextcloud.yml
|
||||||
- web/synapse.yml
|
- web/synapse.yml
|
||||||
# Backend web services
|
# Backend web services
|
||||||
|
- web/lidarr.yml
|
||||||
- web/prowlarr.yml
|
- web/prowlarr.yml
|
||||||
- web/radarr.yml
|
- web/radarr.yml
|
||||||
- web/sonarr.yml
|
- web/sonarr.yml
|
||||||
@ -139,6 +140,11 @@
|
|||||||
- "deny all"
|
- "deny all"
|
||||||
proxy_pass: http://prometheus:9090
|
proxy_pass: http://prometheus:9090
|
||||||
# desu.ltd media bullshit
|
# desu.ltd media bullshit
|
||||||
|
- name: lidarr.media.desu.ltd
|
||||||
|
directives:
|
||||||
|
- "allow {{ common_home_address }}/{{ common_home_address_mask }}"
|
||||||
|
- "deny all"
|
||||||
|
proxy_pass: http://lidarr:8686
|
||||||
- name: prowlarr.media.desu.ltd
|
- name: prowlarr.media.desu.ltd
|
||||||
directives:
|
directives:
|
||||||
- "allow {{ common_home_address }}/{{ common_home_address_mask }}"
|
- "allow {{ common_home_address }}/{{ common_home_address_mask }}"
|
||||||
|
@ -9,7 +9,10 @@
|
|||||||
env:
|
env:
|
||||||
TZ: "America/Chicago"
|
TZ: "America/Chicago"
|
||||||
volumes:
|
volumes:
|
||||||
|
# https://github.com/RandomNinjaAtk/arr-scripts?tab=readme-ov-file
|
||||||
- /data/lidarr/config:/config
|
- /data/lidarr/config:/config
|
||||||
|
- /data/lidarr/custom-services.d:/custom-services.d
|
||||||
|
- /data/lidarr/custom-cont-init.d:/custom-cont-init.d
|
||||||
- /data/shared/downloads:/data
|
- /data/shared/downloads:/data
|
||||||
- /data/shared/media/music:/music
|
- /data/shared/media/music:/music
|
||||||
tags: [ docker, lidarr ]
|
tags: [ docker, lidarr ]
|
||||||
|
Loading…
Reference in New Issue
Block a user