summaryrefslogtreecommitdiff
path: root/music_config.example.json
diff options
context:
space:
mode:
authorCaine <susan@tomflux.xyz>2026-02-15 09:41:49 +0000
committerCaine <susan@tomflux.xyz>2026-02-15 09:41:49 +0000
commitc7956ae9b228054d57897ea338ad4154cc0b7221 (patch)
treea1f517ea452dddf34468c01c85871358e8b7295e /music_config.example.json
Initial commit: susan automation scriptsHEADmaster
Overnight transcoding, music discovery/import, system health reports, stats page generator, and bookmark management. Secrets stored in /etc/automation/ — not in repo.
Diffstat (limited to 'music_config.example.json')
-rw-r--r--music_config.example.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/music_config.example.json b/music_config.example.json
new file mode 100644
index 0000000..ac8c622
--- /dev/null
+++ b/music_config.example.json
@@ -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"
+ }
+}