You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -265,21 +266,24 @@ If everything has been set up correctly the next time Dependabot or Renovate Bot
265
266
266
267
All environment variables are _optional_ and can be set in the `compose.yml` file via an `env_file: ./.env` or using the `environment:` array. Environment variables starting with `ENV_PUBLIC_` are also embedded in the public HTML output.
| `APP_URL` | App URL to used by links in notifications | |
271
-
| `APPRISE_NOTIFICATION` | Apprise is used for container update notifications. See Apprise syntax, see: [Apprise Supported Notifications syntax](https://github.com/caronc/apprise#supported-notifications) | |
272
-
| `RUN_COMPOSE_MAX_DEPTH` | How many folders deep to search for compose files | `3` |
273
-
| `SSH_CONTROL_PERSIST` | How long SSH connections should persist after last request | `20m` |
274
-
| `ENV_PUBLIC_OIDC_ISSUER_URI` | OpenID Connect base URI | Auth disabled |
275
-
| `ENV_PUBLIC_OIDC_CLIENT_ID` | OpenID Connect client ID | |
| `OIDC_JWKS_URL` | _Optional_ OpenID Connect JSON Web Key Set (file URL) | Auto discovered |
278
-
| `MAX_QUEUE_TIME_MINS` | Max time in minutes a queued update can wait for | `10` |
279
-
| `LOG_LINES` | Number of previous log lines shown when viewing a containers logs | `500` |
280
-
| `DOCKER_USERNAME` | [Docker Hub](https://hub.docker.com) username - used to check for image updates (use if [rate limited by Docker](https://docs.docker.com/docker-hub/usage/)) | |
281
-
| `DOCKER_TOKEN` | Docker Hub token | |
282
-
| `GHCR_USERNAME` | [GitHub Container Registry](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry) username - used to check for image updates on GHCR (use if rate limited by GitHub) | |
| `APP_URL` | App URL to used by links in notifications | |
272
+
| `APPRISE_NOTIFICATION` | Apprise is used for container update notifications. See Apprise syntax, see: [Apprise Supported Notifications syntax](https://github.com/caronc/apprise#supported-notifications) | |
273
+
| `RUN_COMPOSE_MAX_DEPTH` | How many folders deep to search for compose files | `3` |
274
+
| `SSH_CONTROL_PERSIST` | How long SSH connections should persist after last request | `20m` |
275
+
| `ENV_PUBLIC_OIDC_ISSUER_URI` | OpenID Connect base URI | Auth disabled |
276
+
| `ENV_PUBLIC_OIDC_CLIENT_ID` | OpenID Connect client ID | |
| `OIDC_JWKS_URL` | _Optional_ OpenID Connect JSON Web Key Set (file URL) | Auto discovered |
279
+
| `MAX_QUEUE_TIME_MINS` | Max time in minutes a queued update can wait for | `10` |
280
+
| `LOG_LINES` | Number of previous log lines shown when viewing a containers logs | `500` |
281
+
| `DOCKER_USERNAME` | [Docker Hub](https://hub.docker.com) username - used to check for image updates (use if [rate limited by Docker](https://docs.docker.com/docker-hub/usage/)) | |
282
+
| `DOCKER_TOKEN` | Docker Hub token | |
283
+
| `GHCR_USERNAME` | [GitHub Container Registry](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry) username - used to check for image updates on GHCR (use if rate limited by GitHub) | |
0 commit comments