Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

6 total results found

Navidrome

Containered Apps

version: "3.3" services: navidrome: image: deluan/navidrome:latest ports: - "4533:4533" environment: # Optional: put your config options customization here. Examples: ND_SCANSCHEDULE: 24h ND_LOGLEVEL: info ...

Music

Soulseek

Containered Apps

Link version: '3.3' services: soulseek: container_name: soulseek restart: unless-stopped volumes: - '/srv/path/Files/Soulseek/data:/data/.SoulseekQt' - '/srv/path/Files/Soulseek/downloads:/data/Soulse...

Music
Media
Utility
Torrent

My Spotify

Containered Apps

Link version: "3" services: server: image: yooooomi/your_spotify_server restart: always ports: - "8080:8080" links: - mongo depends_on: - mongo environment: - API_ENDPOINT=http://localhost:8080 #...

Utility
Music

Lidarr / LidarrOnSteroids (Lidarr+Deemix)

Containered Apps

Lidarr version: "3.7" services: sonarr: container_name: lidarr image: ghcr.io/hotio/lidarr ports: - "8686:8686" environment: - PUID=998 - PGID=100 - UMASK=002 - TZ=Europe/Paris volumes: ...

Network
Media
Music
*arr

Musicbrainz Picard

Containered Apps

Link version: "3.3" services: picard: container_name: picard ports: - 5800:5800 volumes: - /path/to/config:/config:rw - /path/to/music/:/storage:rw image: mikenye/picard networks: {}  

Music

LMS

Containered Apps

LMS is a self-hosted music streaming software. See official website⁠. Usage In order to run this LMS image, you will have to use at least two volumes: Working data (write access rights). Music directory to be scanned (read-only access rights), add a volume fo...

Music
Media