Skip to content

Commit 29f903c

Browse files
committed
feat: add changes for v5
1 parent 1852ca9 commit 29f903c

5 files changed

Lines changed: 671 additions & 297 deletions

File tree

charts/tinyauth/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.0.0
18+
version: 2.0.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "v4.1.0"
24+
appVersion: "v5.0.0"

charts/tinyauth/README.md

Lines changed: 59 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# tinyauth
22

3-
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v4.1.0](https://img.shields.io/badge/AppVersion-v4.1.0-informational?style=flat-square)
3+
![Version: 2.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v5.0.0](https://img.shields.io/badge/AppVersion-v5.0.0-informational?style=flat-square)
44

55
The simplest way to protect your apps with a login screen.
66

@@ -58,48 +58,72 @@ The simplest way to protect your apps with a login screen.
5858
| serviceAccount.automount | bool | `true` | |
5959
| serviceAccount.create | bool | `true` | |
6060
| serviceAccount.name | string | `""` | |
61-
| tinyauth.general.address | string | `"0.0.0.0"` | |
62-
| tinyauth.general.appTitle | string | `"Tinyauth"` | |
63-
| tinyauth.general.appUrl | string | `""` | |
64-
| tinyauth.general.backgroundImage | string | `"/background.jpg"` | |
65-
| tinyauth.general.databasePath | string | `"/data/tinyauth.db"` | |
66-
| tinyauth.general.disableAnalytics | bool | `false` | |
67-
| tinyauth.general.disableResources | bool | `false` | |
68-
| tinyauth.general.disableUiWarnings | bool | `false` | |
69-
| tinyauth.general.forgotPasswordMessage | string | `""` | |
70-
| tinyauth.general.logLevel | string | `"info"` | |
71-
| tinyauth.general.loginMaxRetries | int | `5` | |
72-
| tinyauth.general.loginTimeout | int | `300` | |
73-
| tinyauth.general.oauthAutoRedirect | string | `"none"` | |
74-
| tinyauth.general.oauthWhitelist | string | `""` | |
75-
| tinyauth.general.port | int | `3000` | |
76-
| tinyauth.general.resourcesDir | string | `"/data/resources"` | |
77-
| tinyauth.general.secureCookie | bool | `false` | |
78-
| tinyauth.general.sessionExpiry | int | `86400` | |
79-
| tinyauth.general.socketPath | string | `""` | |
80-
| tinyauth.general.trustedProxies | string | `""` | |
81-
| tinyauth.general.users | string | `""` | |
82-
| tinyauth.general.usersFile | string | `""` | |
61+
| tinyauth.appUrl | string | `""` | |
62+
| tinyauth.auth.ip.allow | string | `""` | |
63+
| tinyauth.auth.ip.block | string | `""` | |
64+
| tinyauth.auth.loginMaxRetries | int | `3` | |
65+
| tinyauth.auth.loginTimeout | int | `300` | |
66+
| tinyauth.auth.secureCookie | bool | `false` | |
67+
| tinyauth.auth.sessionExpiry | int | `86400` | |
68+
| tinyauth.auth.sessionMaxLifetime | int | `0` | |
69+
| tinyauth.auth.trustedProxies | string | `""` | |
70+
| tinyauth.auth.users | string | `""` | |
71+
| tinyauth.auth.usersFile | string | `""` | |
72+
| tinyauth.databasePath | string | `"/data/tinyauth.db"` | |
73+
| tinyauth.disableAnalytics | bool | `false` | |
74+
| tinyauth.disableResources | bool | `false` | |
8375
| tinyauth.ldap.address | string | `""` | |
76+
| tinyauth.ldap.authCert | string | `""` | |
77+
| tinyauth.ldap.authKey | string | `""` | |
8478
| tinyauth.ldap.baseDn | string | `""` | |
8579
| tinyauth.ldap.bindDn | string | `""` | |
8680
| tinyauth.ldap.bindPassword | string | `""` | |
8781
| tinyauth.ldap.bindPasswordSecretRef.key | string | `""` | |
8882
| tinyauth.ldap.bindPasswordSecretRef.name | string | `""` | |
83+
| tinyauth.ldap.groupCacheTtl | int | `900` | |
8984
| tinyauth.ldap.insecure | bool | `false` | |
9085
| tinyauth.ldap.searchFilter | string | `"(uid=%s)"` | |
91-
| tinyauth.providers[0].authUrl | string | `""` | |
92-
| tinyauth.providers[0].clientId | string | `""` | |
93-
| tinyauth.providers[0].clientSecret | string | `""` | |
94-
| tinyauth.providers[0].clientSecretFile | string | `""` | |
95-
| tinyauth.providers[0].clientSecretSecretRef.key | string | `""` | |
96-
| tinyauth.providers[0].clientSecretSecretRef.name | string | `""` | |
97-
| tinyauth.providers[0].id | string | `""` | |
98-
| tinyauth.providers[0].insecureSkipVerify | bool | `false` | |
99-
| tinyauth.providers[0].name | string | `""` | |
100-
| tinyauth.providers[0].scopes | string | `""` | |
101-
| tinyauth.providers[0].tokenUrl | string | `""` | |
102-
| tinyauth.providers[0].userInfoUrl | string | `""` | |
86+
| tinyauth.log.json | bool | `false` | |
87+
| tinyauth.log.level | string | `"info"` | |
88+
| tinyauth.log.streams.app.enabled | bool | `true` | |
89+
| tinyauth.log.streams.app.level | string | `""` | |
90+
| tinyauth.log.streams.audit.enabled | bool | `false` | |
91+
| tinyauth.log.streams.audit.level | string | `""` | |
92+
| tinyauth.log.streams.http.enabled | bool | `true` | |
93+
| tinyauth.log.streams.http.level | string | `""` | |
94+
| tinyauth.oauth.autoRedirect | string | `""` | |
95+
| tinyauth.oauth.providers[0].authUrl | string | `""` | |
96+
| tinyauth.oauth.providers[0].clientId | string | `""` | |
97+
| tinyauth.oauth.providers[0].clientSecret | string | `""` | |
98+
| tinyauth.oauth.providers[0].clientSecretFile | string | `""` | |
99+
| tinyauth.oauth.providers[0].clientSecretSecretRef.key | string | `""` | |
100+
| tinyauth.oauth.providers[0].clientSecretSecretRef.name | string | `""` | |
101+
| tinyauth.oauth.providers[0].id | string | `""` | |
102+
| tinyauth.oauth.providers[0].insecure | bool | `false` | |
103+
| tinyauth.oauth.providers[0].name | string | `""` | |
104+
| tinyauth.oauth.providers[0].redirectUrl | string | `""` | |
105+
| tinyauth.oauth.providers[0].scopes | string | `""` | |
106+
| tinyauth.oauth.providers[0].tokenUrl | string | `""` | |
107+
| tinyauth.oauth.providers[0].userInfoUrl | string | `""` | |
108+
| tinyauth.oauth.whitelist | string | `""` | |
109+
| tinyauth.oidc.clients[0].clientId | string | `""` | |
110+
| tinyauth.oidc.clients[0].clientSecret | string | `""` | |
111+
| tinyauth.oidc.clients[0].clientSecretFile | string | `""` | |
112+
| tinyauth.oidc.clients[0].clientSecretSecretRef.key | string | `""` | |
113+
| tinyauth.oidc.clients[0].clientSecretSecretRef.name | string | `""` | |
114+
| tinyauth.oidc.clients[0].id | string | `""` | |
115+
| tinyauth.oidc.clients[0].name | string | `""` | |
116+
| tinyauth.oidc.clients[0].trustedRedirectUris | string | `""` | |
117+
| tinyauth.oidc.privateKeyPath | string | `""` | |
118+
| tinyauth.oidc.publicKeyPath | string | `""` | |
119+
| tinyauth.resourcesDir | string | `"/data/resources"` | |
120+
| tinyauth.server.address | string | `"0.0.0.0"` | |
121+
| tinyauth.server.port | int | `3000` | |
122+
| tinyauth.server.socketPath | string | `""` | |
123+
| tinyauth.ui.backgroundImage | string | `"/background.jpg"` | |
124+
| tinyauth.ui.disableWarnings | bool | `false` | |
125+
| tinyauth.ui.forgotPasswordMessage | string | `"You can change your password by changing the configuration."` | |
126+
| tinyauth.ui.title | string | `"Tinyauth"` | |
103127
| tolerations | list | `[]` | |
104128
| volumeMounts | list | `[]` | |
105129
| volumes | list | `[]` | |

0 commit comments

Comments
 (0)