@@ -38,4 +38,4 @@ sources:
|
||||
- https://github.com/authelia/chartrepo
|
||||
- https://github.com/authelia/authelia
|
||||
type: application
|
||||
version: 1.6.18
|
||||
version: 1.6.19
|
||||
|
||||
@@ -64,6 +64,15 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"ghcr.io/authelia/authelia"` | |
|
||||
| image.tag | string | `"4.30.4"` | |
|
||||
| initContainers[0].command[0] | string | `"sh"` | |
|
||||
| initContainers[0].command[1] | string | `"-c"` | |
|
||||
| initContainers[0].command[2] | string | `"until pg_isready -U authelia -h ${pghost} ; do sleep 2 ; done"` | |
|
||||
| initContainers[0].env[0].name | string | `"pghost"` | |
|
||||
| initContainers[0].env[0].valueFrom.secretKeyRef.key | string | `"plainhost"` | |
|
||||
| initContainers[0].env[0].valueFrom.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| initContainers[0].image | string | `"postgres:13.1"` | |
|
||||
| initContainers[0].imagePullPolicy | string | `"IfNotPresent"` | |
|
||||
| initContainers[0].name | string | `"init-postgresdb"` | |
|
||||
| log.format | string | `"text"` | |
|
||||
| log.level | string | `"trace"` | |
|
||||
| notifier.disable_startup_check | bool | `false` | |
|
||||
|
||||
@@ -27,4 +27,4 @@ name: fireflyiii
|
||||
sources:
|
||||
- https://github.com/firefly-iii/firefly-iii/
|
||||
type: application
|
||||
version: 6.1.5
|
||||
version: 6.1.6
|
||||
|
||||
@@ -23,6 +23,15 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"fireflyiii/core"` | |
|
||||
| image.tag | string | `"version-5.5.12"` | |
|
||||
| initContainers[0].command[0] | string | `"sh"` | |
|
||||
| initContainers[0].command[1] | string | `"-c"` | |
|
||||
| initContainers[0].command[2] | string | `"until pg_isready -U authelia -h ${pghost} ; do sleep 2 ; done"` | |
|
||||
| initContainers[0].env[0].name | string | `"pghost"` | |
|
||||
| initContainers[0].env[0].valueFrom.secretKeyRef.key | string | `"plainhost"` | |
|
||||
| initContainers[0].env[0].valueFrom.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| initContainers[0].image | string | `"postgres:13.1"` | |
|
||||
| initContainers[0].imagePullPolicy | string | `"IfNotPresent"` | |
|
||||
| initContainers[0].name | string | `"init-postgresdb"` | |
|
||||
| persistence.data.accessMode | string | `"ReadWriteOnce"` | |
|
||||
| persistence.data.enabled | bool | `true` | |
|
||||
| persistence.data.mountPath | string | `"/var/www/html/storage/upload"` | |
|
||||
|
||||
@@ -24,4 +24,4 @@ sources:
|
||||
- https://hub.docker.com/r/freeradius/freeradius-server/
|
||||
- https://freeradius.org/
|
||||
type: application
|
||||
version: 1.7.13
|
||||
version: 1.7.14
|
||||
|
||||
@@ -17,7 +17,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| image.tag | string | `"v3.0.23"` | |
|
||||
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
|
||||
| persistence.config.enabled | bool | `true` | |
|
||||
| persistence.config.mountPath | string | `"/config"` | |
|
||||
| persistence.config.mountPath | string | `"/etc/raddb"` | |
|
||||
| persistence.config.size | string | `"100Gi"` | |
|
||||
| persistence.config.type | string | `"pvc"` | |
|
||||
| probes | object | See below | Probe configuration -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) |
|
||||
|
||||
@@ -31,4 +31,4 @@ name: vaultwarden
|
||||
sources:
|
||||
- https://github.com/dani-garcia/vaultwarden
|
||||
type: application
|
||||
version: 6.1.7
|
||||
version: 6.1.8
|
||||
|
||||
@@ -22,6 +22,15 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"vaultwarden/server"` | |
|
||||
| image.tag | string | `"1.22.2"` | |
|
||||
| initContainers[0].command[0] | string | `"sh"` | |
|
||||
| initContainers[0].command[1] | string | `"-c"` | |
|
||||
| initContainers[0].command[2] | string | `"until pg_isready -U authelia -h ${pghost} ; do sleep 2 ; done"` | |
|
||||
| initContainers[0].env[0].name | string | `"pghost"` | |
|
||||
| initContainers[0].env[0].valueFrom.secretKeyRef.key | string | `"plainhost"` | |
|
||||
| initContainers[0].env[0].valueFrom.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| initContainers[0].image | string | `"postgres:13.1"` | |
|
||||
| initContainers[0].imagePullPolicy | string | `"IfNotPresent"` | |
|
||||
| initContainers[0].name | string | `"init-postgresdb"` | |
|
||||
| persistence.data.accessMode | string | `"ReadWriteOnce"` | |
|
||||
| persistence.data.enabled | bool | `true` | |
|
||||
| persistence.data.mountPath | string | `"/data"` | |
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
# Configuration Options
|
||||
|
||||
##### Connecting to other apps
|
||||
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide:
|
||||
https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
|
||||
|
||||
##### Available config options
|
||||
In the future this page is going to contain an automated list of options available in the installation/edit UI.
|
||||
@@ -0,0 +1,174 @@
|
||||
# Default Helm-Values
|
||||
|
||||
TrueCharts is primarily build to supply TrueNAS SCALE Apps.
|
||||
However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
|
||||
|
||||
Most of our Apps also consume our "common" Helm Chart.
|
||||
If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
|
||||
You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
|
||||
|
||||
## Values
|
||||
|
||||
| Key | Type | Default | Description |
|
||||
|-----|------|---------|-------------|
|
||||
| access_control.default_policy | string | `"deny"` | |
|
||||
| access_control.networks | list | `[]` | |
|
||||
| access_control.rules | list | `[]` | |
|
||||
| args[0] | string | `"--config=/configuration.yaml"` | |
|
||||
| authentication_backend.disable_reset_password | bool | `false` | |
|
||||
| authentication_backend.file.enabled | bool | `true` | |
|
||||
| authentication_backend.file.password.algorithm | string | `"argon2id"` | |
|
||||
| authentication_backend.file.password.iterations | int | `1` | |
|
||||
| authentication_backend.file.password.key_length | int | `32` | |
|
||||
| authentication_backend.file.password.memory | int | `1024` | |
|
||||
| authentication_backend.file.password.parallelism | int | `8` | |
|
||||
| authentication_backend.file.password.salt_length | int | `16` | |
|
||||
| authentication_backend.file.path | string | `"/config/users_database.yml"` | |
|
||||
| authentication_backend.ldap.additional_groups_dn | string | `"OU=Groups"` | |
|
||||
| authentication_backend.ldap.additional_users_dn | string | `"OU=Users"` | |
|
||||
| authentication_backend.ldap.base_dn | string | `"DC=example,DC=com"` | |
|
||||
| authentication_backend.ldap.display_name_attribute | string | `""` | |
|
||||
| authentication_backend.ldap.enabled | bool | `false` | |
|
||||
| authentication_backend.ldap.group_name_attribute | string | `""` | |
|
||||
| authentication_backend.ldap.groups_filter | string | `""` | |
|
||||
| authentication_backend.ldap.implementation | string | `"activedirectory"` | |
|
||||
| authentication_backend.ldap.mail_attribute | string | `""` | |
|
||||
| authentication_backend.ldap.plain_password | string | `""` | |
|
||||
| authentication_backend.ldap.start_tls | bool | `false` | |
|
||||
| authentication_backend.ldap.timeout | string | `"5s"` | |
|
||||
| authentication_backend.ldap.tls.minimum_version | string | `"TLS1.2"` | |
|
||||
| authentication_backend.ldap.tls.server_name | string | `""` | |
|
||||
| authentication_backend.ldap.tls.skip_verify | bool | `false` | |
|
||||
| authentication_backend.ldap.url | string | `"ldap://openldap.default.svc.cluster.local"` | |
|
||||
| authentication_backend.ldap.user | string | `"CN=Authelia,DC=example,DC=com"` | |
|
||||
| authentication_backend.ldap.username_attribute | string | `""` | |
|
||||
| authentication_backend.ldap.users_filter | string | `""` | |
|
||||
| authentication_backend.refresh_interval | string | `"5m"` | |
|
||||
| command[0] | string | `"authelia"` | |
|
||||
| default_redirection_url | string | `""` | |
|
||||
| domain | string | `"example.com"` | |
|
||||
| duo_api.enabled | bool | `false` | |
|
||||
| duo_api.hostname | string | `"api-123456789.example.com"` | |
|
||||
| duo_api.integration_key | string | `"ABCDEF"` | |
|
||||
| duo_api.plain_api_key | string | `""` | |
|
||||
| enableServiceLinks | bool | `false` | |
|
||||
| envFrom[0].configMapRef.name | string | `"authelia-paths"` | |
|
||||
| identity_providers.oidc.access_token_lifespan | string | `"1h"` | |
|
||||
| identity_providers.oidc.authorize_code_lifespan | string | `"1m"` | |
|
||||
| identity_providers.oidc.clients | list | `[]` | |
|
||||
| identity_providers.oidc.enable_client_debug_messages | bool | `false` | |
|
||||
| identity_providers.oidc.enabled | bool | `false` | |
|
||||
| identity_providers.oidc.id_token_lifespan | string | `"1h"` | |
|
||||
| identity_providers.oidc.minimum_parameter_entropy | int | `8` | |
|
||||
| identity_providers.oidc.refresh_token_lifespan | string | `"90m"` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"ghcr.io/authelia/authelia"` | |
|
||||
| image.tag | string | `"4.30.4"` | |
|
||||
| initContainers[0].command[0] | string | `"sh"` | |
|
||||
| initContainers[0].command[1] | string | `"-c"` | |
|
||||
| initContainers[0].command[2] | string | `"until pg_isready -U authelia -h ${pghost} ; do sleep 2 ; done"` | |
|
||||
| initContainers[0].env[0].name | string | `"pghost"` | |
|
||||
| initContainers[0].env[0].valueFrom.secretKeyRef.key | string | `"plainhost"` | |
|
||||
| initContainers[0].env[0].valueFrom.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| initContainers[0].image | string | `"postgres:13.1"` | |
|
||||
| initContainers[0].imagePullPolicy | string | `"IfNotPresent"` | |
|
||||
| initContainers[0].name | string | `"init-postgresdb"` | |
|
||||
| log.format | string | `"text"` | |
|
||||
| log.level | string | `"trace"` | |
|
||||
| notifier.disable_startup_check | bool | `false` | |
|
||||
| notifier.filesystem.enabled | bool | `true` | |
|
||||
| notifier.filesystem.filename | string | `"/config/notification.txt"` | |
|
||||
| notifier.smtp.disable_html_emails | bool | `false` | |
|
||||
| notifier.smtp.disable_require_tls | bool | `false` | |
|
||||
| notifier.smtp.enabled | bool | `false` | |
|
||||
| notifier.smtp.enabledSecret | bool | `false` | |
|
||||
| notifier.smtp.host | string | `"smtp.mail.svc.cluster.local"` | |
|
||||
| notifier.smtp.identifier | string | `"localhost"` | |
|
||||
| notifier.smtp.plain_password | string | `"test"` | |
|
||||
| notifier.smtp.port | int | `25` | |
|
||||
| notifier.smtp.sender | string | `"admin@example.com"` | |
|
||||
| notifier.smtp.startup_check_address | string | `"test@authelia.com"` | |
|
||||
| notifier.smtp.subject | string | `"[Authelia] {title}"` | |
|
||||
| notifier.smtp.timeout | string | `"5s"` | |
|
||||
| notifier.smtp.tls.minimum_version | string | `"TLS1.2"` | |
|
||||
| notifier.smtp.tls.server_name | string | `""` | |
|
||||
| notifier.smtp.tls.skip_verify | bool | `false` | |
|
||||
| notifier.smtp.username | string | `"test"` | |
|
||||
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
|
||||
| persistence.config.enabled | bool | `true` | |
|
||||
| persistence.config.mountPath | string | `"/config"` | |
|
||||
| persistence.config.size | string | `"100Gi"` | |
|
||||
| persistence.config.type | string | `"pvc"` | |
|
||||
| persistence.redismaster.accessMode | string | `"ReadWriteOnce"` | |
|
||||
| persistence.redismaster.enabled | bool | `true` | |
|
||||
| persistence.redismaster.forceName | string | `"redismaster"` | |
|
||||
| persistence.redismaster.noMount | bool | `true` | |
|
||||
| persistence.redismaster.size | string | `"100Gi"` | |
|
||||
| persistence.redismaster.type | string | `"pvc"` | |
|
||||
| podSecurityContext.fsGroup | int | `568` | |
|
||||
| podSecurityContext.runAsGroup | int | `568` | |
|
||||
| podSecurityContext.runAsUser | int | `568` | |
|
||||
| postgresql.enabled | bool | `true` | |
|
||||
| postgresql.existingSecret | string | `"dbcreds"` | |
|
||||
| postgresql.postgresqlDatabase | string | `"authelia"` | |
|
||||
| postgresql.postgresqlUsername | string | `"authelia"` | |
|
||||
| probes.liveness.path | string | `"/api/health\""` | |
|
||||
| probes.liveness.type | string | `"HTTP"` | |
|
||||
| probes.readiness.path | string | `"/api/health"` | |
|
||||
| probes.readiness.type | string | `"HTTP"` | |
|
||||
| probes.startup.path | string | `"/api/health"` | |
|
||||
| probes.startup.type | string | `"HTTP"` | |
|
||||
| redis.architecture | string | `"standalone"` | |
|
||||
| redis.auth.existingSecret | string | `"rediscreds"` | |
|
||||
| redis.auth.existingSecretPasswordKey | string | `"redis-password"` | |
|
||||
| redis.enabled | bool | `true` | |
|
||||
| redis.master.persistence.enabled | bool | `false` | |
|
||||
| redis.master.persistence.existingClaim | string | `"redismaster"` | |
|
||||
| redis.replica.persistence.enabled | bool | `false` | |
|
||||
| redis.replica.replicaCount | int | `0` | |
|
||||
| redis.volumePermissions.enabled | bool | `true` | |
|
||||
| redisProvider.database_index | int | `0` | |
|
||||
| redisProvider.high_availability.enabled | bool | `false` | |
|
||||
| redisProvider.high_availability.enabledSecret | bool | `false` | |
|
||||
| redisProvider.high_availability.nodes | list | `[]` | |
|
||||
| redisProvider.high_availability.route_by_latency | bool | `false` | |
|
||||
| redisProvider.high_availability.route_randomly | bool | `false` | |
|
||||
| redisProvider.high_availability.sentinel_name | string | `"mysentinel"` | |
|
||||
| redisProvider.maximum_active_connections | int | `8` | |
|
||||
| redisProvider.minimum_idle_connections | int | `0` | |
|
||||
| redisProvider.port | int | `6379` | |
|
||||
| redisProvider.tls.enabled | bool | `false` | |
|
||||
| redisProvider.tls.minimum_version | string | `"TLS1.2"` | |
|
||||
| redisProvider.tls.server_name | string | `""` | |
|
||||
| redisProvider.tls.skip_verify | bool | `false` | |
|
||||
| redisProvider.username | string | `""` | |
|
||||
| regulation.ban_time | string | `"5m"` | |
|
||||
| regulation.find_time | string | `"2m"` | |
|
||||
| regulation.max_retries | int | `3` | |
|
||||
| resources.limits | object | `{}` | |
|
||||
| resources.requests | object | `{}` | |
|
||||
| securityContext.allowPrivilegeEscalation | bool | `false` | |
|
||||
| securityContext.privileged | bool | `false` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `true` | |
|
||||
| server.path | string | `""` | |
|
||||
| server.port | int | `9091` | |
|
||||
| server.read_buffer_size | int | `4096` | |
|
||||
| server.write_buffer_size | int | `4096` | |
|
||||
| service.main.ports.main.port | int | `9091` | |
|
||||
| session.expiration | string | `"1h"` | |
|
||||
| session.inactivity | string | `"5m"` | |
|
||||
| session.name | string | `"authelia_session"` | |
|
||||
| session.remember_me_duration | string | `"1M"` | |
|
||||
| session.same_site | string | `"lax"` | |
|
||||
| storage.postgres.database | string | `"authelia"` | |
|
||||
| storage.postgres.port | int | `5432` | |
|
||||
| storage.postgres.sslmode | string | `"disable"` | |
|
||||
| storage.postgres.timeout | string | `"5s"` | |
|
||||
| storage.postgres.username | string | `"authelia"` | |
|
||||
| strategy.type | string | `"Recreate"` | |
|
||||
| theme | string | `"light"` | |
|
||||
| totp.issuer | string | `""` | |
|
||||
| totp.period | int | `30` | |
|
||||
| totp.skew | int | `1` | |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
@@ -0,0 +1,40 @@
|
||||
# Introduction
|
||||
|
||||
Authelia is a Single Sign-On Multi-Factor portal for web apps
|
||||
|
||||
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
|
||||
|
||||
## Source Code
|
||||
|
||||
* <https://github.com/authelia/chartrepo>
|
||||
* <https://github.com/authelia/authelia>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://charts.bitnami.com/bitnami | redis | 15.2.0 |
|
||||
| https://truecharts.org/ | common | 6.12.4 |
|
||||
| https://truecharts.org/ | postgresql | 1.5.10 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/).
|
||||
|
||||
## Uninstalling the Chart
|
||||
|
||||
To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/).
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first.
|
||||
- See the [Wiki](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
|
||||
---
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
@@ -23,6 +23,15 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"fireflyiii/core"` | |
|
||||
| image.tag | string | `"version-5.5.12"` | |
|
||||
| initContainers[0].command[0] | string | `"sh"` | |
|
||||
| initContainers[0].command[1] | string | `"-c"` | |
|
||||
| initContainers[0].command[2] | string | `"until pg_isready -U authelia -h ${pghost} ; do sleep 2 ; done"` | |
|
||||
| initContainers[0].env[0].name | string | `"pghost"` | |
|
||||
| initContainers[0].env[0].valueFrom.secretKeyRef.key | string | `"plainhost"` | |
|
||||
| initContainers[0].env[0].valueFrom.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| initContainers[0].image | string | `"postgres:13.1"` | |
|
||||
| initContainers[0].imagePullPolicy | string | `"IfNotPresent"` | |
|
||||
| initContainers[0].name | string | `"init-postgresdb"` | |
|
||||
| persistence.data.accessMode | string | `"ReadWriteOnce"` | |
|
||||
| persistence.data.enabled | bool | `true` | |
|
||||
| persistence.data.mountPath | string | `"/var/www/html/storage/upload"` | |
|
||||
|
||||
@@ -17,7 +17,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| image.tag | string | `"v3.0.23"` | |
|
||||
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
|
||||
| persistence.config.enabled | bool | `true` | |
|
||||
| persistence.config.mountPath | string | `"/config"` | |
|
||||
| persistence.config.mountPath | string | `"/etc/raddb"` | |
|
||||
| persistence.config.size | string | `"100Gi"` | |
|
||||
| persistence.config.type | string | `"pvc"` | |
|
||||
| probes | object | See below | Probe configuration -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) |
|
||||
|
||||
@@ -8,6 +8,8 @@
|
||||
|
||||
# License<br>
|
||||
|
||||
# License<br>
|
||||
|
||||
# License<br>
|
||||
|
||||
Apache License
|
||||
|
||||
@@ -22,6 +22,15 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"vaultwarden/server"` | |
|
||||
| image.tag | string | `"1.22.2"` | |
|
||||
| initContainers[0].command[0] | string | `"sh"` | |
|
||||
| initContainers[0].command[1] | string | `"-c"` | |
|
||||
| initContainers[0].command[2] | string | `"until pg_isready -U authelia -h ${pghost} ; do sleep 2 ; done"` | |
|
||||
| initContainers[0].env[0].name | string | `"pghost"` | |
|
||||
| initContainers[0].env[0].valueFrom.secretKeyRef.key | string | `"plainhost"` | |
|
||||
| initContainers[0].env[0].valueFrom.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| initContainers[0].image | string | `"postgres:13.1"` | |
|
||||
| initContainers[0].imagePullPolicy | string | `"IfNotPresent"` | |
|
||||
| initContainers[0].name | string | `"init-postgresdb"` | |
|
||||
| persistence.data.accessMode | string | `"ReadWriteOnce"` | |
|
||||
| persistence.data.enabled | bool | `true` | |
|
||||
| persistence.data.mountPath | string | `"/data"` | |
|
||||
|
||||
+3150
-1
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user