diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml new file mode 100644 index 0000000..b2a65b9 --- /dev/null +++ b/.github/workflows/lint.yml @@ -0,0 +1,23 @@ +name: Lint + +on: + push: + branches: + - master + - production + pull_request: + +jobs: + lint: + name: Lint + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: actions/setup-node@v1 + with: + node-version: '14' + + - run: | + cd src + npm ci + npm run lint diff --git a/.wg-easy/wg0.conf b/.wg-easy/wg0.conf deleted file mode 100644 index 73c5f2f..0000000 --- a/.wg-easy/wg0.conf +++ /dev/null @@ -1,9 +0,0 @@ - -# Note: Do not edit this file directly. -# Your changes will be overwritten! - -# Server -[Interface] -PrivateKey = 8JtWwlHvx4ogphP601ABdvNFXbd1noCd+Sn9fg19jWA= -Address = 10.8.0.1/24 -ListenPort = 51820 \ No newline at end of file diff --git a/.wg-easy/wg0.json b/.wg-easy/wg0.json deleted file mode 100644 index 4175eef..0000000 --- a/.wg-easy/wg0.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "server": { - "privateKey": "8JtWwlHvx4ogphP601ABdvNFXbd1noCd+Sn9fg19jWA=", - "publicKey": "065+jEZi4CMWbwSCrixByy3D+haZR2e+kjmxMq6h+EY=", - "address": "10.8.0.1" - }, - "clients": {} -} \ No newline at end of file diff --git a/README.md b/README.md index 9039dc9..0974992 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,26 @@ # WireGuard Easy [](https://github.com/WeeJeWel/wg-easy/actions/workflows/deploy.yml) +[](https://github.com/WeeJeWel/wg-easy/actions/workflows/lint.yml) +[](https://hub.docker.com/r/weejewel/wg-easy) +[](https://hub.docker.com/r/weejewel/wg-easy) +[](https://github.com/sponsors/WeeJeWel) You have found the easiest way to install & manage WireGuard on any Linux host!
-
+