streams: update

This commit is contained in:
makefu 2024-01-15 23:16:45 +01:00
parent f599655185
commit bd659413fb
No known key found for this signature in database
GPG key ID: 36F7711F3FC0F225

View file

@ -6,6 +6,9 @@ in
# sonos does not support streams without ".mp3" at the end
services.nginx.virtualHosts."streams.lan" = {
locations."/teddy.mp3".return ="307 https://irmedia.streamabc.net/irm-rtliveplus-mp3-192-4919509";
locations."/teddykinder.mp3".return ="307 https://irmedia.streamabc.net/irm-rtkinderlieder-mp3-192-1697446";
locations."/teddy1.mp3".return ="307 https://irmedia.streamabc.net/irm-rtpersoplus01-mp3-192-4976733";
locations."/teddyinfo.mp3".return ="307 https://irmedia.streamabc.net/irm-rtinfospass-mp3-192-7462684";
};
}