Initial commit: susan automation scripts

Overnight transcoding, music discovery/import, system health reports,
stats page generator, and bookmark management.

Secrets stored in /etc/automation/ — not in repo.
This commit is contained in:
Caine
2026-02-15 09:41:49 +00:00
commit c7956ae9b2
13 changed files with 3660 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"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"
}
}