(chore) init commit and add tasks

This commit is contained in:
Story Crater Bot
2026-08-18 18:33:49 -07:00
commit 6c6218ef36
61 changed files with 9851 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
apiVersion: helm.cattle.io/v1
kind: HelmRelease
metadata:
name: homarr
namespace: dashboard
spec:
chart:
repository: https://homarr-labs.github.io/charts/
name: homarr
version: "~1"
values:
env:
AUTH_PROVIDERS: "oidc"
AUTH_OIDC_CLIENT_ID: "homarr"
AUTH_OIDC_ISSUER: "https://authentik.riotpiao.homelab.com/application/o/homarr/"
AUTH_OIDC_URI: "https://authentik.riotpiao.homelab.com/application/o/homarr/.well-known/openid-configuration"
AUTH_OIDC_GROUPS_ATTRIBUTE: "groups"
envFrom:
- secretRef:
name: homarr-oidc
persistence:
enabled: true
storageClass: longhorn
size: 2Gi