No introduction found. Create it?
Install with:
helm repo add app-template oci://ghcr.io/bjw-s-labs/charts/
helm install gotosocial app-template/app-template -f values.yamlSee examples from other people.
| Name | Repo | Stars | Version | Timestamp |
|---|---|---|---|---|
| gotosocial | m00nwtchr/homelab-cluster | 36 | 4.6.2 | 4 days ago |
| gotosocial | JJGadgets/Biohazard | 84 | 4.6.2 | 2 months ago |
See the most popular values for this chart:
| Key | Types |
|---|---|
route.app.hostnames[] (4) - social.${SECRET_ROOT_DOMAIN} | string |
route.app.parentRefs[].name (4) envoy-external | string |
route.app.parentRefs[].namespace (4) networking | string |
route.app.parentRefs[].sectionName (1) internal | string |
route.app.annotations."external-dns.alpha.kubernetes.io/hostname" (2) social.${SECRET_ROOT_DOMAIN} | string |
route.app.annotations."gethomepage.dev/description" (2) Federated Social Media | string |
| string | |
| string | |
route.app.annotations."gethomepage.dev/icon" (2) gotosocial.png | string |
| string | |
| string | |
| string | |
| string | |
| string | |
| number | |
route.gotosocial.hostnames[] (1) - gts.kubes.cloud | string |
route.gotosocial.parentRefs[].name (1) envoy-external-kubes | string |
| string | |
| string | |
| number | |
route.gotosocial.rules[].filters[].cors.allowHeaders[] (1) - Content-Type | string |
route.gotosocial.rules[].filters[].cors.allowMethods[] (1) - POST | string |
route.gotosocial.rules[].filters[].cors.allowOrigins[] (1) - https://phanpy.kubes.cloud | string |
| number | |
| string | |
| string | |
route.webfinger-gts.hostnames[] (1) - kubes.cloud | string |
route.webfinger-gts.parentRefs[].name (1) envoy-external-kubes | string |
| string | |
| string | |
| number | |
route.webfinger-gts.rules[].matches[].path.type (1) Exact | string |
route.webfinger-gts.rules[].matches[].path.value (1) /.well-known/webfinger | string |
route.well-known.hostnames[] (1) - ${MAIN_DOMAIN} | string |
route.well-known.parentRefs[].name (1) internal | string |
route.well-known.parentRefs[].namespace (1) network | string |
| string | |
| number | |
route.well-known.rules[].matches[].path.type (1) Exact | string |
route.well-known.rules[].matches[].path.value (1) /.well-known/webfinger | string |
| number | |
| string | |
| number | |
| boolean | |
| number | |
| string | |
| boolean | |
defaultPodOptions.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[].matchExpressions[].key (1) fuckoff.home.arpa/{{ .Release.Name }} | string |
| string | |
defaultPodOptions.annotations."instrumentation.opentelemetry.io/inject-sdk" (1) observability/instrumentation | string |
| string | |
| string | |
| string | |
| boolean | |
defaultPodOptions.hostAliases[].hostnames[] (1) - ${APP_DNS_AUTHENTIK:=authentik} | string |
defaultPodOptions.hostAliases[].ip (1) ${APP_IP_AUTHENTIK:=127.0.0.1} | string |
| boolean | |
persistence.data.existingClaim (3) gotosocial-data | string |
| boolean | |
persistence.data.globalMounts[].path (2) /gotosocial/storage | string |
persistence.data.advancedMounts.app.app[].path (1) /gotosocial/storage | string |
| string | |
| string | |
| string | |
persistence.storage.existingClaim (2) gotosocial | string |
persistence.storage.path (1) /mnt/data/nfs/backed-up/k8s/gts-storage | string |
persistence.storage.server (1) ${NFS_SERVER_IP_ADDRESS} | string |
| string | |
| boolean | |
persistence.config.globalMounts[].path (2) /gotosocial/config.yaml | string |
| boolean | |
| string | |
persistence.config.name (2) gotosocial-config | string |
persistence.config.type (2) configMap | string |
| string | |
| string | |
| string | |
persistence.tmpfs.type (2) emptyDir | string |
| string | |
persistence.tmp.type (1) emptyDir | string |
| number | |
| boolean | |
| number | |
| string | |
| string | |
| number | |
| string | |
| boolean | |
| string | |
| string | |
| string | |
| number | |
service.gotosocial.controller (1) gotosocial | string |
| number | |
| number | |
| string | |
| string | |
| string | |
| string | |
| string | |
| string | |
| string | |
| string | |
| string | |
controllers.gotosocial.type (2) deployment | string |
| string | |
| string | |
controllers.gotosocial.containers.app.env.GTS_DB_ADDRESS (1) pooler-gotosocial-rw | string |
| string | |
| string | |
controllers.gotosocial.containers.app.env.GTS_DB_PASSWORD.valueFrom.secretKeyRef.name (1) postgres-gotosocial-app | string |
| string | |
| string | |
| string | |
| string | |
controllers.gotosocial.containers.app.env.GTS_DB_USER.valueFrom.secretKeyRef.name (1) postgres-gotosocial-app | string |
| string | |
| string | |
| string | |
| string | |
| string | |
controllers.gotosocial.containers.app.env.GTS_OIDC_ISSUER (1) https://sso.vzkn.eu/application/o/gotosocial/ | string |
| string | |
controllers.gotosocial.containers.app.env.GTS_OIDC_SCOPES (1) openid,email,profile,groups | string |
| string | |
controllers.gotosocial.containers.app.env.GTS_SMTP_FROM (1) noreply@vzkn.eu | string |
controllers.gotosocial.containers.app.env.GTS_SMTP_HOST (1) smtp-relay.network.svc.cluster.local | string |
| string | |
| string | |
controllers.gotosocial.containers.app.env.GTS_TRUSTED_PROXIES (1) 127.0.0.1/32,::1,10.69.0.0/16,10.100.0.0/16 | string |
| string | |
| string | |
| string | |
controllers.gotosocial.containers.app.env.TZ (1) Europe/Warsaw | string |
controllers.gotosocial.containers.app.envFrom[].secretRef.name (1) gotosocial-secret | string |
controllers.gotosocial.containers.app.image.repository (1) docker.io/superseriousbusiness/gotosocial | string |
| string | |
| boolean | |
| boolean | |
| number | |
| number | |
| number | |
| number | |
| boolean | |
| boolean | |
| number | |
| number | |
| number | |
| number | |
| string | |
| string | |
| string | |
| boolean | |
| string | |
| boolean | |
| string | |
| string | |
| string | |
| string | |
| string | |
| string | |
| string | |
| string | |
| string | |
| string | |
| string | |
| string | |
controllers.gotosocial.containers.gotosocial.env.GTS_SEMAPHORE_URL (1) https://phanpy.kubes.cloud | string |
| string | |
controllers.gotosocial.containers.gotosocial.env.GTS_TRUSTED_PROXIES (1) 127.0.0.1/32,::1,10.96.0.0/16,10.69.0.0/16 | string |
| string | |
| string | |
| string | |
controllers.gotosocial.containers.gotosocial.env.TZ (1) Europe/Amsterdam | string |
controllers.gotosocial.containers.gotosocial.image.repository (1) mirror.gcr.io/superseriousbusiness/gotosocial | string |
| string | |
| string | |
| string | |
| boolean | |
| string | |
| boolean | |
| string | |
| string | |
| string | |
| string | |
controllers.gotosocial.containers.main.env.GTS_DB_POSTGRES_CONNECTION_STRING.valueFrom.secretKeyRef.name (1) {{ .Release.Name }}-postgres | string |
| string | |
controllers.gotosocial.containers.main.env.GTS_HOST (1) gts.${MAIN_DOMAIN} | string |
| string | |
| string | |
controllers.gotosocial.containers.main.env.GTS_OIDC_ADMIN_GROUPS (1) admins@idm.${SECRET_DOMAIN} | string |
| string | |
controllers.gotosocial.containers.main.env.GTS_OIDC_CLIENT_ID.valueFrom.secretKeyRef.name (1) kanidm-{{ .Release.Name }}-oidc | string |
| string | |
controllers.gotosocial.containers.main.env.GTS_OIDC_CLIENT_SECRET.valueFrom.secretKeyRef.name (1) kanidm-{{ .Release.Name }}-oidc | string |
| string | |
| string | |
controllers.gotosocial.containers.main.env.GTS_OIDC_ISSUER (1) https://idm.${SECRET_DOMAIN}/oauth2/openid/{{ .Release.Name }} | string |
| string | |
controllers.gotosocial.containers.main.env.GTS_OIDC_SCOPES (1) openid,email,profile,groups | string |
controllers.gotosocial.containers.main.env.GTS_SEMAPHORE_URL (1) https://phanpy.${MAIN_DOMAIN} | string |
| string | |
controllers.gotosocial.containers.main.env.GTS_TRUSTED_PROXIES (1) 127.0.0.1/32,::1,2001:cafe:42::/56 | string |
| string | |
controllers.gotosocial.containers.main.image.repository (1) docker.io/superseriousbusiness/gotosocial | string |
controllers.gotosocial.containers.main.image.tag (1) 0.21.2@sha256:53106462f352c23c25a32d4bd5c03eb3c2198f2d2549ff1e7d5ef6deb7f44961 | string |
| string | |
| boolean | |
| string | |
| number | |
| string | |
| number | |
| boolean | |
| number | |
controllers.main.containers.main.env[].name (2) GTS_HOST | string |
controllers.main.containers.main.env[].value (2) social.${SECRET_ROOT_DOMAIN} | string, number |
| string | |
controllers.main.containers.main.image.repository (2) mirror.gcr.io/superseriousbusiness/gotosocial | string |
| string | |
| string | |
| boolean | |
| number | |
| string | |
| number | |
| string | |
| number | |
| number | |
| number | |
| boolean | |
| number | |
| string | |
| number | |
| string | |
| number | |
| number | |
| number | |
| boolean | |
| number | |
| string | |
| number | |
| string | |
| number | |
| number | |
| number | |
| string | |
| string | |
| string | |
| string | |
| string | |
| string | |
| string | |
| number | |
| string | |
| number | |
| number | |
| string | |
| string | |
| string | |
| string | |
| string | |
| string | |
controllers.app.containers.app.env.GTS_APPLICATION_NAME (1) The JJGadgets Hut | string |
| string | |
| string | |
controllers.app.containers.app.env.GTS_DB_ADDRESS (1) /gotosocial/storage/db/gotosocial.db | string |
| string | |
controllers.app.containers.app.env.GTS_HOST (1) social.jjgadgets.tech | string |
| string | |
| string | |
| string | |
| string | |
controllers.app.containers.app.env.GTS_OIDC_IDP_NAME (1) JJGadgets Auth | string |
| number | |
| string | |
controllers.app.containers.app.env.GTS_STORAGE_LOCAL_BASE_PATH (1) /gotosocial/storage/media | string |
controllers.app.containers.app.env.GTS_TRUSTED_PROXIES (1) ${IP_POD_CIDR_V4} | string |
| string | |
| string | |
| number | |
| string | |
| string | |
controllers.app.containers.app.env.TZ (1) ${CONFIG_TZ} | string |
controllers.app.containers.app.envFrom[].secretRef.name (1) gotosocial-secrets | string |
controllers.app.containers.app.image.repository (1) docker.io/superseriousbusiness/gotosocial | string |
controllers.app.containers.app.image.tag (1) 0.21.2@sha256:53106462f352c23c25a32d4bd5c03eb3c2198f2d2549ff1e7d5ef6deb7f44961 | string |
| boolean | |
| boolean | |
| boolean | |
| number | |
| number | |
| string | |
| string | |
| string | |
| boolean | |
| string | |
| boolean | |
| string | |
| string | |
| string | |
| string | |
| string | |
| number | |
controllers.app.type (1) deployment | string |
networkpolicies.same-ns.policyTypes[] (1) - Ingress | string |