donaldzou / WGDashboard

Simple dashboard for WireGuard VPN written in Python w/ Flask
Apache License 2.0
1.22k stars 176 forks source link

Providing more information while installation and fix permission conflict #249

Open Bialri opened 6 months ago

Bialri commented 6 months ago

I faced with problem while installing dashboard on Ubuntu 22.04. Unfortunately script doesn't provide full information to solve the problem. I've added exception handler. Also in newer version wireguard automatically restore permissions to default. So it's necessary to run install, debug, start and stop commands as superuser. I've added checker to prevent further problems.