Merge pull request #1510 from adamoutler/proxy-docs

Create new Reverse Proxy.md, remove old
This commit is contained in:
Jokob @NetAlertX
2026-02-13 07:20:38 +11:00
committed by GitHub
18 changed files with 96 additions and 1681 deletions

View File

@@ -37,11 +37,3 @@ Define in plugin's `config.json` manifest under the settings section.
## Environment Override
Use `APP_CONF_OVERRIDE` environment variable for settings that must be set before startup.
## Backend API URL
For Codespaces, set `BACKEND_API_URL` to your Codespace URL:
```
BACKEND_API_URL=https://something-20212.app.github.dev/
```