mirror of
https://github.com/firewalkwithm3/stacks.git
synced 2025-08-02 18:50:11 +08:00
Rename explo dir. Move slskd downloads to explo dir once complete.
This commit is contained in:
parent
f25741f575
commit
cb08d2e67a
2 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,7 @@ services:
|
||||||
env_file: explo.env
|
env_file: explo.env
|
||||||
volumes:
|
volumes:
|
||||||
# - ./explo.env:/opt/explo/.env
|
# - ./explo.env:/opt/explo/.env
|
||||||
- /media/media/beets/explo:/data/
|
- /media/media/beets/Explo:/data/
|
||||||
- /media/downloads/slskd/downloads:/slskd/
|
- /media/downloads/slskd/downloads:/slskd/
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
|
|
|
@ -18,7 +18,7 @@ SYSTEM_USERNAME=fern
|
||||||
# Password for the user (required for subsonic, recommended for plex)
|
# Password for the user (required for subsonic, recommended for plex)
|
||||||
SYSTEM_PASSWORD=${ND_SYSTEM_PASSWORD}
|
SYSTEM_PASSWORD=${ND_SYSTEM_PASSWORD}
|
||||||
# API Key from your media system (required for emby and jellyfin, optional for plex)
|
# API Key from your media system (required for emby and jellyfin, optional for plex)
|
||||||
API_KEY=${ND_API_KEY}
|
# API_KEY=
|
||||||
# Name of the music library in your system (emby, jellyfin, plex)
|
# Name of the music library in your system (emby, jellyfin, plex)
|
||||||
# LIBRARY_NAME=
|
# LIBRARY_NAME=
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@ SLSKD_URL=http://slskd:5030
|
||||||
# Slskd API key
|
# Slskd API key
|
||||||
SLSKD_API_KEY=${SLSKD_API_KEY}
|
SLSKD_API_KEY=${SLSKD_API_KEY}
|
||||||
# Whether to move downloads under the DOWNLOAD_DIR or not (default: false)
|
# Whether to move downloads under the DOWNLOAD_DIR or not (default: false)
|
||||||
# MIGRATE_DOWNLOADS=false
|
MIGRATE_DOWNLOADS=true
|
||||||
# Directory where slskd downloads tracks (default: /slskd/)
|
# Directory where slskd downloads tracks (default: /slskd/)
|
||||||
# PS! This is only needed on the binary version, in docker it's set through volume mapping
|
# PS! This is only needed on the binary version, in docker it's set through volume mapping
|
||||||
# SLSKD_DIR=/slskd/
|
# SLSKD_DIR=/slskd/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue