element-hq / element-hq/ess-helm

Add vhost examples for popular reverse proxies

Open
#341 3 comments 0 reactions 0 assignees View on GitHub
documentation good first issue
Dominant language
Python
Stars
955
Forks
144
Avg merge
21h 32m
Merged PRs (30d)
65

Description

We should add some examples to use the stack behind a reverse proxy [here](https://github.com/element-hq/ess-helm/blob/main/README.md#using-an-existing-reverse-proxy). This is particularly important for Apache as that one needs specific config to work properly, namely

```
ProxyPreserveHost on
ProxyPass / http://127.0.0.1:8080/ nocanon
ProxyPassReverse / http://127.0.0.1:8080/
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start in README.md at the “Using an existing reverse proxy” section linked by the issue, and review how the Helm deployment exposes the stack. Add examples for popular reverse proxies, including the Apache directives shown in the issue. Done means the README contains usable proxy configurations and clearly explains how to apply them.

Written by the indexing model from the issue text.

Assessment

Tech stack
apache, helm, kubernetes
Domain
documentation, infrastructure
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.