Feat: Moved all music related to Music folder, added soulbeet

This commit is contained in:
coolnsx
2026-05-10 01:37:45 +05:30
parent 342422632a
commit fd6fe1eab1
5 changed files with 65 additions and 6 deletions
+26
View File
@@ -0,0 +1,26 @@
TZ=Asia/Kolkata
DATA=/path/to/data
# slskd
SLSKD_REMOTE_CONFIGURATION=false
SLSKD_HTTP_IP_ADDRESS=0.0.0.0
SLSKD_HTTP_LISTEN_IP=0.0.0.0
SLSKD_NO_HTTPS=true
SLSKD_NO_AUTH=false
SLSKD_SLSK_USERNAME=username
SLSKD_SLSK_PASSWORD=password
SLSKD_USERNAME=web_ui_user
SLSKD_PASSWORD=web_ui_pass
SLSKD_DOWNLOADS_DIR=/path/to/downloads/complete
SLSKD_INCOMPLETE_DIR=/path/to/downloads/incomplete
SLSKD_SHARED_DIR=/path/to/music/directory
SLSKD_API_KEY=key_used_by_lidarr_for_requests
# Soulbeet
DATABASE_URL=sqlite:/data/soulbeet.db
DOWNLOAD_PATH=/downloads
SECRET_KEY=change-me-in-production
NAVIDROME_URL=http://navidrome:4533