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
cf7d55d71a
* Breaking changes: Must remove subnet from client configurations in dashboard
* Added subnet support as described in #11
5 years ago
Per-Arne Andersen
e090766092
Merge pull request #10 from 2L3R4/master
added portmap 8888 to 8888 in "docker_configuration.md"
5 years ago
Per-Arne Andersen
79909d8944
Update docker_configuration.md
5 years ago
2L3R4
85f89222f3
added portmap 8888 to 8888 in "docker_configuration.md"
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
62abd5b214
Merge remote-tracking branch 'origin/master'
5 years ago
Per-Arne
2067dd27fe
Adding missing files
5 years ago
Per-Arne Andersen
55fdc4ec5e
Create CODE_OF_CONDUCT.md
5 years ago
Per-Arne Andersen
892a2c0a00
Merge pull request #5 from perara/add-license-1
Create LICENSE
5 years ago
Per-Arne Andersen
bfb32ca9f2
Create LICENSE
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
74e6ba7764
# ADDED 'Download configuration'
You can now download configuration files directly as a .conf file for peer and .zip for servers. The server zip contains all peer configurations including the server.conf.
5 years ago
Per-Arne
1c5652ad99
Merge remote-tracking branch 'origin/master'
5 years ago
Per-Arne
c28636d5aa
* WireGuard servers should now automatically start if last state was running before shutdown.
5 years ago
Per-Arne Andersen
31bbbf183a
Update README.md
5 years ago
Per-Arne
9475cd99e5
* Update project name to wg-manager
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 Andersen
4ae2db7370
Update README.md
5 years ago
Per-Arne Andersen
f58a5922dc
Update and rename install_rpi.md to install.md
5 years ago
Per-Arne Andersen
f483a36ce9
Update install_rpi.md
5 years ago
Per-Arne Andersen
9674c24b97
Update install_rpi.md
5 years ago
Per-Arne Andersen
8fc491f163
Update README.md
5 years ago
Per-Arne
37f997316f
Improved documentation
5 years ago
Per-Arne
a983fb3564
Updated readme
5 years ago
Per-Arne
93cd5dbf3a
Added import support
5 years ago
Per-Arne
496a0db4e2
Merge remote-tracking branch 'origin/master'
5 years ago
Per-Arne
07e973784a
Added import support
5 years ago
Per-Arne Andersen
9844327568
Update install_rpi.md
5 years ago
Per-Arne Andersen
72f046905f
Create install_rpi.md
5 years ago
Per-Arne Andersen
b5c10629b1
Create install_debian.md
5 years ago
Per-Arne Andersen
923e1f1ea9
Update README.md
5 years ago
Per-Arne Andersen
9a80f29ddf
Merge pull request #2 from raspberrypython/patch-1
Fixing missing quote typo in README
5 years ago
David Noyes
da322a25e9
Fixing missing quote type in README
As described in #1
5 years ago
Per-Arne Andersen
8e37d12728
Update README.md
5 years ago
Per-Arne Andersen
844c2490f8
Update README.md
5 years ago
Per-Arne
3dd857a84c
Stable version
5 years ago
Per-Arne
fde572df6a
Merge remote-tracking branch 'origin/master'
5 years ago
Per-Arne
efa52e9fff
Updated GUI and fixed alot of instabilities in front end.
5 years ago
Per-Arne Andersen
697599df0e
Update README.md
5 years ago
Per-Arne
dc0040c62f
Merge branch 'master' of github.com:perara/wireguard-manager
5 years ago
Per-Arne
b725c585b0
Added simple auth
5 years ago