From 92fd3cafb06a929bd4c88c3c0d24a4b9f3c4cb61 Mon Sep 17 00:00:00 2001 From: kenny Date: Sun, 16 Nov 2025 00:18:10 +0200 Subject: [PATCH] Added Azuracast admin+radios to glance --- hosts/box/glance.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/hosts/box/glance.nix b/hosts/box/glance.nix index 2636cef..3437ac3 100644 --- a/hosts/box/glance.nix +++ b/hosts/box/glance.nix @@ -57,6 +57,18 @@ title = "Gitea"; url = "http://192.168.0.131:3010/user/login"; } + { + title = "Azuracast"; + url = "https://192.168.0.131:6003/admin/stations"; + } + { + title = "Slowdown"; + url = "https://192.168.0.131:6003/listen/teststation/radio.mp3"; + } + { + title = "Absolutely Random"; + url = "https://192.168.0.131:6003/listen/absolutely_random/radio.mp3"; + } { title = "Jellyfin (media)"; url = "http://192.168.0.131:8096/web/#/home.html";