✨: add metadata separation
Some checks failed
ansible-lint / lint-everything (push) Failing after 2m12s
Some checks failed
ansible-lint / lint-everything (push) Failing after 2m12s
This commit is contained in:
@@ -633,13 +633,13 @@ licensing = "false"
|
||||
; You must also set a local_metadata_dir below. This folder should be
|
||||
; a local folder that is not accessible from a browser.
|
||||
; DEFAULT: "false"
|
||||
;album_art_store_disk = "true"
|
||||
album_art_store_disk = "true"
|
||||
|
||||
; Local Metadata Directory
|
||||
; 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)
|
||||
; DEFAULT: none
|
||||
;local_metadata_dir = "/var/www/metadata"
|
||||
local_metadata_dir = "{{ ampache_data_home }}/metadata"
|
||||
|
||||
; Maximal upload size
|
||||
; Specify the maximal allowed upload size for images, in bytes.
|
||||
|
Reference in New Issue
Block a user