From 2e4f386f49e3cdf914f0f67e9679d20222ce65b2 Mon Sep 17 00:00:00 2001 From: mnaray <89131066+mnaray@users.noreply.github.com> Date: Tue, 15 Jul 2025 10:02:45 +0200 Subject: [PATCH] Improve incomplete setup docs in README (#2031) * Update setup docs in README * remove redundant information --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 69fcb483..741cc12e 100644 --- a/README.md +++ b/README.md @@ -68,11 +68,11 @@ And log in again. The easiest way to run WireGuard Easy is with Docker Compose. -Just download [`docker-compose.yml`](docker-compose.yml) and execute `sudo docker compose up -d`. +Just follow [these steps](https://wg-easy.github.io/wg-easy/latest/examples/tutorials/basic-installation/) in the detailed documentation. -Now setup a reverse proxy to be able to access the Web UI securely from the internet. +You can also install WireGuard Easy with the [docker run command](https://wg-easy.github.io/wg-easy/latest/examples/tutorials/docker-run/) or via [podman](https://wg-easy.github.io/wg-easy/latest/examples/tutorials/podman-nft/). -If you want to access the Web UI over HTTP, change the env var `INSECURE` to `true`. This is not recommended. Only use this for testing +Now [setup a reverse proxy](https://wg-easy.github.io/wg-easy/latest/examples/tutorials/basic-installation/#setup-reverse-proxy) to be able to access the Web UI securely from the internet. This step is optional, just make sure to follow the guide [here](https://wg-easy.github.io/wg-easy/latest/examples/tutorials/reverse-proxyless/) if you decide not to do it. ## Donate