config fix

This commit is contained in:
tolerryan
2025-03-18 00:30:50 -05:00
parent ca5194ea18
commit dda7bf7f82
2 changed files with 2 additions and 37 deletions

View File

@@ -25,19 +25,6 @@ DOCKER_GATEWAY=172.28.10.1
LOCAL_SUBNET=192.168.0.0/24 LOCAL_SUBNET=192.168.0.0/24
LOCAL_DOCKER_IP=192.168.0.57 LOCAL_DOCKER_IP=192.168.0.57
# Each of the "*ARR" applications have been configured so the theme can be changed to your needs.
# Refer to Theme Park for more info / options: https://docs.theme-park.dev/theme-options/aquamarine/
TP_DISABLE_THEME=false
TP_THEME=nord
# These are the folders on your local host computer / NAS running docker, they MUST exist
# and have correct permissions for PUID and PGUI prior to running the docker-compose.
#
# Use the commands in the Guide to create all the sub-folders in each of these folders.
# Host Data Folders - Will accept Linux, Windows, NAS folders
FOLDER_FOR_CONFIGS=/home/grail/docker
FOLDER_FOR_MEDIA=/media
# File access, date and time details for the containers / applications to use. # File access, date and time details for the containers / applications to use.
# Run "sudo id docker" on host computer to find PUID / PGID and update these to suit. # Run "sudo id docker" on host computer to find PUID / PGID and update these to suit.
@@ -110,26 +97,3 @@ REAL_IP_HEADER=X-Forwarded-For
LOG_IP_VAR=remote_addr LOG_IP_VAR=remote_addr
LOG_ACCESS=true LOG_ACCESS=true
XMLRPC_AUTHBASIC_STRING=rTorrent XMLRPC restricted access
RUTORRENT_AUTHBASIC_STRING=ruTorrent restricted access
WEBDAV_AUTHBASIC_STRING=WebDAV restricted access
RT_LOG_LEVEL=info
RT_LOG_EXECUTE=false
RT_LOG_XMLRPC=false
RU_HTTP_USER_AGENT=Mozilla/5.0 (Windows NT 6.0; WOW64; rv:12.0) Gecko/20100101 Firefox/12.0
RU_HTTP_TIME_OUT=30
RU_HTTP_USE_GZIP=true
RU_RPC_TIME_OUT=5
RU_LOG_RPC_CALLS=false
RU_LOG_RPC_FAULTS=true
RU_PHP_USE_GZIP=false
RU_PHP_GZIP_LEVEL=2
RU_SCHEDULE_RAND=10
RU_LOG_FILE=/data/rutorrent/rutorrent.log
RU_DO_DIAGNOSTIC=true
RU_SAVE_UPLOADED_TORRENTS=true
RU_OVERWRITE_UPLOADED_TORRENTS=false
RU_FORBID_USER_SETTINGS=false
RU_LOCALE=UTF8

View File

@@ -36,13 +36,14 @@ services:
- VPN_INTERFACE=tun0 - VPN_INTERFACE=tun0
- FIREWALL_OUTBOUND_SUBNETS=192.168.0.0/24 - FIREWALL_OUTBOUND_SUBNETS=192.168.0.0/24
- SERVER_CITIES="Chicago Illinois" - SERVER_CITIES="Chicago Illinois"
- FIREWALL_VPN_INPUT_PORTS=v - FIREWALL_VPN_INPUT_PORTS=25365
networks: networks:
- media-network - media-network
slskd: slskd:
image: slskd/slskd image: slskd/slskd
container_name: slskd container_name: slskd
user: 2000:995
ports: ports:
- "5030:5030" - "5030:5030"
- "5031:5031" - "5031:5031"