Salmon/Salmon.Service/RunEnv/config.json

41 lines
733 B
JSON

{
"Url":"http://salmon.voie93quarts.fr/api/Push",
"Period":15000,
"Watch":[
{
"Type":"web",
"ShortName": "Voie93quarts",
"Uri":"https://voie93quarts.fr"
},
{
"Type":"web",
"ShortName": "Voie93quarts fallback",
"Uri":"https://sdgsdgsdg.voie93quarts.fr"
},
{
"Type":"web",
"ShortName": "Home assistant",
"Uri":"https://ha.voie93quarts.fr"
},
{
"Type":"web",
"ShortName": "Gitea",
"Uri":"https://git.voie93quarts.fr"
},
{
"Type":"docker",
"Uri":"http://192.168.1.156:4243",
"Containers":[
{
"ShortName": "Jellyfin container",
"ContainerName": "/jellyfin"
},
{
"ShortName": "Gitea container",
"ContainerName": "/gitea"
}
]
}
]
}