nomad

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

commit 34c50ed2ca47de1bb4e330b471fe1f9c75883c76
parent 1f80f0190723f0961d319132f4cd38bebb2d3b13
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Sat,  6 Jan 2024 18:23:06 +0100

feat(ampache): lastfm scrobble api key

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

diff --git a/hcl/default/ampache/templates/ampache.cfg.php.tmpl b/hcl/default/ampache/templates/ampache.cfg.php.tmpl @@ -693,13 +693,13 @@ 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 = "d5df942424c71b754e54ce1832505ae2" +lastfm_api_key = "194390b2d6b40170a11aceec14d30ba9" ; Last.FM API secret ; Set this to your Last.FM api secret to actually use Last.FM for ; scrobbling. ; DEFAULT: none -lastfm_api_secret = "" +lastfm_api_secret = "{{with secret "kv/ampache"}}{{index .Data.data.lastfm_api_secret}}{{end}}" ; Spotify client id ; Set this to your Spotify client id to actually use Spotify for