Files
homelab/templates/scrobbling/lastfm.json.j2
Alex Frantz 5711544692
All checks were successful
Deploy Containers / Prepare (push) Successful in 3s
use file config
2025-12-28 17:38:20 -05:00

12 lines
265 B
Django/Jinja

[
{
"name": "lastFm",
"enable": true,
"configureAs": "source",
"data": {
"apiKey": "{{ SCROBBLER_LASTFM_TOKEN }}",
"secret": "{{ SCROBBLER_LASTFM_SECRET }}",
"redirectUri": "https://scrobbler.fntz.net/lastfm/callback"
}
}
]