mirror of
				https://github.com/casjaysdevdocker/navidrome
				synced 2025-11-03 19:02:05 -05:00 
			
		
		
		
	🗃️ Committing everything that changed 🗃️
This commit is contained in:
		@@ -5,7 +5,7 @@ ARG alpine_version=edge
 | 
			
		||||
ARG LICENSE=WTFPL \
 | 
			
		||||
  IMAGE_NAME=music \
 | 
			
		||||
  TIMEZONE=America/New_York \
 | 
			
		||||
  PORT=
 | 
			
		||||
  PORT=6600
 | 
			
		||||
 | 
			
		||||
ENV SHELL=/bin/bash \
 | 
			
		||||
  TERM=xterm-256color \
 | 
			
		||||
 
 | 
			
		||||
@@ -27,4 +27,20 @@ id3v1_encoding                    "UTF-8"
 | 
			
		||||
input {
 | 
			
		||||
        plugin                    "curl"
 | 
			
		||||
}
 | 
			
		||||
# Output #######################################################################
 | 
			
		||||
audio_output {
 | 
			
		||||
	type		    "httpd"
 | 
			
		||||
	name		    "stream"
 | 
			
		||||
	port		    "8000"
 | 
			
		||||
	bitrate		    "128000"
 | 
			
		||||
	format		    "48000:16:1"
 | 
			
		||||
	always_on           "yes"
 | 
			
		||||
	tags                "yes"
 | 
			
		||||
        max_clients         "0" 
 | 
			
		||||
}
 | 
			
		||||
audio_output {
 | 
			
		||||
    type                    "null"
 | 
			
		||||
    name                    "This server does not need to play music, but it can"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
###############################################################################
 | 
			
		||||
 
 | 
			
		||||
@@ -10,7 +10,7 @@ TranscodingCacheSize = "500MB"
 | 
			
		||||
ImageCacheSize = "100MB"
 | 
			
		||||
AutoImportPlaylists = true
 | 
			
		||||
UILoginBackgroundUrl = "https://source.unsplash.com/random/1600x900?music"
 | 
			
		||||
UIWelcomeMessage = ""
 | 
			
		||||
UIWelcomeMessage = "Welcome to CasjaysDev music server"
 | 
			
		||||
EnableCoverAnimation = true
 | 
			
		||||
RecentlyAddedByModTime = false
 | 
			
		||||
CoverArtPriority = "embedded, cover.*, folder.*, front.*"
 | 
			
		||||
@@ -39,3 +39,4 @@ Extractor = "taglib"
 | 
			
		||||
 | 
			
		||||
# [ListenBrainz]
 | 
			
		||||
Enabled = true
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user