Skip to content

Commit

Permalink
Add homepage desc
Browse files Browse the repository at this point in the history
  • Loading branch information
darshitpp committed Jun 15, 2024
1 parent 05dab3e commit cb21ea2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions roles/ispyagentdvr/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
traefik.http.routers.ispyagentdvr.tls.domains[0].main: "{{ ansible_nas_domain }}"
traefik.http.routers.ispyagentdvr.tls.domains[0].sans: "*.{{ ansible_nas_domain }}"
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

- name: Stop iSpyAgentDVR
Expand Down

0 comments on commit cb21ea2

Please sign in to comment.