Skip to content

Commit

Permalink
Changing sabnzbd image
Browse files Browse the repository at this point in the history
  • Loading branch information
LarryGF committed Aug 16, 2023
1 parent 8c88cbc commit 6a1d48f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion argocd/sabnzbd/values.common.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sabnzbd:
image:
repository: lscr.io/linuxserver/sabnzbd
repository: cr.hotio.dev/hotio/sabnzbd
tag: latest

env:
Expand Down
1 change: 1 addition & 0 deletions docs/Post-Install.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ terraform apply -auto-approve -target module.argocd_application
| radarr | 7878 |
| sonarr | 8989 |
| whisparr-radarr | 6969 |
| sabnzbd | 8080 |

- For instance, for `sonarr`, `App server` would be `http://sonarr:8989`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rtorrent-flood:
gethomepage.dev/enabled: "true"
gethomepage.dev/name: "Flood"
gethomepage.dev/description: "A beautiful web UI for various torrent clients."
gethomepage.dev/group: "Downloaders"
gethomepage.dev/group: "Media"
gethomepage.dev/icon: "flood.png"
gethomepage.dev/ping: "http://flood-rtorrent-flood.${namespace}.svc.cluster.local:3000"
gethomepage.dev/widget.type: "flood"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ home-assistant:
gethomepage.dev/enabled: "true"
gethomepage.dev/name: "Home Assistant"
gethomepage.dev/description: ""
gethomepage.dev/group: "Services"
gethomepage.dev/group: "Internal"
gethomepage.dev/icon: "home-assistant-alt.png"
enabled: true
hosts:
Expand Down Expand Up @@ -37,7 +37,7 @@ home-assistant:
gethomepage.dev/enabled: "true"
gethomepage.dev/name: "HA Code Server"
gethomepage.dev/description: ""
gethomepage.dev/group: "Services"
gethomepage.dev/group: "Internal"
gethomepage.dev/icon: "code.png"
hosts:
- host: codeha.${duckdns_domain}.duckdns.org
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sabnzbd:
gethomepage.dev/enabled: "true"
gethomepage.dev/name: "SABnzbd"
gethomepage.dev/description: "Free and easy binary newsreader"
gethomepage.dev/group: "Downloaders"
gethomepage.dev/group: "Media"
gethomepage.dev/icon: "sabnzbd-alt.png"
enabled: true
hosts:
Expand Down

0 comments on commit 6a1d48f

Please sign in to comment.