nomad

HCL and Docker files for Nomad deployments
git clone https://git.in0rdr.ch/nomad.git
Log | Files | Refs | Pull requests

commit 4dbfe16fb45cc7f552241469ed6e65141aed246d
parent c93d0b52db654422b1f127444736c498e343a241
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Tue,  4 Jun 2024 23:21:42 +0200

feat(ampache): move api key to vault

Diffstat:
Mhcl/default/ampache/templates/ampache.cfg.php.tmpl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hcl/default/ampache/templates/ampache.cfg.php.tmpl b/hcl/default/ampache/templates/ampache.cfg.php.tmpl @@ -693,7 +693,7 @@ art_order = "db,spotify,TheAudioDb,musicbrainz,lastfm,tags,folder" ; Last.FM API Key ; Set this to your Last.FM api key to actually use Last.FM for ; recommendations and metadata. -lastfm_api_key = "194390b2d6b40170a11aceec14d30ba9" +lastfm_api_key = "{{with secret "kv/ampache"}}{{index .Data.data.lastfm_api_key}}{{end}}" ; Last.FM API secret ; Set this to your Last.FM api secret to actually use Last.FM for