From 6182bc3e03611ee8ed8b6fbd4b061564a282a846 Mon Sep 17 00:00:00 2001 From: Astound Date: Sun, 11 Aug 2024 05:24:57 +0800 Subject: [PATCH] Rebrand documentation --- How_to_generate_an_bcrypt_hash.md | 2 +- README.md | 12 ++++++------ docker-compose.yml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/How_to_generate_an_bcrypt_hash.md b/How_to_generate_an_bcrypt_hash.md index 1a6a63c..7e4868b 100644 --- a/How_to_generate_an_bcrypt_hash.md +++ b/How_to_generate_an_bcrypt_hash.md @@ -12,7 +12,7 @@ To generate a bcrypt password hash using docker, run the following command : ```sh -docker run ghcr.io/wg-easy/wg-easy wgpw YOUR_PASSWORD +docker run docker.io/rusian/wg-easy wgpw YOUR_PASSWORD PASSWORD_HASH='$2b$12$coPqCsPtcFO.Ab99xylBNOW4.Iu7OOA2/ZIboHN6/oyxca3MWo7fW' // literally YOUR_PASSWORD ``` diff --git a/README.md b/README.md index 065a71f..6b4e690 100644 --- a/README.md +++ b/README.md @@ -37,10 +37,10 @@ For **stable** versions instead of nightly or development please read **README** | tag | Branch | Example | Description | | - | - | - | - | -| `latest` | production | `ghcr.io/wg-easy/wg-easy:latest` or `ghcr.io/wg-easy/wg-easy` | stable as possbile get bug fixes quickly when needed, deployed against `production`. | -| `13` | production | `ghcr.io/wg-easy/wg-easy:13` | same as latest, stick to a version tag. | -| `nightly` | master | `ghcr.io/wg-easy/wg-easy:nightly` | mostly unstable gets frequent package and code updates, deployed against `master`. | -| `development` | pull requests | `ghcr.io/wg-easy/wg-easy:development` | used for development, testing code from PRs before landing into `master`. | +| `latest` | production | `docker.io/rusian/wg-easy:latest` or `docker.io/rusian/wg-easy` | stable as possbile get bug fixes quickly when needed, deployed against `production`. | +| `13` | production | `docker.io/rusian/wg-easy:13` | same as latest, stick to a version tag. | +| `nightly` | master | `docker.io/rusian/wg-easy:nightly` | mostly unstable gets frequent package and code updates, deployed against `master`. | +| `development` | pull requests | `docker.io/rusian/wg-easy:development` | used for development, testing code from PRs before landing into `master`. | ## Installation @@ -77,7 +77,7 @@ To automatically install & run wg-easy, simply run: --sysctl="net.ipv4.conf.all.src_valid_mark=1" \ --sysctl="net.ipv4.ip_forward=1" \ --restart unless-stopped \ - ghcr.io/wg-easy/wg-easy + docker.io/rusian/wg-easy ``` > 💡 Replace `YOUR_SERVER_IP` with your WAN IP, or a Dynamic DNS hostname. @@ -134,7 +134,7 @@ To update to the latest version, simply run: ```bash docker stop wg-easy docker rm wg-easy -docker pull ghcr.io/wg-easy/wg-easy +docker pull docker.io/rusian/wg-easy ``` And then run the `docker run -d \ ...` command above again. diff --git a/docker-compose.yml b/docker-compose.yml index 660d258..d921211 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -31,7 +31,7 @@ services: # - UI_TRAFFIC_STATS=true # - UI_CHART_TYPE=0 # (0 Charts disabled, 1 # Line chart, 2 # Area chart, 3 # Bar chart) - image: ghcr.io/wg-easy/wg-easy + image: docker.io/rusian/wg-easy container_name: wg-easy networks: wg: