mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-12 03:38:41 +00:00
Add homepage desc
This commit is contained in:
parent
05dab3e6e1
commit
cb21ea25b2
1 changed files with 5 additions and 0 deletions
|
@ -38,6 +38,11 @@
|
||||||
traefik.http.routers.ispyagentdvr.tls.domains[0].main: "{{ ansible_nas_domain }}"
|
traefik.http.routers.ispyagentdvr.tls.domains[0].main: "{{ ansible_nas_domain }}"
|
||||||
traefik.http.routers.ispyagentdvr.tls.domains[0].sans: "*.{{ ansible_nas_domain }}"
|
traefik.http.routers.ispyagentdvr.tls.domains[0].sans: "*.{{ ansible_nas_domain }}"
|
||||||
traefik.http.services.ispyagentdvr.loadbalancer.server.port: "8097"
|
traefik.http.services.ispyagentdvr.loadbalancer.server.port: "8097"
|
||||||
|
homepage.group: Monitoring
|
||||||
|
homepage.name: iSpy AgentDVR
|
||||||
|
homepage.icon: ispy.png
|
||||||
|
homepage.href: "http://{{ hostvars[inventory_hostname]['ansible_default_ipv4']['address'] }}:{{ ispyagentdvr_webui_port }}"
|
||||||
|
homepage.description: Camera Monitoring software
|
||||||
when: ispyagentdvr_enabled is true
|
when: ispyagentdvr_enabled is true
|
||||||
|
|
||||||
- name: Stop iSpyAgentDVR
|
- name: Stop iSpyAgentDVR
|
||||||
|
|
Loading…
Reference in a new issue