ngoduykhanh / wireguard-ui

Wireguard web interface
MIT License
3.79k stars 465 forks source link

Debian (12) package #442

Open petricf opened 9 months ago

petricf commented 9 months ago

I have created a *.deb package for wireguard-ui (see attached) to ease installation. I have tested it on Debian 12.1 (Bookworm) for amd64 platform.

wireguard-ui_0.5.2-1_amd64.deb.gz

Before installing it you have to install wireguard and iptables. Then install it with dpkg -i wireguard-ui_0.5.2-1_amd64.deb

3 services are installed and activated. The 2 from readme.md and one for wireguard-ui named wgui-web.service

After installation the service is listening at port 5000

Bugs: the wireguard-ui db-files are stored in the root directory. See bug #434

Also attached find the source .tar.gz. Unpack it, modify contents, maybe change version number and run dpkg-deb --build --root-owner-group wireguard-ui_0.5.2-1_amd64 to build a new .deb

wireguard-ui_0.5.2-1_amd64.tar.gz

Hope that helps.

stale[bot] commented 6 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.