Overnight transcoding, music discovery/import, system health reports, stats page generator, and bookmark management. Secrets stored in /etc/automation/ — not in repo.
16 lines
326 B
JSON
16 lines
326 B
JSON
{
|
|
"lastfm": {
|
|
"api_key": "YOUR_LASTFM_API_KEY",
|
|
"username": "tomflux"
|
|
},
|
|
"navidrome": {
|
|
"url": "https://navi.jihakuz.xyz",
|
|
"username": "YOUR_NAVIDROME_USERNAME",
|
|
"password": "YOUR_NAVIDROME_PASSWORD"
|
|
},
|
|
"slskd": {
|
|
"url": "https://music.jihakuz.xyz",
|
|
"api_key": "YOUR_SLSKD_API_KEY"
|
|
}
|
|
}
|