From c7956ae9b228054d57897ea338ad4154cc0b7221 Mon Sep 17 00:00:00 2001 From: Caine Date: Sun, 15 Feb 2026 09:41:49 +0000 Subject: Initial commit: susan automation scripts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Overnight transcoding, music discovery/import, system health reports, stats page generator, and bookmark management. Secrets stored in /etc/automation/ — not in repo. --- music_config.example.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 music_config.example.json (limited to 'music_config.example.json') 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" + } +} -- cgit v1.2.3