Skip to content

Commit

Permalink
Update homer config template
Browse files Browse the repository at this point in the history
  • Loading branch information
HadrienPatte committed Oct 5, 2024
1 parent c7144ba commit 7f2bbca
Showing 1 changed file with 18 additions and 14 deletions.
32 changes: 18 additions & 14 deletions roles/mediaserver/templates/homer.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,19 @@ services:
- name: "Applications"
icon: "fas fa-play"
items:
- name: Radarr
type: Radarr
apikey: {{ secrets.api_keys["radarr"] }}
url: http://{{ ansible_host }}/radarr
logo: http://{{ ansible_host }}/radarr/Content/Images/logo.png
- name: Jellyfin
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

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

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

- name: Prowlarr
type: Prowlarr
apikey: {{ secrets.api_keys["prowlarr"] }}
Expand All @@ -40,10 +36,18 @@ services:
- name: Jellyfin
type: Emby
apikey: {{ secrets.api_keys["jellyfin"] }}
libraryType: series
libraryType: movies
url: http://{{ ansible_host }}/jellyfin
logo: http://{{ ansible_host }}/jellyfin/web/assets/img/icon-transparent.png

- name: Datadog
url: https://app.datadoghq.com
logo: https://static.datadoghq.com/static/c/bits_reversed-570337bd5ba02fd91283e8932d0298df.svg
- name: Radarr
type: Radarr
apikey: {{ secrets.api_keys["radarr"] }}
url: http://{{ ansible_host }}/radarr
logo: http://{{ ansible_host }}/radarr/Content/Images/logo.png

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

0 comments on commit 7f2bbca

Please sign in to comment.