diff --git a/share/authentik/index.yaml b/share/authentik/index.yaml index f13a966..6a04f0d 100644 --- a/share/authentik/index.yaml +++ b/share/authentik/index.yaml @@ -6,41 +6,21 @@ metadata: name: authentik description: authentik is an open-source Identity Provider focused on flexibility and versatility options: + domain: + default: your-company + examples: + - your-company + type: string + domain-name: + default: your_company.com + examples: + - your_company.com + type: string sub-domain: default: auth examples: - auth type: string - ingress-class: - default: traefik - examples: - - traefik - type: string - email: - default: - port: 587 - timeout: 30 - use_ssl: false - use_tls: false - examples: - - port: 587 - timeout: 30 - use_ssl: false - use_tls: false - properties: - port: - default: 587 - type: integer - timeout: - default: 30 - type: integer - use_ssl: - default: false - type: boolean - use_tls: - default: false - type: boolean - type: object error_reporting: default: enabled: false @@ -61,11 +41,21 @@ options: default: false type: boolean type: object - geoip: - default: /geoip/GeoLite2-City.mmdb + loglevel: + default: info examples: - - /geoip/GeoLite2-City.mmdb + - info type: string + admin: + default: + email: auth-admin + examples: + - email: auth-admin + properties: + email: + default: auth-admin + type: string + type: object postgres: default: cleanlogs: @@ -104,11 +94,31 @@ options: default: '14' type: string type: object - domain: - default: your-company + email: + default: + port: 587 + timeout: 30 + use_ssl: false + use_tls: false examples: - - your-company - type: string + - port: 587 + timeout: 30 + use_ssl: false + use_tls: false + properties: + port: + default: 587 + type: integer + timeout: + default: 30 + type: integer + use_ssl: + default: false + type: boolean + use_tls: + default: false + type: boolean + type: object redis: default: exporter: @@ -142,26 +152,6 @@ options: default: 8Gi type: string type: object - domain-name: - default: your_company.com - examples: - - your_company.com - type: string - loglevel: - default: info - examples: - - info - type: string - admin: - default: - email: auth-admin - examples: - - email: auth-admin - properties: - email: - default: auth-admin - type: string - type: object image: default: project: goauthentik @@ -192,11 +182,21 @@ options: default: 2023.5.4 type: string type: object + ingress-class: + default: traefik + examples: + - traefik + type: string issuer: default: letsencrypt-prod examples: - letsencrypt-prod type: string + geoip: + default: /geoip/GeoLite2-City.mmdb + examples: + - /geoip/GeoLite2-City.mmdb + type: string dependencies: - dist: null category: core