add consul standalone service to homer

This commit is contained in:
vincent 2022-05-24 10:57:18 +02:00
parent 851fc24c84
commit c8c621c8ce
2 changed files with 13 additions and 0 deletions

View File

@ -4,6 +4,12 @@
"address": "192.168.1.10",
"port": 7000,
"tags": [
"homer.enable=true",
"homer.name=FileStation",
"homer.url=https://file.ducamps.win",
"homer.logo=https://file.ducamps.win/webman/modules/FileBrowser/images/1x/file_browser_64.png",
"homer.service=Application",
"homer.target=_blank",
"traefik.enable=true",
"traefik.http.routers.file.rule=Host(`file.ducamps.win`)",
"traefik.http.routers.file.tls.domains[0].sans=file.ducamps.win",

View File

@ -4,6 +4,13 @@
"address": "192.168.1.10",
"port": 5000,
"tags": [
"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",
"traefik.enable=true",
"traefik.http.routers.syno.rule=Host(`syno.ducamps.win`)",
"traefik.http.routers.syno.tls.domains[0].sans=syno.ducamps.win",