Files
DbWebserver/webserver/webserver.json

93 lines
3.2 KiB
JSON

{
"applications": {
"Fallback": {
"_pluginName": "fileserver",
"rootPath": "htdocs/__fallback"
},
"HelloWorld": {
"_pluginName": "helloworld"
},
"1000serien.com": {
"_pluginName": "series",
"mysql": {
"hostname": "localhost",
"username": "series",
"password": "_stripped_",
"database": "series"
}
},
"cdn.1000serien.com": {
"_pluginName": "fileserver",
"rootPath": "/komposthaufen/multimedia/Videos"
},
"brunner.ninja": {
"_pluginName": "fileserver",
"rootPath": "htdocs/brunner.ninja"
},
"telegram.brunner.ninja": {
"_pluginName": "fileserver",
"rootPath": "htdocs/telegram.brunner.ninja/dist"
},
"transmission.brunner.ninja": {
"_pluginName": "proxy",
"url": "http://127.0.0.1:9091/"
},
"findtheinvisiblegspot.com": {
"_pluginName": "fileserver",
"rootPath": "htdocs/findtheinvisiblegspot.com"
},
"flucky.xyz": {
"_pluginName": "fileserver",
"rootPath": "htdocs/flucky.xyz"
},
"mail.flucky.xyz": {
"_pluginName": "fileserver",
"rootPath": "/etc/webapps/roundcubemail"
},
"phpmyadmin.flucky.xyz": {
"_pluginName": "fileserver",
"rootPath": "/usr/share/webapps/phpMyAdmin"
},
"localhorst.xyz": {
"_pluginName": "fileserver",
"rootPath": "htdocs/localhorst.xyz"
},
"maik-mahlow.de": {
"_pluginName": "fileserver",
"rootPath": "htdocs/maik-mahlow.de"
},
"WifiLamp": {
"_pluginName": "wifilamp",
"controlHostAddress": "QHostAddress::Any",
"controlPort": 1234
}
},
"listeners": [{
"hostAddress": "QHostAddress::Any",
"port": 8080,
"vhosts": {
"*": "Fallback",
"1000serien.com:8080": "1000serien.com",
"www.1000serien.com:8080": "1000serien.com",
"cdn.1000serien.com:8080": "cdn.1000serien.com",
"brunner.ninja:8080": "brunner.ninja",
"www.brunner.ninja:8080": "brunner.ninja",
"telegram.brunner.ninja:8080": "telegram.brunner.ninja",
"transmission.brunner.ninja:8080": "transmission.brunner.ninja",
"findtheinvisiblegspot.com:8080": "findtheinvisiblegspot.com",
"www.findtheinvisiblegspot.com:8080": "findtheinvisiblegspot.com",
"flucky.xyz:8080": "flucky.xyz",
"www.flucky.xyz:8080": "flucky.xyz",
"mail.flucky.xyz:8080": "mail.flucky.xyz",
"phpmyadmin.flucky.xyz:8080": "phpmyadmin.flucky.xyz",
"localhorst.xyz:8080": "localhorst.xyz",
"www.localhorst.xyz:8080": "localhorst.xyz",
"maik-mahlow.de:8080": "maik-mahlow.de",
"www.maik-mahlow.de:8080": "maik-mahlow.de",
"flucky-server:8080": "HelloWorld",
"192.168.0.2:8080": "HelloWorld",
"lampen:8080": "WifiLamp"
}
}]
}