Simon Lerpard
665167aa3f
Fix detection of 'wg show interface' not running
When main.py initializes the subprocess returns an output of 'No such
device' but it doesn't throw any exception, for some reason...?
So, the output was of course returned to the is_running process and
since it wasn't "None" it though the interface was in the 'running'
state.
5 years ago
Simon Lerpard
256d7b7901
Fix keeping the server interface state when stop
The server interface wasn't updated in the database when it got stopped.
Which led to 'is_running' was always set to true, if the server has been
started once.
Also fixed a copy-paste issue, which didn't affect the code
5 years ago
Per-Arne
e1431a359c
* ADMIN_USERNAME, ADMIN_PASSWORD is mandatory when creating new databases. Fixes #9
5 years ago
Per-Arne
cbced47e99
* Fixed migrations
5 years ago
Per-Arne
04f654e111
* Potential updated updated fix for #6
5 years ago
Per-Arne
91e5cc267b
* Potential fix for #6
5 years ago
Per-Arne
2067dd27fe
Adding missing files
5 years ago
Per-Arne
03a1f29415
* Fix the fix.
5 years ago
Per-Arne
e3737e26c4
* Potential fix for stats when preshared key is set.
5 years ago
Per-Arne
a56509ab66
* Added migrations, needs testing
* Shared-keys are now per-peer basis and not global. They also reflect on the server config...
5 years ago
Per-Arne
c28636d5aa
* WireGuard servers should now automatically start if last state was running before shutdown.
5 years ago
Per-Arne
c568aa3ff2
* Added Default DNS
* Removed old code
* BREAKING CHANGES:
Create COLUMN dns on server table if you have running setup
5 years ago
Per-Arne
81c98c0cca
* Fixed annoying expand bug in peer frontend
* Fixed bug where address could not be changed for peers.
* Deleted old files.
5 years ago
Per-Arne
7926947224
Fixed bug where the first peer added to a new server, had colliding IP with the server
5 years ago
Per-Arne
07e973784a
Added import support
5 years ago
Per-Arne
3dd857a84c
Stable version
5 years ago
Per-Arne
efa52e9fff
Updated GUI and fixed alot of instabilities in front end.
5 years ago
Per-Arne
b725c585b0
Added simple auth
5 years ago
Per-Arne
a33a1a8661
Initial Version
5 years ago