Update servarr.yaml

This commit is contained in:
2026-07-12 21:46:56 -05:00
parent 04d0241537
commit a8f6d3c39d
+11 -11
View File
@@ -69,7 +69,7 @@ services:
- homepage.icon=gluetun.png - homepage.icon=gluetun.png
- homepage.description=VPN - homepage.description=VPN
- homepage.widget.type=gluetun - homepage.widget.type=gluetun
- homepage.widget.url=http://192.168.0.131:8000 - homepage.widget.url=${GLUETUN_URL}
- homepage.widget.version=2 - homepage.widget.version=2
- homepage.widget.key=${CONTROL_SERVER_API_KEY} - homepage.widget.key=${CONTROL_SERVER_API_KEY}
- rackpeek.tags=services - rackpeek.tags=services
@@ -195,7 +195,7 @@ services:
MOUSEHOLE_ALLOWED_HOSTS: "*" MOUSEHOLE_ALLOWED_HOSTS: "*"
MOUSEHOLE_ALLOWED_ORIGINS: "*" MOUSEHOLE_ALLOWED_ORIGINS: "*"
# Secure access on a local machine only # Secure access on a local machine only
#MOUSEHOLE_AUTH_PASSWORD: "replace-with-a-long-random-password" #MOUSEHOLE_AUTH_PASSWORD:${MOUSEHOLE_AUTH_PASSWORD}
# Add this for Reverse Proxy Access # Add this for Reverse Proxy Access
#MOUSEHOLE_ALLOWED_HOSTS: "mousehole.myhomelab.lan,localhost" #MOUSEHOLE_ALLOWED_HOSTS: "mousehole.myhomelab.lan,localhost"
#MOUSEHOLE_ALLOWED_ORIGINS: "https://mousehole.myhomelab.lan,http://localhost:5010" #MOUSEHOLE_ALLOWED_ORIGINS: "https://mousehole.myhomelab.lan,http://localhost:5010"
@@ -572,7 +572,7 @@ services:
container_name: swurApp container_name: swurApp
network_mode: "service:gluetun" network_mode: "service:gluetun"
environment: environment:
- API_KEY=dbe3511d70354ecb879b09a4adf228f2 - API_KEY=${SONARR_KEY}
- BASE_URL=http://gluetun:8989 #Sonarr URL - BASE_URL=http://gluetun:8989 #Sonarr URL
- IGNORE_TAG_NAME=swur - IGNORE_TAG_NAME=swur
- DELAY_IN_MINUTES=720 #How often to monitor and unmonitor episodes, in minutes - DELAY_IN_MINUTES=720 #How often to monitor and unmonitor episodes, in minutes
@@ -706,9 +706,9 @@ services:
network_mode: "service:gluetun" network_mode: "service:gluetun"
environment: environment:
#https://github.com/slskd/slskd/blob/master/docs/config.md #https://github.com/slskd/slskd/blob/master/docs/config.md
- SLSKD_API_KEY=fbk7jdhQpPWA7ktBzYbSJT7yz8z271S2CpAbFuxmpcDubwU9i4lCQ7z7GpLuWwiD - SLSKD_API_KEY=${SLSKD_KEY}
- SLSKD_SLSK_USERNAME=forager - SLSKD_SLSK_USERNAME=${SOULSEEK_USERNAME}
- SLSKD_SLSK_PASSWORD=D10Hi%7Gm3H*@1 - SLSKD_SLSK_PASSWORD==${SLSK_PASSWORD}
- SLSKD_SLSK_DESCRIPTION="Still trying to get my docker setup right..." - SLSKD_SLSK_DESCRIPTION="Still trying to get my docker setup right..."
- SLSKD_REMOTE_CONFIGURATION=true #The application contains APIs for retrieving and updating the YAML configuration file. By default, this option is disabled. - SLSKD_REMOTE_CONFIGURATION=true #The application contains APIs for retrieving and updating the YAML configuration file. By default, this option is disabled.
- SLSKD_THROTTLING_SEARCH_INCOMING_CONCURRENCY=10 #The limit for the number of concurrent search requests - SLSKD_THROTTLING_SEARCH_INCOMING_CONCURRENCY=10 #The limit for the number of concurrent search requests
@@ -720,7 +720,7 @@ services:
# needed to use with gluetun # needed to use with gluetun
- SLSKD_VPN_PORT_FORWARDING=true - SLSKD_VPN_PORT_FORWARDING=true
- SLSKD_VPN_GLUETUN_URL=http://gluetun:8001 - SLSKD_VPN_GLUETUN_URL=http://gluetun:8001
- SLSKD_VPN_GLUETUN_API_KEY=4mpV632veeg0XqwZUoLheieZX3ia5uO6buHsTsi0T1c7VfCXY9UFoLcm9kvCr7LH - SLSKD_VPN_GLUETUN_API_KEY=${CONTROL_SERVER_API_KEY} #API key for gluetun control server
volumes: volumes:
- /srv/docker/entertainment/music/slskd:/app:rw - /srv/docker/entertainment/music/slskd:/app:rw
#downloads #downloads
@@ -765,8 +765,8 @@ services:
- TZ=America/Chicago - TZ=America/Chicago
- DOWNLOAD_FOLDER=/media/downloads/music #Host path used for Navidrome Weekly Flow library - DOWNLOAD_FOLDER=/media/downloads/music #Host path used for Navidrome Weekly Flow library
- TRUST_PROXY=true #If you are behind a reverse proxy, set TRUST_PROXY so Aurral interprets X-Forwarded-* correctly - TRUST_PROXY=true #If you are behind a reverse proxy, set TRUST_PROXY so Aurral interprets X-Forwarded-* correctly
- SOULSEEK_USERNAME=forager - SOULSEEK_USERNAME=${SOULSEEK_USERNAME}
- SOULSEEK_PASSWORD=D10Hi%7Gm3H*@1 - SOULSEEK_PASSWORD=${SOULSEEK_PASSWORD}
volumes: volumes:
- /mnt/raid1/data/media/downloads/music:/app/downloads - /mnt/raid1/data/media/downloads/music:/app/downloads
- /mnt/raid1/data/media/downloads/music:/media/downloads/music - /mnt/raid1/data/media/downloads/music:/media/downloads/music
@@ -803,8 +803,8 @@ services:
- TZ=America/Chicago - TZ=America/Chicago
- PUID=1001 - PUID=1001
- PGID=1001 - PGID=1001
- HTTP_USER=admin - HTTP_USER=${TUBESYNC_USER}
- HTTP_PASS=EhLPmd50!1974 - HTTP_PASS=${TUBESYNC_PWD}
labels: labels:
- homepage.group=Entertainment - homepage.group=Entertainment
- homepage.name=Tubesync - homepage.name=Tubesync