From e6b5f2e33c35dc0afd59beb0556b57b024e6905e Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Wed, 17 Apr 2024 19:22:07 +0200 Subject: [PATCH 1/4] fixup: README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 683d7f8..14ffccf 100644 --- a/README.md +++ b/README.md @@ -49,10 +49,10 @@ And log in again. To automatically install & run wg-easy, simply run: ``` - docker run -d \ --name=wg-easy \ + docker run -d \ --name=wg-easy \ -e LANG=de \ - -e WG_HOST=🚨YOUR_SERVER_IP \ - -e PASSWORD=🚨YOUR_ADMIN_PASSWORD \ + -e WG_HOST=<🚨YOUR_SERVER_IP> \ + -e PASSWORD=<🚨YOUR_ADMIN_PASSWORD> \ -v ~/.wg-easy:/etc/wireguard \ -p 51820:51820/udp \ -p 51821:51821/tcp \ From a05b71c65264f300651c397315134b1021699c56 Mon Sep 17 00:00:00 2001 From: Peter Lewis Date: Wed, 17 Apr 2024 21:39:08 +0100 Subject: [PATCH 2/4] Update README.md https://github.com/wg-easy/wg-easy/commit/2a3acdcad5b7c73feccdd47e4f3c5d743593e393#r141068572 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 14ffccf..7b3d957 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,8 @@ And log in again. To automatically install & run wg-easy, simply run: ``` - docker run -d \ --name=wg-easy \ + docker run -d \ + --name=wg-easy \ -e LANG=de \ -e WG_HOST=<🚨YOUR_SERVER_IP> \ -e PASSWORD=<🚨YOUR_ADMIN_PASSWORD> \ From c29ba35d418eb5a564800a7df1ba1d17d00e4e7b Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Thu, 18 Apr 2024 18:47:52 +0200 Subject: [PATCH 3/4] npm: update-browserslist-db --- .github/workflows/npm-update-bot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/npm-update-bot.yml b/.github/workflows/npm-update-bot.yml index ab5e0fb..e0e53ee 100644 --- a/.github/workflows/npm-update-bot.yml +++ b/.github/workflows/npm-update-bot.yml @@ -35,6 +35,7 @@ jobs: cd src ncu -u npm update + npx update-browserslist-db@latest npm run buildcss git config --global user.name 'NPM Update Bot' git config --global user.email 'npmupbot@users.noreply.github.com' From e43688a0910a682723d75e4bf00226fff3b95f5d Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Thu, 18 Apr 2024 18:50:29 +0200 Subject: [PATCH 4/4] npm: revert update-browserslist-db is not needed --- .github/workflows/npm-update-bot.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/npm-update-bot.yml b/.github/workflows/npm-update-bot.yml index e0e53ee..ab5e0fb 100644 --- a/.github/workflows/npm-update-bot.yml +++ b/.github/workflows/npm-update-bot.yml @@ -35,7 +35,6 @@ jobs: cd src ncu -u npm update - npx update-browserslist-db@latest npm run buildcss git config --global user.name 'NPM Update Bot' git config --global user.email 'npmupbot@users.noreply.github.com'