Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
cyxou committed Nov 11, 2023
1 parent 9d6a0a0 commit 88b5566
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 37 deletions.
6 changes: 3 additions & 3 deletions charts/homepage/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: librepod
repository: https://librepod.github.io/charts
version: 1.1.1
digest: sha256:eb982ffedaad9d28f4480a9b5370e2efbd137efbeb676fa33a495f8fddf5a76a
generated: "2022-11-12T22:44:00.566745275+03:00"
version: 1.2.0
digest: sha256:1dcc99dc6525e660fe55ac3e87b1b36a4ca644b7728156d92f73371335e49290
generated: "2023-11-11T21:52:36.081139194+03:00"
2 changes: 1 addition & 1 deletion charts/homepage/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ sources:
- https://github.com/benphelps/homepage
dependencies:
- name: librepod
version: 1.1.1
version: 1.2.0
repository: https://librepod.github.io/charts
12 changes: 1 addition & 11 deletions charts/homepage/configmap/bookmarks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,4 @@
- Developer:
- Github:
- abbr: GH
href: https://github.com/

- Social:
- Reddit:
- abbr: RE
href: https://reddit.com/

- Entertainment:
- YouTube:
- abbr: YT
href: https://youtube.com/
href: https://github.com/librepod
28 changes: 9 additions & 19 deletions charts/homepage/configmap/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,14 @@

- LibrePod:

- Wireguard:
href: https://wireguard.libre.pod
description: Grant access to your LibrePod
# - Wireguard:
# href: https://wireguard.libre.pod
# description: Grant access to your LibrePod

- Pi-hole:
href: https://pihole.libre.pod
description: Network-wide ad blocking
# - Pi-hole:
# href: https://pihole.libre.pod
# description: Network-wide ad blocking

- Traefik:
href: https://traefik.libre.pod
description: The Cloud-Native application proxy

- My Second Group:
- My Second Service:
href: http://localhost/
description: Homepage is the best

- My Third Group:
- My Third Service:
href: http://localhost/
description: Homepage is 😎
# - Traefik:
# href: https://traefik.libre.pod
# description: The Cloud-Native application proxy
3 changes: 0 additions & 3 deletions charts/homepage/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# The 'hostIP' is supposed to be set upon chart installation:
# helm install pihole --set hostIP="192.168.1.200"
hostIP: 127.0.0.1

image:
repository: ghcr.io/benphelps/homepage
pullPolicy: IfNotPresent
Expand All @@ -21,7 +19,6 @@ ingress:
enabled: true
hosts:
- host: libre.pod
- host: "{{ .Values.hostIP }}"

persistence:
bookmarks:
Expand Down

0 comments on commit 88b5566

Please sign in to comment.