mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-04-12 23:15:23 +00:00
Add note about X-Forwarded-Proto
to 1.7.0 release notes
This header needs to be set correctly if the reverse proxy terminates TLS, otherwise we don't send cookies. Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
e7409b265c
commit
687fdf20cd
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@ This is probably the last release in the 1.x series. Stay tuned for 2.0, schedul
|
|||
|
||||
**Please note:** This release dropped support for Node 8, which is end-of-life since January 2020. You now need at least Node 10.13 to run HedgeDoc, but we recommend running [the latest LTS release](https://nodejs.org/en/about/releases/).
|
||||
|
||||
**Please note:** If you use a reverse proxy and TLS, make sure it sets the `X-Forwarded-Proto` header correctly,
|
||||
otherwise you will encounter login-issues.
|
||||
[Our docs](https://github.com/hedgedoc/hedgedoc/blob/72734690225bb431908b0d4bd8edf38576a95f2f/docs/setup/reverse-proxy.md#reverse-proxy-config) have example configs for common reverse proxies.
|
||||
|
||||
### Enhancements
|
||||
- Our release tarballs now contain the frontend bundle. This saves users from building the frontend themselves, which was an issue on memory-constrained systems.
|
||||
- Add OIDC scopes for email & profile retrieval ([#278](https://github.com/hedgedoc/hedgedoc/pull/278) & [#419](https://github.com/hedgedoc/hedgedoc/pull/419) by [@elespike](https://github.com/elespike) & [@vberger](https://github.com/vberger))
|
||||
|
|
Loading…
Add table
Reference in a new issue