|
86 | 86 | * [Debian 11.10](#debian-1110)
|
87 | 87 | * [Red Hat Enterprise Linux 9.4 & CentOS 9-Stream](#red-hat-enterprise-linux-94--centos-9-stream)
|
88 | 88 | * [Fedora 40 & Fedora 39 & Fedora 38](#fedora-40--fedora-39--fedora-38)
|
| 89 | + * [Alpine Linux 3.20.2](#alpine-linux-3202) |
89 | 90 | * [Manual Installation](#manual-installation)
|
90 | 91 | * [🪜 Usage](#-usage)
|
91 | 92 | * [Start/Stop/Restart WGDashboard](#startstoprestart-wgdashboard)
|
|
133 | 134 | > [!NOTE]
|
134 | 135 | > All operating systems below are tested by myself. All are ARM64 ran in UTM Virtual Machine.
|
135 | 136 |
|
136 |
| -| Ubuntu | Debian | Red Hat Enterprise Linux | CentOS | Fedora | |
137 |
| -|-----------|--------|--------------------------|----------|--------| |
138 |
| -| 20.04 LTS | 12.6 | 9.4 | 9-Stream | 40 | |
139 |
| -| 22.04 LTS | 11.10 | | | 39 | |
140 |
| -| 24.02 LTS | | | | 38 | |
| 137 | +| Ubuntu | Debian | Red Hat Enterprise Linux | CentOS | Fedora | Alpine Linux | |
| 138 | +|-----------|--------|--------------------------|----------|--------|------------------------| |
| 139 | +| 20.04 LTS | 12.6 | 9.4 | 9-Stream | 40 | 3.20.2 (Under Testing) | |
| 140 | +| 22.04 LTS | 11.10 | | | 39 | | |
| 141 | +| 24.02 LTS | | | | 38 | | |
141 | 142 |
|
142 | 143 | > [!TIP]
|
143 | 144 | > If you installed WGDashboard on other systems without any issues, please let me know. Thank you!
|
@@ -265,6 +266,20 @@ firewall-cmd --add-port=51820/udp --permanent && \
|
265 | 266 | firewall-cmd --reload
|
266 | 267 | ```
|
267 | 268 |
|
| 269 | +#### Alpine Linux 3.20.2 |
| 270 | + |
| 271 | +```shell |
| 272 | +setup-interfaces -a ; \ |
| 273 | +rc-service networking --quiet start ; \ |
| 274 | +printf "https://mirrors.aliyun.com/alpine/latest-stable/main\nhttps://mirrors.aliyun.com/alpine/latest-stable/community" > /etc/apk/repositories ; \ |
| 275 | +apk update ; \ |
| 276 | +apk add wireguard-tools python3 python3-dev git iptables net-tools gcc musl-dev linux-headers sudo ; \ |
| 277 | +git clone -b v4.0-alpine-linux https://github.com/donaldzou/WGDashboard.git ; \ |
| 278 | +cd ./WGDashboard/src ; \ |
| 279 | +chmod +x ./wgd.sh ; \ |
| 280 | +./wgd.sh install |
| 281 | +``` |
| 282 | + |
268 | 283 | ### Manual Installation
|
269 | 284 |
|
270 | 285 | > [!NOTE]
|
|
0 commit comments