From c8c621c8ce87a219161891695a76e23a003edcd0 Mon Sep 17 00:00:00 2001 From: vincent Date: Tue, 24 May 2022 10:57:18 +0200 Subject: [PATCH] add consul standalone service to homer --- consul_service/file.json | 6 ++++++ consul_service/syno.json | 7 +++++++ 2 files changed, 13 insertions(+) diff --git a/consul_service/file.json b/consul_service/file.json index fe1f7a5..e5bc009 100644 --- a/consul_service/file.json +++ b/consul_service/file.json @@ -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", diff --git a/consul_service/syno.json b/consul_service/syno.json index 0f1447b..895f0c6 100644 --- a/consul_service/syno.json +++ b/consul_service/syno.json @@ -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",