Release v6.1.2-ext-v4.1

yu-i-i
2026-03-21 13:47:53 +01:00
parent d1c4e871ab
commit 3b57178bbe
3 changed files with 14 additions and 5 deletions

@@ -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.

@@ -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:

@@ -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