@@ -18,8 +18,8 @@ jobs:
|
|||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
- platform: linux/arm64
|
- platform: linux/arm64
|
||||||
os: ubuntu-24.04-arm
|
os: ubuntu-24.04-arm
|
||||||
- platform: linux/arm/v7
|
# - platform: linux/arm/v7
|
||||||
os: ubuntu-24.04-arm
|
# os: ubuntu-24.04-arm
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
|
|||||||
@@ -25,8 +25,8 @@ jobs:
|
|||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
- platform: linux/arm64
|
- platform: linux/arm64
|
||||||
os: ubuntu-24.04-arm
|
os: ubuntu-24.04-arm
|
||||||
- platform: linux/arm/v7
|
# - platform: linux/arm/v7
|
||||||
os: ubuntu-24.04-arm
|
# os: ubuntu-24.04-arm
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -21,8 +21,8 @@ jobs:
|
|||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
- platform: linux/arm64
|
- platform: linux/arm64
|
||||||
os: ubuntu-24.04-arm
|
os: ubuntu-24.04-arm
|
||||||
- platform: linux/arm/v7
|
# - platform: linux/arm/v7
|
||||||
os: ubuntu-24.04-arm
|
# os: ubuntu-24.04-arm
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
|
|||||||
@@ -26,8 +26,8 @@ jobs:
|
|||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
- platform: linux/arm64
|
- platform: linux/arm64
|
||||||
os: ubuntu-24.04-arm
|
os: ubuntu-24.04-arm
|
||||||
- platform: linux/arm/v7
|
# - platform: linux/arm/v7
|
||||||
os: ubuntu-24.04-arm
|
# os: ubuntu-24.04-arm
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
|
|||||||
@@ -30,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- Allow empty DNS (https://github.com/wg-easy/wg-easy/pull/2052, https://github.com/wg-easy/wg-easy/pull/2057)
|
- Allow empty DNS (https://github.com/wg-easy/wg-easy/pull/2052, https://github.com/wg-easy/wg-easy/pull/2057)
|
||||||
- Don't include keys in API responses (https://github.com/wg-easy/wg-easy/pull/2015)
|
- Don't include keys in API responses (https://github.com/wg-easy/wg-easy/pull/2015)
|
||||||
- Try all QR ecc levels (https://github.com/wg-easy/wg-easy/pull/2288)
|
- Try all QR ecc levels (https://github.com/wg-easy/wg-easy/pull/2288)
|
||||||
|
- Removed ARMv7 support (https://github.com/wg-easy/wg-easy/pull/2369)
|
||||||
|
|
||||||
## Docs
|
## Docs
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ This guide will help you migrate from `v14` to version `v15` of `wg-easy`.
|
|||||||
## Changes
|
## Changes
|
||||||
|
|
||||||
- This is a complete rewrite of the `wg-easy` project, therefore the configuration files and the way you interact with the project have changed.
|
- This is a complete rewrite of the `wg-easy` project, therefore the configuration files and the way you interact with the project have changed.
|
||||||
- If you use armv6, you unfortunately won't be able to migrate to `v15`.
|
- If you use armv6 or armv7, you unfortunately won't be able to migrate to `v15`.
|
||||||
- If you are connecting to the Web UI via HTTP, you need to set the `INSECURE` environment variable to `true` in the new container.
|
- If you are connecting to the Web UI via HTTP, you need to set the `INSECURE` environment variable to `true` in the new container.
|
||||||
|
|
||||||
## Migration
|
## Migration
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ title: Basic Installation
|
|||||||
|
|
||||||
1. You need to have a host that you can manage
|
1. You need to have a host that you can manage
|
||||||
2. You need to have a domain name or a public IP address
|
2. You need to have a domain name or a public IP address
|
||||||
3. You need a supported architecture (x86_64, arm64, armv7)
|
3. You need a supported architecture (x86_64, arm64)
|
||||||
4. You need curl installed on your host
|
4. You need curl installed on your host
|
||||||
|
|
||||||
## Install Docker
|
## Install Docker
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ Before you can get started with deploying your own VPN, there are some requireme
|
|||||||
|
|
||||||
1. You need to have a host that you can manage
|
1. You need to have a host that you can manage
|
||||||
2. You need to have a domain name or a public IP address
|
2. You need to have a domain name or a public IP address
|
||||||
3. You need a supported architecture (x86_64, arm64, armv7)
|
3. You need a supported architecture (x86_64, arm64)
|
||||||
|
|
||||||
### Host Setup
|
### Host Setup
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user