: add metadata separation
Some checks failed
ansible-lint / lint-everything (push) Failing after 2m12s

This commit is contained in:
VC
2025-09-09 12:10:41 +02:00
parent 63b2dd952a
commit bd4cc20980

View File

@@ -633,13 +633,13 @@ licensing = "false"
; You must also set a local_metadata_dir below. This folder should be ; You must also set a local_metadata_dir below. This folder should be
; a local folder that is not accessible from a browser. ; a local folder that is not accessible from a browser.
; DEFAULT: "false" ; DEFAULT: "false"
;album_art_store_disk = "true" album_art_store_disk = "true"
; Local Metadata Directory ; Local Metadata Directory
; This define a local metadata directory OUTSIDE the web path with write access. ; This define a local metadata directory OUTSIDE the web path with write access.
; This is used to store heavy data if enabled (album art, waveforms, etc) ; This is used to store heavy data if enabled (album art, waveforms, etc)
; DEFAULT: none ; DEFAULT: none
;local_metadata_dir = "/var/www/metadata" local_metadata_dir = "{{ ampache_data_home }}/metadata"
; Maximal upload size ; Maximal upload size
; Specify the maximal allowed upload size for images, in bytes. ; Specify the maximal allowed upload size for images, in bytes.