A lowly tech priest's attempt to please Mars
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: limit lidarr to music files only

+4 -1
+4 -1
kubernetes/apps/media/arr/lidarr.yaml
··· 106 106 media: 107 107 existingClaim: media-storage 108 108 globalMounts: 109 - - path: /data/media 109 + - path: /data/media/downloads 110 + subPath: downloads 111 + - path: /data/media/music 112 + subPath: music