Skip to content

Commit

Permalink
Reorganized dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
LarryGF committed Aug 15, 2023
1 parent 4409703 commit 8c88cbc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
16 changes: 3 additions & 13 deletions argocd/homepage/values.common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,31 +46,21 @@ homepage:
Media:
icon: mdi-movie-play
style: columns
fiveColumns: true

# Downloaders:
# icon: mdi-cloud-download
# style: columns
Internal:
icon: mdi-nas
style: columns
fiveColumns: true

Template Aggregators:
icon: mdi-briefcase-plus
style: columns
fiveColumns: true

Monitoring:
icon: mdi-safety-goggles
style: columns
fiveColumns: true

Services:
icon: mdi-server-network
style: columns
fiveColumns: true

Downloaders:
icon: mdi-download
style: columns


bookmarks:
Expand Down
2 changes: 1 addition & 1 deletion terraform/applications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ filebrowser:
sabnzbd:
name: sabnzbd
namespace: services
deploy: false
deploy: true
volumes:
config:
enabled: true
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: "Media"
gethomepage.dev/group: "Downloaders"
gethomepage.dev/icon: "flood.png"
gethomepage.dev/ping: "http://flood-rtorrent-flood.${namespace}.svc.cluster.local:3000"
gethomepage.dev/widget.type: "flood"
Expand Down

0 comments on commit 8c88cbc

Please sign in to comment.