Skip to content

Commit

Permalink
feat: integrate some more apps to homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
cterence committed Sep 6, 2024
1 parent e725abd commit d5c1ac8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
5 changes: 5 additions & 0 deletions k8s-apps/dead-drop/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ dead-drop:
annotations:
cert-manager.io/cluster-issuer: letsencrypt
external-dns.alpha.kubernetes.io/target: home.terence.cloud
gethomepage.dev/enabled: "true"
gethomepage.dev/name: "Dead Drop"
gethomepage.dev/description: "A secure, ephemeral file sharing service."
gethomepage.dev/group: "Apps"
gethomepage.dev/icon: "mdi-file-key"

hosts:
- host: dead-drop.terence.cloud
Expand Down
6 changes: 5 additions & 1 deletion k8s-apps/immich/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@ immich:
nginx.ingress.kubernetes.io/proxy-body-size: "0"
external-dns.alpha.kubernetes.io/target: home.terence.cloud
cert-manager.io/cluster-issuer: letsencrypt
gethomepage.dev/enabled: "true"
gethomepage.dev/name: "Immich"
gethomepage.dev/description: "Photo library management."
gethomepage.dev/group: "Media"
gethomepage.dev/icon: "immich"
ingressClassName: nginx
hosts:
- host: immich.terence.cloud
Expand Down Expand Up @@ -146,7 +151,6 @@ immich:
accessMode: ReadWriteOnce
# storageClass: your-class


cnpg-cluster:
type: postgresql
mode: standalone
Expand Down
5 changes: 5 additions & 0 deletions k8s-apps/kube-prometheus-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ kube-prometheus-stack:
nginx.ingress.kubernetes.io/auth-url: https://$host/oauth2/auth
nginx.ingress.kubernetes.io/auth-signin: https://$host/oauth2/start?rd=$escaped_request_uri
nginx.ingress.kubernetes.io/auth-response-headers: X-Auth-Request-Email
gethomepage.dev/enabled: "true"
gethomepage.dev/name: "Grafana"
gethomepage.dev/description: "The open platform for beautiful analytics and monitoring."
gethomepage.dev/group: "Tooling"
gethomepage.dev/icon: "grafana"
hosts:
- grafana.terence.cloud
tls:
Expand Down

0 comments on commit d5c1ac8

Please sign in to comment.