Skip to content

Instantly share code, notes, and snippets.

@mouseos
mouseos / [email protected]
Last active September 8, 2024 13:23 — forked from ale-rinaldi/[email protected]
Icecast2 multi-instance systemd configuration
[Unit]
Description=Icecast server - %i
After=network-online.target
Wants=network.target network-online.target
[Service]
Type=idle
ExecStart=/opt/icecast/bin/icecast -c /opt/icecast/etc/%i.xml
User=icecast2
Group=icecast
@mouseos
mouseos / [email protected]
Created September 8, 2024 13:21 — forked from ale-rinaldi/[email protected]
Icecast2 multi-instance systemd configuration
[Unit]
Description=Icecast server - %i
After=network-online.target
Wants=network.target network-online.target
[Service]
Type=idle
ExecStart=/opt/icecast/bin/icecast -c /opt/icecast/etc/%i.xml
User=icecast
Group=icecast
@mouseos
mouseos / descriptions.json
Created December 22, 2023 10:04 — forked from stellasphere/descriptions.json
WMO weather interpretation code descriptions (& images)
{
"0":{
"day":{
"description":"Sunny",
"image":"http://openweathermap.org/img/wn/[email protected]"
},
"night":{
"description":"Clear",
"image":"http://openweathermap.org/img/wn/[email protected]"
}