|
1 | 1 | # tinyauth |
2 | 2 |
|
3 | | -   |
| 3 | +   |
4 | 4 |
|
5 | 5 | The simplest way to protect your apps with a login screen. |
6 | 6 |
|
@@ -58,48 +58,72 @@ The simplest way to protect your apps with a login screen. |
58 | 58 | | serviceAccount.automount | bool | `true` | | |
59 | 59 | | serviceAccount.create | bool | `true` | | |
60 | 60 | | 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` | | |
83 | 75 | | tinyauth.ldap.address | string | `""` | | |
| 76 | +| tinyauth.ldap.authCert | string | `""` | | |
| 77 | +| tinyauth.ldap.authKey | string | `""` | | |
84 | 78 | | tinyauth.ldap.baseDn | string | `""` | | |
85 | 79 | | tinyauth.ldap.bindDn | string | `""` | | |
86 | 80 | | tinyauth.ldap.bindPassword | string | `""` | | |
87 | 81 | | tinyauth.ldap.bindPasswordSecretRef.key | string | `""` | | |
88 | 82 | | tinyauth.ldap.bindPasswordSecretRef.name | string | `""` | | |
| 83 | +| tinyauth.ldap.groupCacheTtl | int | `900` | | |
89 | 84 | | tinyauth.ldap.insecure | bool | `false` | | |
90 | 85 | | 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"` | | |
103 | 127 | | tolerations | list | `[]` | | |
104 | 128 | | volumeMounts | list | `[]` | | |
105 | 129 | | volumes | list | `[]` | | |
|
0 commit comments