Skip to content

Commit

Permalink
Use relative links in homer
Browse files Browse the repository at this point in the history
  • Loading branch information
HadrienPatte committed Oct 30, 2024
1 parent 17fec11 commit 2a053d1
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions roles/mediaserver/templates/homer.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -18,36 +18,36 @@ services:
type: Emby
apikey: {{ secrets.api_keys["jellyfin"] }}
libraryType: series
url: http://{{ ansible_host }}/jellyfin
logo: http://{{ ansible_host }}/jellyfin/web/assets/img/icon-transparent.png
url: /jellyfin
logo: /jellyfin/web/assets/img/icon-transparent.png

- name: Sonarr
type: Sonarr
apikey: {{ secrets.api_keys["sonarr"] }}
url: http://{{ ansible_host }}/sonarr
logo: http://{{ ansible_host }}/sonarr/Content/Images/logo.svg
url: /sonarr
logo: /sonarr/Content/Images/logo.svg

- name: Prowlarr
type: Prowlarr
apikey: {{ secrets.api_keys["prowlarr"] }}
url: http://{{ ansible_host }}/prowlarr
logo: http://{{ ansible_host }}/prowlarr/Content/Images/logo.svg
url: /prowlarr
logo: /prowlarr/Content/Images/logo.svg

- name: Jellyfin
type: Emby
apikey: {{ secrets.api_keys["jellyfin"] }}
libraryType: movies
url: http://{{ ansible_host }}/jellyfin
logo: http://{{ ansible_host }}/jellyfin/web/assets/img/icon-transparent.png
url: /jellyfin
logo: /jellyfin/web/assets/img/icon-transparent.png

- name: Radarr
type: Radarr
apikey: {{ secrets.api_keys["radarr"] }}
url: http://{{ ansible_host }}/radarr
logo: http://{{ ansible_host }}/radarr/Content/Images/logo.png
url: /radarr
logo: /radarr/Content/Images/logo.png

- name: qBittorrent
type: qBittorrent
url: http://{{ ansible_host }}/qbittorrent
logo: http://{{ ansible_host }}/qbittorrent/images/qbittorrent-tray.svg
url: /qbittorrent
logo: /qbittorrent/images/qbittorrent-tray.svg

0 comments on commit 2a053d1

Please sign in to comment.