homelab/consul_service/file.json

20 lines
609 B
JSON
Raw Permalink Normal View History

2022-05-23 17:46:49 +00:00
{
"Service": {
"Name": "file",
"address": "192.168.1.10",
"port": 7000,
"tags": [
2022-05-24 08:57:18 +00:00
"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",
2022-05-23 17:46:49 +00:00
"traefik.enable=true",
"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.certresolver=myresolver"
]
}
}