homelab/consul_service/syno.json

21 lines
593 B
JSON
Raw Normal View History

2022-05-09 06:50:52 +00:00
{
"Service": {
"Name": "syno",
"address": "192.168.1.10",
"port": 5000,
"tags": [
2022-05-24 08:57:18 +00:00
"homer.enable=true",
"homer.name=Diskstation",
"homer.url=https://syno.ducamps.win",
"homer.logo=https://syno.ducamps.win/webman/resources/images/icon_dsm_96.png",
"homer.service=Application",
"homer.target=_blank",
2022-05-09 06:50:52 +00:00
"traefik.enable=true",
"traefik.http.routers.syno.rule=Host(`syno.ducamps.win`)",
"traefik.http.routers.syno.tls.domains[0].sans=syno.ducamps.win",
"traefik.http.routers.syno.tls.certresolver=myresolver"
]
}
}