diff --git a/.github/workflows/deploy-nightly.yml b/.github/workflows/deploy-nightly.yml index 87be8bd..5b73089 100644 --- a/.github/workflows/deploy-nightly.yml +++ b/.github/workflows/deploy-nightly.yml @@ -35,4 +35,4 @@ jobs: with: push: true platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8 - tags: peterlewis/wg-easy:nightly, peterlewis/wg-easy:${{ env.RELEASE }}-nightly + tags: pheiduck/wg-easy:nightly, pheiduck/wg-easy:${{ env.RELEASE }}-nightly diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 41fd3b8..ef43c68 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -37,4 +37,4 @@ jobs: with: push: true platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8 - tags: peterlewis/wg-easy:latest, peterlewis/wg-easy:${{ env.RELEASE }} + tags: pheiduck/wg-easy:latest, pheiduck/wg-easy:${{ env.RELEASE }} diff --git a/README.md b/README.md index 08825e8..acaf7db 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # WireGuard Easy -[![Build & Publish Docker Image to Docker Hub](https://github.com/peterlewis/wg-easy/actions/workflows/deploy.yml/badge.svg?branch=production)](https://github.com/peterlewis/wg-easy/actions/workflows/deploy.yml) -[![Lint](https://github.com/peterlewis/wg-easy/actions/workflows/lint.yml/badge.svg?branch=master)](https://github.com/peterlewis/wg-easy/actions/workflows/lint.yml) -[![Docker](https://img.shields.io/docker/v/peterlewis/wg-easy/latest)](https://hub.docker.com/r/peterlewis/wg-easy) -[![Docker](https://img.shields.io/docker/pulls/peterlewis/wg-easy.svg)](https://hub.docker.com/r/peterlewis/wg-easy) +[![Build & Publish Docker Image to Docker Hub](https://github.com/pheiduck/wg-easy/actions/workflows/deploy.yml/badge.svg?branch=production)](https://github.com/pheiduck/wg-easy/actions/workflows/deploy.yml) +[![Lint](https://github.com/pheiduck/wg-easy/actions/workflows/lint.yml/badge.svg?branch=master)](https://github.com/pheiduck/wg-easy/actions/workflows/lint.yml) +[![Docker](https://img.shields.io/docker/v/pheiduck/wg-easy/latest)](https://hub.docker.com/r/pheiduck/wg-easy) +[![Docker](https://img.shields.io/docker/pulls/pheiduck/wg-easy.svg)](https://hub.docker.com/r/pheiduck/wg-easy) [![Sponsor](https://img.shields.io/github/sponsors/WeeJeWel)](https://github.com/sponsors/WeeJeWel) -![GitHub Stars](https://img.shields.io/github/stars/peterlewis/wg-easy) +![GitHub Stars](https://img.shields.io/github/stars/pheiduck/wg-easy) You have found the easiest way to install & manage WireGuard on any Linux host! @@ -60,7 +60,7 @@ $ docker run -d \ --sysctl="net.ipv4.conf.all.src_valid_mark=1" \ --sysctl="net.ipv4.ip_forward=1" \ --restart unless-stopped \ - peterlewis/wg-easy + pheiduck/wg-easy > 💡 Replace `YOUR_SERVER_IP` with your WAN IP, or a Dynamic DNS hostname. @@ -92,10 +92,10 @@ These options can be configured by setting environment variables using `-e KEY=" | `WG_DEFAULT_ADDRESS` | `10.8.0.x` | `10.6.0.x` | Clients IP address range. | | `WG_DEFAULT_DNS` | `1.1.1.1` | `8.8.8.8, 8.8.4.4` | DNS server clients will use. | | `WG_ALLOWED_IPS` | `0.0.0.0/0, ::/0` | `192.168.15.0/24, 10.0.1.0/24` | Allowed IPs clients will use. | -| `WG_PRE_UP` | `...` | - | See [config.js](https://github.com/peterlewis/wg-easy/blob/master/src/config.js#L19) for the default value. | -| `WG_POST_UP` | `...` | `iptables ...` | See [config.js](https://github.com/peterlewis/wg-easy/blob/master/src/config.js#L20) for the default value. | -| `WG_PRE_DOWN` | `...` | - | See [config.js](https://github.com/peterlewis/wg-easy/blob/master/src/config.js#L27) for the default value. | -| `WG_POST_DOWN` | `...` | `iptables ...` | See [config.js](https://github.com/peterlewis/wg-easy/blob/master/src/config.js#L28) for the default value. | +| `WG_PRE_UP` | `...` | - | See [config.js](https://github.com/pheiduck/wg-easy/blob/master/src/config.js#L19) for the default value. | +| `WG_POST_UP` | `...` | `iptables ...` | See [config.js](https://github.com/pheiduck/wg-easy/blob/master/src/config.js#L20) for the default value. | +| `WG_PRE_DOWN` | `...` | - | See [config.js](https://github.com/pheiduck/wg-easy/blob/master/src/config.js#L27) for the default value. | +| `WG_POST_DOWN` | `...` | `iptables ...` | See [config.js](https://github.com/pheiduck/wg-easy/blob/master/src/config.js#L28) for the default value. | > If you change `WG_PORT`, make sure to also change the exposed port. @@ -106,12 +106,12 @@ To update to the latest version, simply run: ```bash docker stop wg-easy docker rm wg-easy -docker pull peterlewis/wg-easy +docker pull pheiduck/wg-easy ``` And then run the `docker run -d \ ...` command above again. ## Common Use Cases -* [Using WireGuard-Easy with Pi-Hole](https://github.com/peterlewis/wg-easy/wiki/Using-WireGuard-Easy-with-Pi-Hole) -* [Using WireGuard-Easy with nginx/SSL](https://github.com/peterlewis/wg-easy/wiki/Using-WireGuard-Easy-with-nginx-SSL) +* [Using WireGuard-Easy with Pi-Hole](https://github.com/pheiduck/wg-easy/wiki/Using-WireGuard-Easy-with-Pi-Hole) +* [Using WireGuard-Easy with nginx/SSL](https://github.com/pheiduck/wg-easy/wiki/Using-WireGuard-Easy-with-nginx-SSL) diff --git a/docker-compose.yml b/docker-compose.yml index 4aaba89..2d0b403 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -21,7 +21,7 @@ services: # - WG_PRE_DOWN=echo "Pre Down" > /etc/wireguard/pre-down.txt # - WG_POST_DOWN=echo "Post Down" > /etc/wireguard/post-down.txt - image: peterlewis/wg-easy + image: pheiduck/wg-easy container_name: wg-easy volumes: - etc_wireguard:/etc/wireguard diff --git a/src/www/index.html b/src/www/index.html index efe98c1..2cf7f80 100644 --- a/src/www/index.html +++ b/src/www/index.html @@ -514,7 +514,7 @@ href="https://emilenijssen.nl/?ref=wg-easy">Emile Nijssen · Fork by Peter Lewis · Donate to Emile · GitHub

+ href="https://github.com/pheiduck/wg-easy" target="_blank">GitHub

diff --git a/src/www/js/app.js b/src/www/js/app.js index 974ff3c..e4d6bbb 100644 --- a/src/www/js/app.js +++ b/src/www/js/app.js @@ -270,7 +270,7 @@ new Vue({ Promise.resolve().then(async () => { const currentRelease = await this.api.getRelease(); - const latestRelease = await fetch('https://peterlewis.github.io/wg-easy/changelog.json') + const latestRelease = await fetch('https://pheiduck.github.io/wg-easy/changelog.json') .then((res) => res.json()) .then((releases) => { const releasesArray = Object.entries(releases).map(([version, changelog]) => ({