add consul standalone service to homer
This commit is contained in:
parent
851fc24c84
commit
c8c621c8ce
@ -4,6 +4,12 @@
|
|||||||
"address": "192.168.1.10",
|
"address": "192.168.1.10",
|
||||||
"port": 7000,
|
"port": 7000,
|
||||||
"tags": [
|
"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.enable=true",
|
||||||
"traefik.http.routers.file.rule=Host(`file.ducamps.win`)",
|
"traefik.http.routers.file.rule=Host(`file.ducamps.win`)",
|
||||||
"traefik.http.routers.file.tls.domains[0].sans=file.ducamps.win",
|
"traefik.http.routers.file.tls.domains[0].sans=file.ducamps.win",
|
||||||
|
@ -4,6 +4,13 @@
|
|||||||
"address": "192.168.1.10",
|
"address": "192.168.1.10",
|
||||||
"port": 5000,
|
"port": 5000,
|
||||||
"tags": [
|
"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.enable=true",
|
||||||
"traefik.http.routers.syno.rule=Host(`syno.ducamps.win`)",
|
"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.domains[0].sans=syno.ducamps.win",
|
||||||
|
Loading…
Reference in New Issue
Block a user