Skip to content

Commit 84cf4a9

Browse files
committed
Update README.md
1 parent 39be16c commit 84cf4a9

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

README.md

+20-5
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
* [Debian 11.10](#debian-1110)
8787
* [Red Hat Enterprise Linux 9.4 & CentOS 9-Stream](#red-hat-enterprise-linux-94--centos-9-stream)
8888
* [Fedora 40 & Fedora 39 & Fedora 38](#fedora-40--fedora-39--fedora-38)
89+
* [Alpine Linux 3.20.2](#alpine-linux-3202)
8990
* [Manual Installation](#manual-installation)
9091
* [🪜 Usage](#-usage)
9192
* [Start/Stop/Restart WGDashboard](#startstoprestart-wgdashboard)
@@ -133,11 +134,11 @@
133134
> [!NOTE]
134135
> All operating systems below are tested by myself. All are ARM64 ran in UTM Virtual Machine.
135136
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 | |
141142

142143
> [!TIP]
143144
> 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 && \
265266
firewall-cmd --reload
266267
```
267268

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+
268283
### Manual Installation
269284

270285
> [!NOTE]

0 commit comments

Comments
 (0)