mirror of
https://github.com/wg-easy/wg-easy.git
synced 2026-07-07 00:11:05 +00:00
* move docs to zensical * fix requirements * fixes * remove manual font loading does not work properly with mike * switch back to pymdownx.blocks.admonition * revert back * remove css * add note about privacy plugin * pr review findings
766 B
766 B
| title |
|---|
| No Reverse Proxy |
/// warning | Insecure
This is insecure. You should use a reverse proxy to secure the connection.
Only use this method if you know what you are doing.
///
If you only allow access to the web UI from your local network, you can skip the reverse proxy setup. This is not recommended, but it is possible.
Setup
-
Edit the
docker-compose.ymlfile and uncommentenvironmentandINSECURE -
Set
INSECUREtotrueto allow access to the web UI over a non-secure connection. -
The
docker-compose.ymlfile should look something like this:environment: - INSECURE=true -
Save the file and restart
wg-easy. -
Make sure that the Web UI is not accessible from outside your local network.