|
| 1 | +# bookstack |
| 2 | + |
| 3 | +   |
| 4 | + |
| 5 | +BookStack - A platform for organising and storing information |
| 6 | + |
| 7 | +## Maintainers |
| 8 | + |
| 9 | +| Name | Email | Url | |
| 10 | +| ---- | ------ | --- | |
| 11 | +| elasticroentgen | markus.keil@ethereum.org | | |
| 12 | + |
| 13 | +## Values |
| 14 | + |
| 15 | +| Key | Type | Default | Description | |
| 16 | +|-----|------|---------|-------------| |
| 17 | +| appDomain | string | `"bookstack.example.com"` | | |
| 18 | +| bookstack.appKey | string | `""` | | |
| 19 | +| bookstack.existingSecret.appKeyKey | string | `"APP_KEY"` | | |
| 20 | +| bookstack.existingSecret.name | string | `""` | | |
| 21 | +| bookstack.pgid | int | `1000` | | |
| 22 | +| bookstack.puid | int | `1000` | | |
| 23 | +| bookstack.timezone | string | `"Etc/UTC"` | | |
| 24 | +| externalDatabase.database | string | `"bookstack"` | | |
| 25 | +| externalDatabase.existingSecret.name | string | `""` | | |
| 26 | +| externalDatabase.existingSecret.passwordKey | string | `"DB_PASSWORD"` | | |
| 27 | +| externalDatabase.host | string | `""` | | |
| 28 | +| externalDatabase.port | int | `3306` | | |
| 29 | +| externalDatabase.username | string | `"bookstack"` | | |
| 30 | +| image.pullPolicy | string | `"IfNotPresent"` | | |
| 31 | +| image.repository | string | `"lscr.io/linuxserver/bookstack"` | | |
| 32 | +| image.tag | string | `"version-v25.12.3"` | | |
| 33 | +| ingress.annotations | object | `{}` | | |
| 34 | +| ingress.enabled | bool | `false` | | |
| 35 | +| ingress.tls.secretName | string | `"bookstack-tls"` | | |
| 36 | +| mariadb.database | string | `"bookstack"` | | |
| 37 | +| mariadb.enabled | bool | `true` | | |
| 38 | +| mariadb.existingSecret.name | string | `""` | | |
| 39 | +| mariadb.existingSecret.passwordKey | string | `"DB_PASSWORD"` | | |
| 40 | +| mariadb.existingSecret.rootPasswordKey | string | `"MYSQL_ROOT_PASSWORD"` | | |
| 41 | +| mariadb.image.pullPolicy | string | `"IfNotPresent"` | | |
| 42 | +| mariadb.image.repository | string | `"lscr.io/linuxserver/mariadb"` | | |
| 43 | +| mariadb.image.tag | string | `"11.4.8"` | | |
| 44 | +| mariadb.password | string | `""` | | |
| 45 | +| mariadb.persistence.size | string | `"5Gi"` | | |
| 46 | +| mariadb.pgid | int | `1000` | | |
| 47 | +| mariadb.puid | int | `1000` | | |
| 48 | +| mariadb.rootPassword | string | `""` | | |
| 49 | +| mariadb.timezone | string | `"Etc/UTC"` | | |
| 50 | +| mariadb.username | string | `"bookstack"` | | |
| 51 | +| oidc.authEndpoint | string | `""` | | |
| 52 | +| oidc.autoInitiate | bool | `false` | | |
| 53 | +| oidc.displayNameClaims | string | `"name"` | | |
| 54 | +| oidc.enabled | bool | `false` | | |
| 55 | +| oidc.endSessionEndpoint | bool | `false` | | |
| 56 | +| oidc.existingSecret.clientIdKey | string | `"OIDC_CLIENT_ID"` | | |
| 57 | +| oidc.existingSecret.clientSecretKey | string | `"OIDC_CLIENT_SECRET"` | | |
| 58 | +| oidc.existingSecret.name | string | `""` | | |
| 59 | +| oidc.fetchAvatar | bool | `false` | | |
| 60 | +| oidc.issuer | string | `""` | | |
| 61 | +| oidc.issuerDiscover | bool | `true` | | |
| 62 | +| oidc.name | string | `"SSO"` | | |
| 63 | +| oidc.publicKey | string | `""` | | |
| 64 | +| oidc.tokenEndpoint | string | `""` | | |
| 65 | +| oidc.userinfoEndpoint | string | `""` | | |
| 66 | +| persistence.size | string | `"2Gi"` | | |
| 67 | +| replicaCount | int | `1` | | |
| 68 | +| service.annotations | object | `{}` | | |
| 69 | +| service.type | string | `"ClusterIP"` | | |
| 70 | + |
| 71 | +---------------------------------------------- |
| 72 | +Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) |
0 commit comments