Feat: Global config override (#1720)

* be able to change dns. implement global override

* link donate to readme

* implement global config for allowed ips

* change translations, fix generation

* improve docs
This commit is contained in:
Bernd Storath
2025-03-07 14:59:06 +01:00
committed by GitHub
parent 9fc6ebafb3
commit 159a51cff4
16 changed files with 124 additions and 45 deletions

View File

@@ -4,13 +4,13 @@ title: Auto Updates
## Docker Compose
With Docker Compose WireGuard Easy can be updated with a single command:
With Docker Compose `wg-easy` can be updated with a single command:
Replace `$DIR` with the directory where your `docker-compose.yml` is located.
```shell
cd $DIR
sudo docker compose -f up -d --pull always
sudo docker compose up -d --pull always
```
## Docker Run
@@ -27,7 +27,7 @@ And then run the `docker run -d \ ...` command from [Docker Run][docker-run] aga
## Podman
To update `wg-easy` (and every container that has auto updates enabled), you can run the following commands:
To update `wg-easy` (and every container that has auto updates enabled), you can run the following command:
```shell
sudo podman auto-update

View File

@@ -4,7 +4,7 @@ title: Docker Run
To setup the IPv6 Network, simply run once:
```bash
```shell
docker network create \
-d bridge --ipv6 \
-d default \
@@ -14,9 +14,9 @@ To setup the IPv6 Network, simply run once:
<!-- ref: major version -->
To automatically install & run wg-easy, simply run:
To automatically install & run ``wg-easy, simply run:
```bash
```shell
docker run -d \
--net wg \
-e INSECURE=true \