diff --git a/Extended-CE:-Environment-Variables.md b/Extended-CE:-Environment-Variables.md index ac00e50..46078f4 100644 --- a/Extended-CE:-Environment-Variables.md +++ b/Extended-CE:-Environment-Variables.md @@ -9,7 +9,9 @@ the following variables has been added in Extended CE: in `overleaf-toolkit/config/nginx/nginx.conf`. * If Git integration is enabled, set `GIT_BRIDGE_REPOSTORE_MAX_FILE_SIZE` accordingly. Note that this value is specified **in bytes**. - `OVERLEAF_EMAIL_SMTP_PASS_FILE` - * Used to provide the email password from a file rather than directly via the environment variable `OVERLEAF_EMAIL_SMTP_PASS`. Useful when used with Docker Compose secrets. + * Used to provide the email password from a file rather than directly via the environment variable `OVERLEAF_EMAIL_SMTP_PASS`. Useful when used with Docker Compose secrets. - `OVERLEAF_HISTORY_RESTORE` - * If set to `true`, the user can restore projects or files from history snapshots. This functionality has existed in CE for a long time and works without visible issues, but it is still considered experimental. + * If set to `true`, the user can restore projects or files from history snapshots. This functionality has existed in CE for a long time and works without visible issues, but it is still considered experimental. Note that restoring from history is available only for projects created after this variable was set to `true`. Attempting to restore a history snapshot in older projects results in an error. +- `OVERLEAF_THEMED_DASHBOARD` + * If set to `true`, experimental themed support for project list and admin tools dashboards is enabled. diff --git a/Extended-CE:-Installation.md b/Extended-CE:-Installation.md index 5293dff..f16eabc 100644 --- a/Extended-CE:-Installation.md +++ b/Extended-CE:-Installation.md @@ -13,11 +13,11 @@ If you use the `git-bridge` image, update the version number in `overleaf-toolki ``` 6.1.2 ``` -If you want to build a Docker image of the extended CE based on the upstream `v6.1.0` release, first check out the tag corresponding to `v6.1.0-ext-v4.0`: +If you want to build a Docker image of the extended CE based on the upstream `v6.1.0` release, first check out the tag corresponding to `v6.1.0-ext-v4.1`: ``` -git checkout v6.1.0-ext-v4.0 +git checkout v6.1.0-ext-v4.1 ``` -After building this image, switch to the the branch `ext-ce-v6.1`, rewiev the `server-ce/hotfix` directory, and build the patched images sequentially: v6.1.1-ext-v4.0, ..., v6.1.n-ext-v4.0. +After building this image, switch to the the branch `ext-ce-v6.1`, rewiev the `server-ce/hotfix` directory, and build the patched images sequentially: v6.1.1-ext-v4.1, ..., v6.1.n-ext-v4.1. Notes for updating 5.5.x-ext images: diff --git a/Home.md b/Home.md index 14cc5f8..dbc9b39 100644 --- a/Home.md +++ b/Home.md @@ -12,6 +12,13 @@ the [Overleaf Wiki Page](https://github.com/overleaf/overleaf/wiki). ## Extended CE Release Notes +### `v6.1.2-ext-v4.1` + +- Git Bridge: fixed wrong router for PAT validation endpoint +- Git Bridge: use `GIT_*` environment variables to generate nginx configuration +- Admin tools: introduced themed dashboard suppot +- Introduced environment variable `OVERLEAF_THEMED_DASHBOARD` to enable experimental themed dashboards + ### `v6.1.2-ext-v4.0` - Based on upstream release v6.1.2 - Introduced Git integration