Feat: picard, seer, remove: soulbeet, lidarr

This commit is contained in:
coolnsx
2026-06-01 20:54:18 +05:30
parent 3a9d6995cb
commit 53d8b6aa39
5 changed files with 27 additions and 44 deletions
+18 -16
View File
@@ -1,26 +1,28 @@
PUID=1000 # set to 0 to run with podman rootless without uidmap
PGID=1000 # set to 0 to run with podman rootless without uidmap
TZ=Asia/Kolkata TZ=Asia/Kolkata
DATA=/path/to/data DATA=/path/to/media/library
# slskd # slskd
SLSKD_REMOTE_CONFIGURATION=false SLSKD_REMOTE_CONFIGURATION=false
SLSKD_HTTP_IP_ADDRESS=0.0.0.0 SLSKD_HTTP_IP_ADDRESS=0.0.0.0
SLSKD_HTTP_LISTEN_IP=0.0.0.0 SLSKD_HTTP_LISTEN_IP=0.0.0.0
SLSKD_NO_HTTPS=true SLSKD_NO_HTTPS=true
SLSKD_NO_AUTH=false SLSKD_NO_AUTH=true
SLSKD_SLSK_USERNAME=username SLSKD_SLSK_USERNAME=soulseek_user
SLSKD_SLSK_PASSWORD=password SLSKD_SLSK_PASSWORD=soulseek_pass
SLSKD_USERNAME=web_ui_user SLSKD_USERNAME=slskd_web_username
SLSKD_PASSWORD=web_ui_pass SLSKD_PASSWORD=slskd_web_password
SLSKD_DOWNLOADS_DIR=/path/to/downloads/complete SLSKD_DOWNLOADS_DIR=/downloads/complete
SLSKD_INCOMPLETE_DIR=/path/to/downloads/incomplete SLSKD_INCOMPLETE_DIR=/downloads/incomplete
SLSKD_SHARED_DIR=/path/to/music/directory SLSKD_SHARED_DIR=/music
SLSKD_API_KEY=key_used_by_lidarr_for_requests SLSKD_API_KEY=customslskdgeneratedapikey
# Soulbeet
DATABASE_URL=sqlite:/data/soulbeet.db
DOWNLOAD_PATH=/downloads
SECRET_KEY=change-me-in-production
NAVIDROME_URL=http://navidrome:4533
# Navidrome
ND_ENABLEFAVOURITES=false
ND_ENABLESHARING=true
ND_IMAGECACHESIZE=2048MB
ND_SUBSONIC_DEFAULTREPORTREALPATH=true
ND_SHAREURL=https://music.example.com
@@ -1,16 +1,16 @@
[Unit] [Unit]
Description=Soulbeet Container Description=Picard Container
[Container] [Container]
Pod=music.pod Pod=music.pod
ContainerName=soulbeet ContainerName=picard
Image=docker.io/docccccc/soulbeet:latest Image=ghcr.io/aandree5/picard-web:minimal-v1
# Enable auto-update container # Enable auto-update container
AutoUpdate=registry AutoUpdate=registry
EnvironmentFile=./.env EnvironmentFile=./.env
Volume=%h/podman/music/soulbeet:/data Volume=%h/podman/music/picard:/root
Volume=${DATA}:/mnt Volume=${DATA}:/mnt
[Service] [Service]
+1 -1
View File
@@ -11,7 +11,7 @@ AutoUpdate=registry
EnvironmentFile=./.env EnvironmentFile=./.env
Volume=%h/podman/music/slskd:/app Volume=%h/podman/music/slskd:/app
Volume=${DATA}/downloads/soulseek:/downloads Volume=${DATA}/soulseek:/downloads
Volume=${DATA}/media/music:/music:ro Volume=${DATA}/media/music:/music:ro
[Service] [Service]
-17
View File
@@ -2,20 +2,3 @@ PUID=1000 # set to 0 to run with podman rootless without uidmap
PGID=1000 # set to 0 to run with podman rootless without uidmap PGID=1000 # set to 0 to run with podman rootless without uidmap
TZ=Asia/Kolkata TZ=Asia/Kolkata
DATA=/path/to/data 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
@@ -1,18 +1,16 @@
[Unit] [Unit]
Description=Lidarr Container Description=Seer Container
[Container] [Container]
Pod=starrs.pod Pod=starrs.pod
ContainerName=lidarr ContainerName=seer
#Image=ghcr.io/linuxserver/lidarr:latest Image=ghcr.io/seerr-team/seerr:latest
Image=ghcr.io/linuxserver/lidarr:nightly
# Enable auto-update container # Enable auto-update container
AutoUpdate=registry AutoUpdate=registry
EnvironmentFile=./.env EnvironmentFile=./.env
Volume=%h/podman/starrs/lidarr:/config Volume=%h/podman/starrs/seer:/app/config
Volume=${DATA}:/data
[Service] [Service]
EnvironmentFile=%h/.config/containers/systemd/starrs/.env EnvironmentFile=%h/.config/containers/systemd/starrs/.env