add brudi section

This commit is contained in:
Markus Dieckmann 2019-08-01 09:20:43 +02:00
parent d3967a43a4
commit 7a2487c801

View File

@ -52,14 +52,14 @@ var sites = {
"discord" : "https://discordapp.com/channels/@me", "discord" : "https://discordapp.com/channels/@me",
"YouTube" : "https://www.youtube.com/", "YouTube" : "https://www.youtube.com/",
}, },
"Games": { // To find the game ID check the url in the store page or the community page /* "Games": { // To find the game ID check the url in the store page or the community page
"CS:GO" : "steam://run/730", "CS:GO" : "steam://run/730",
"Besiege" : "steam://run/346010", "Besiege" : "steam://run/346010",
"Rust" : "steam://run/252490", "Rust" : "steam://run/252490",
"Insurgency" : "steam://run/222880", "Insurgency" : "steam://run/222880",
"West of Loathing" : "steam://run/597220", "West of Loathing" : "steam://run/597220",
"POSTAL 2" : "steam://run/223470" "POSTAL 2" : "steam://run/223470"
}, },*/
"News": { "News": {
"worldnews" : "https://reddit.com/r/worldnews", "worldnews" : "https://reddit.com/r/worldnews",
"golem" : "https://www.golem.de/", "golem" : "https://www.golem.de/",
@ -82,6 +82,14 @@ var sites = {
"games" : "https://reddit.com/r/games", "games" : "https://reddit.com/r/games",
"switchhaxing" : "https://reddit.com/r/switchhaxing", "switchhaxing" : "https://reddit.com/r/switchhaxing",
"switchhacks" : "https://reddit.com/r/switchhacks", "switchhacks" : "https://reddit.com/r/switchhacks",
},
"brudi": {
"heimdall" : "http://brudi.xyz",
"gitea" : "http://gitea.brudi.xyz",
"etherpad" : "http://pad.brudi.xyz",
"netdata" : "http://netdata.brudi.xyz",
"organizr" : "http://org.brudi.xyz",
"pics" : "http://pics.brudi.xyz"
} }
}; };