@@ -1,9 +1,76 @@
|
||||
# Configuration Options
|
||||
# openldap
|
||||
|
||||
##### Connecting to other apps
|
||||
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Together" guide:
|
||||
https://truecharts.org/manual/linking/
|
||||
  
|
||||
|
||||
Community developed LDAP software
|
||||
|
||||
##### Available config options
|
||||
In the future this page is going to contain an automated list of options available in the installation/edit UI.
|
||||
**Homepage:** <https://www.openldap.org>
|
||||
|
||||
## Maintainers
|
||||
|
||||
| Name | Email | Url |
|
||||
| ---- | ------ | --- |
|
||||
| TrueCharts | info@truecharts.org | truecharts.org |
|
||||
| Ornias1993 | kjeld@schouten-lebbing.nl | truecharts.org |
|
||||
|
||||
## Source Code
|
||||
|
||||
* <https://github.com/jp-gouin/helm-openldap>
|
||||
* <https://github.com/osixia/docker-openldap>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | common | 6.8.0 |
|
||||
|
||||
## Values
|
||||
|
||||
| Key | Type | Default | Description |
|
||||
|-----|------|---------|-------------|
|
||||
| controller.replicas | int | `1` | Number of desired pods |
|
||||
| controller.revisionHistoryLimit | int | `3` | ReplicaSet revision history limit |
|
||||
| controller.rollingUpdate.partition | string | `nil` | Set statefulset RollingUpdate partition |
|
||||
| controller.rollingUpdate.surge | string | `nil` | Set deployment RollingUpdate max surge |
|
||||
| controller.rollingUpdate.unavailable | int | `1` | Set deployment RollingUpdate max unavailable |
|
||||
| controller.strategy | string | `"RollingUpdate"` | Set the controller upgrade strategy For Deployments, valid values are Recreate (default) and RollingUpdate. For StatefulSets, valid values are OnDelete and RollingUpdate (default). DaemonSets ignore this. |
|
||||
| controller.type | string | `"statefulset"` | Set the controller type. Valid options are deployment, daemonset or statefulset |
|
||||
| env.CONTAINER_LOG_LEVEL | string | `"4"` | |
|
||||
| env.KEEP_EXISTING_CONFIG | string | `"false"` | |
|
||||
| env.LDAP_ADMIN_PASSWORD | string | `"ldapadmin"` | |
|
||||
| env.LDAP_BACKEND | string | `"mdb"` | |
|
||||
| env.LDAP_CONFIG_PASSWORD | string | `"changeme"` | |
|
||||
| env.LDAP_DOMAIN | string | `"example.org"` | |
|
||||
| env.LDAP_LOG_LEVEL | string | `"256"` | |
|
||||
| env.LDAP_ORGANISATION | string | `"Example Inc."` | |
|
||||
| env.LDAP_READONLY_USER | string | `"false"` | |
|
||||
| env.LDAP_READONLY_USER_PASSWORD | string | `"readonly"` | |
|
||||
| env.LDAP_READONLY_USER_USERNAME | string | `"readonly"` | |
|
||||
| env.LDAP_REMOVE_CONFIG_AFTER_SETUP | string | `"true"` | |
|
||||
| env.LDAP_RFC2307BIS_SCHEMA | string | `"false"` | |
|
||||
| env.LDAP_SSL_HELPER_PREFIX | string | `"ldap"` | |
|
||||
| env.LDAP_TLS | string | `"true"` | |
|
||||
| env.LDAP_TLS_CIPHER_SUITE | string | `"NORMAL"` | |
|
||||
| env.LDAP_TLS_ENFORCE | string | `"false"` | |
|
||||
| env.LDAP_TLS_PROTOCOL_MIN | string | `"3.0"` | |
|
||||
| env.LDAP_TLS_REQCERT | string | `"never"` | |
|
||||
| env.LDAP_TLS_VERIFY_CLIENT | string | `"never"` | |
|
||||
| envFrom[0].configMapRef.name | string | `"openldapconfig"` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"osixia/openldap"` | |
|
||||
| image.tag | string | `"1.5.0"` | |
|
||||
| replication.clusterName | string | `"cluster.local"` | |
|
||||
| replication.enabled | bool | `false` | |
|
||||
| replication.interval | string | `"00:00:00:10"` | |
|
||||
| replication.retry | int | `60` | |
|
||||
| replication.starttls | string | `"critical"` | |
|
||||
| replication.timeout | int | `1` | |
|
||||
| replication.tls_reqcert | string | `"never"` | |
|
||||
| service.https.ports.https.port | int | `636` | |
|
||||
| service.main.ports.main.port | int | `389` | |
|
||||
| volumeClaimTemplates | object | `{"data":{"accessMode":"ReadWriteOnce","enabled":true,"mountPath":"/var/lib/ldap","size":"100Gi"},"slapd":{"accessMode":"ReadWriteOnce","enabled":true,"mountPath":"/etc/ldap/slapd.d","size":"100Gi"}}` | Used in conjunction with `controller.type: statefulset` to create individual disks for each instance. |
|
||||
|
||||
----------------------------------------------
|
||||
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
|
||||
|
||||
@@ -26,4 +26,4 @@ sources:
|
||||
- https://github.com/jp-gouin/helm-openldap
|
||||
- https://github.com/osixia/docker-openldap
|
||||
type: application
|
||||
version: 1.2.0
|
||||
version: 1.2.1
|
||||
|
||||
@@ -1,56 +1,76 @@
|
||||
# Introduction
|
||||
# openldap
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
A private cloud server that puts the control and security of your own data back into your hands.
|
||||
Community developed LDAP software
|
||||
|
||||
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)**
|
||||
**Homepage:** <https://www.openldap.org>
|
||||
|
||||
## Maintainers
|
||||
|
||||
| Name | Email | Url |
|
||||
| ---- | ------ | --- |
|
||||
| TrueCharts | info@truecharts.org | truecharts.org |
|
||||
| Ornias1993 | kjeld@schouten-lebbing.nl | truecharts.org |
|
||||
|
||||
## Source Code
|
||||
|
||||
* <https://github.com/nextcloud/docker>
|
||||
* <https://github.com/nextcloud/helm>
|
||||
* <https://github.com/jp-gouin/helm-openldap>
|
||||
* <https://github.com/osixia/docker-openldap>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://charts.bitnami.com/bitnami | postgresql | 10.5.1 |
|
||||
| https://truecharts.org/ | common | 6.4.6 |
|
||||
| https://truecharts.org/ | common | 6.8.0 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
To install the chart with the release name `nextcloud`
|
||||
|
||||
- Open TrueNAS SCALE
|
||||
- Go to Apps
|
||||
- Click "Install" for this specific Apps
|
||||
- Fill out the configuration form
|
||||
|
||||
## Uninstalling the Chart
|
||||
|
||||
To uninstall the `nextcloud` deployment
|
||||
|
||||
- Open TrueNAS SCALE
|
||||
- Go to Apps
|
||||
- Go to "Installed Apps"
|
||||
- Expand the menu in the top-right corner of this App
|
||||
- Click "Remove" for this specific Apps
|
||||
|
||||
The command removes all the Kubernetes components associated with the chart **including storage volumes** _(Except hostPath Storage)_ and deletes the release.
|
||||
|
||||
## Support
|
||||
|
||||
- See the [Wiki](https://truecharts.org)
|
||||
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
|
||||
- Ask a [question](https://github.com/truecharts/apps/discussions)
|
||||
## Values
|
||||
|
||||
| Key | Type | Default | Description |
|
||||
|-----|------|---------|-------------|
|
||||
| controller.replicas | int | `1` | Number of desired pods |
|
||||
| controller.revisionHistoryLimit | int | `3` | ReplicaSet revision history limit |
|
||||
| controller.rollingUpdate.partition | string | `nil` | Set statefulset RollingUpdate partition |
|
||||
| controller.rollingUpdate.surge | string | `nil` | Set deployment RollingUpdate max surge |
|
||||
| controller.rollingUpdate.unavailable | int | `1` | Set deployment RollingUpdate max unavailable |
|
||||
| controller.strategy | string | `"RollingUpdate"` | Set the controller upgrade strategy For Deployments, valid values are Recreate (default) and RollingUpdate. For StatefulSets, valid values are OnDelete and RollingUpdate (default). DaemonSets ignore this. |
|
||||
| controller.type | string | `"statefulset"` | Set the controller type. Valid options are deployment, daemonset or statefulset |
|
||||
| env.CONTAINER_LOG_LEVEL | string | `"4"` | |
|
||||
| env.KEEP_EXISTING_CONFIG | string | `"false"` | |
|
||||
| env.LDAP_ADMIN_PASSWORD | string | `"ldapadmin"` | |
|
||||
| env.LDAP_BACKEND | string | `"mdb"` | |
|
||||
| env.LDAP_CONFIG_PASSWORD | string | `"changeme"` | |
|
||||
| env.LDAP_DOMAIN | string | `"example.org"` | |
|
||||
| env.LDAP_LOG_LEVEL | string | `"256"` | |
|
||||
| env.LDAP_ORGANISATION | string | `"Example Inc."` | |
|
||||
| env.LDAP_READONLY_USER | string | `"false"` | |
|
||||
| env.LDAP_READONLY_USER_PASSWORD | string | `"readonly"` | |
|
||||
| env.LDAP_READONLY_USER_USERNAME | string | `"readonly"` | |
|
||||
| env.LDAP_REMOVE_CONFIG_AFTER_SETUP | string | `"true"` | |
|
||||
| env.LDAP_RFC2307BIS_SCHEMA | string | `"false"` | |
|
||||
| env.LDAP_SSL_HELPER_PREFIX | string | `"ldap"` | |
|
||||
| env.LDAP_TLS | string | `"true"` | |
|
||||
| env.LDAP_TLS_CIPHER_SUITE | string | `"NORMAL"` | |
|
||||
| env.LDAP_TLS_ENFORCE | string | `"false"` | |
|
||||
| env.LDAP_TLS_PROTOCOL_MIN | string | `"3.0"` | |
|
||||
| env.LDAP_TLS_REQCERT | string | `"never"` | |
|
||||
| env.LDAP_TLS_VERIFY_CLIENT | string | `"never"` | |
|
||||
| envFrom[0].configMapRef.name | string | `"openldapconfig"` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"osixia/openldap"` | |
|
||||
| image.tag | string | `"1.5.0"` | |
|
||||
| replication.clusterName | string | `"cluster.local"` | |
|
||||
| replication.enabled | bool | `false` | |
|
||||
| replication.interval | string | `"00:00:00:10"` | |
|
||||
| replication.retry | int | `60` | |
|
||||
| replication.starttls | string | `"critical"` | |
|
||||
| replication.timeout | int | `1` | |
|
||||
| replication.tls_reqcert | string | `"never"` | |
|
||||
| service.https.ports.https.port | int | `636` | |
|
||||
| service.main.ports.main.port | int | `389` | |
|
||||
| volumeClaimTemplates | object | `{"data":{"accessMode":"ReadWriteOnce","enabled":true,"mountPath":"/var/lib/ldap","size":"100Gi"},"slapd":{"accessMode":"ReadWriteOnce","enabled":true,"mountPath":"/etc/ldap/slapd.d","size":"100Gi"}}` | Used in conjunction with `controller.type: statefulset` to create individual disks for each instance. |
|
||||
|
||||
----------------------------------------------
|
||||
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
|
||||
Reference in New Issue
Block a user