Skip to content

Commit

Permalink
Silverbullet homepage integration
Browse files Browse the repository at this point in the history
  • Loading branch information
davestephens committed Mar 15, 2024
1 parent 5742d25 commit b8c6719
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions roles/silverbullet/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
traefik.http.routers.silverbullet.tls.domains[0].main: "{{ ansible_nas_domain }}"
traefik.http.routers.silverbullet.tls.domains[0].sans: "*.{{ ansible_nas_domain }}"
traefik.http.services.silverbullet.loadbalancer.server.port: "3000"
homepage.group: Productivity
homepage.name: Silverbullet
homepage.icon: silverbullet
homepage.href: http://{{ hostvars[inventory_hostname]['ansible_default_ipv4']['address'] }}:{{ silverbullet_port }}
homepage.description: Notes for developers
when: silverbullet_enabled is true

- name: Stop silverbullet
Expand Down

0 comments on commit b8c6719

Please sign in to comment.