Per-Arne Andersen
2f548243fc
* Few travis fixes
* Preparing upgrade to angular 10
4 years ago
Per-Arne Andersen
72013af241
Merge pull request #62 from tony1661/patch-6
Fixed error message
4 years ago
Per-Arne Andersen
f563e8e099
Merge pull request #63 from tony1661/patch-7
Fix for being able to disable IPv6 support
4 years ago
Antonio Fernandez
3fe66e7ed2
Fix for being able to disable IPv6 support
I was getting an error when trying to disable IPv6 support because the DB wasn't allowing the subnet to be null however the address was able to be null. Should be good now.
4 years ago
Antonio Fernandez
eb669f27aa
Fixed error message
Current error message can throw off users. Should be good now.
4 years ago
Per-Arne Andersen
0d8828d03b
Merge pull request #61 from tony1661/patch-5
Fix - Debian 10
4 years ago
Antonio Fernandez
1ac04cec37
Fix - Debian 10
Debian 10 seems to require the kernel module for Wireguard to be reconfigured. There are no headers in the repositories for the kernel that Debian ships with. The fix was to upgrade the kernel, install the header files for the new kernel, reconfigure the dkms module, load the module.
4 years ago
Per-Arne Andersen
8eb99a0ae2
Merge pull request #60 from tony1661/patch-4
Verified and modified instructions.
4 years ago
Antonio Fernandez
614ca279f0
Verified and modified instructions.
I've added a bunch of changes. That's all I got for now however I will test later this or next week more distros and provide working instructions. I've added a check/x section at the top to track which distros I have working.
4 years ago
Per-Arne Andersen
4f7d44ee4d
Merge pull request #59 from tony1661/patch-3
MAINTAINER is deprecated
4 years ago
Antonio Fernandez
d18e0a0399
MAINTAINER is deprecated
Since MAINTAINER is deprecated I updated the Dockerfile to use the new method. https://docs.docker.com/engine/reference/builder/#maintainer-deprecated
4 years ago
Per-Arne Andersen
74a9e5fc74
Update README.md
4 years ago
Per-Arne Andersen
9386c4bcba
Merge pull request #55 from perara/dev
Dev
4 years ago
Per-Arne Andersen
8c9837938c
Merge branch 'master' into dev
4 years ago
Per-Arne Andersen
04c40a6c8b
Merge pull request #53 from tony1661/patch-1
DNS parameter removed when not entered
4 years ago
Per-Arne Andersen
115f51cf11
Merge pull request #54 from tony1661/patch-2
Removed blank PostUp and PostDown
4 years ago
Antonio Fernandez
c7645e5ce7
Removed blank PostUp and PostDown
Not every server config needs a PostUp or PostDown so I added an if statement to not include them if the values entered in the web interface are blank.
4 years ago
Antonio Fernandez
bdeb811943
DNS parameter removed when not entered
Having the DNS parameter blank (e.g. "DNS = ") will cause import errors in the Android app using the QR Code. I've added an if statement that checks if the DNS field has been populated. If so then it will write out the whole "DNS = x.x.x.x". If not then it will not be included at all.
4 years ago
Per-Arne Andersen
a9a082738e
Merge pull request #52 from rezor92/master
Sensible changes from community
4 years ago
Per-Arne Andersen
9b4ad7e88a
Merge pull request #49 from perara/master
Update dev
4 years ago
rezor92
898e673852
Change keep_alive from string to integer / number
4 years ago
rezor92
3d9882a19a
Make PersistentKeepalive configurable
4 years ago
rezor92
8f0188c7c8
Add uvloop and httptools to requirements
4 years ago
rezor92
f1074b99b3
Hide DNS in client configuration if not set
4 years ago
Lombra
4cd7333f2f
Fix missing read_only parameter on server add via web interface
4 years ago
Lombra
9e69f92507
Reset server form only if server was added successfully
4 years ago
Lombra
a646cd7d77
Add server option for allowed IPs
4 years ago
Per-Arne Andersen
847516aee3
Update ci.sh
4 years ago
Per-Arne Andersen
2699277d59
Update ci.sh
4 years ago
Per-Arne Andersen
2e5091a020
Update Dockerfile
4 years ago
Per-Arne Andersen
0f98b257a2
Update Dockerfile
4 years ago
Per-Arne Andersen
38f1443db6
Merge pull request #35 from perara/master
updates
4 years ago
Per-Arne Andersen
fdf1048f9b
Update package.json
4 years ago
Per-Arne Andersen
d9eb5e1338
Update Dockerfile
4 years ago
Per-Arne Andersen
c718c5e1e8
Update Dockerfile
4 years ago
Per-Arne Andersen
d9b8773063
Update ci.sh
4 years ago
Per-Arne Andersen
4fdb0fcc32
Update Dockerfile
4 years ago
Per-Arne Andersen
ca9490bbcb
Update Dockerfile
4 years ago
Per-Arne Andersen
78439c8c12
Update Dockerfile
4 years ago
Per-Arne Andersen
1bc5463b11
Merge pull request #34 from perara/dev
Dev
4 years ago
Per-Arne Andersen
5c184ad261
Update .travis.yml
4 years ago
Per-Arne Andersen
f0910b326e
Merge pull request #33 from perara/master
TO dev
4 years ago
Per-Arne Andersen
4db48576d2
Merge pull request #32 from perara/dev
Dev
4 years ago
Per-Arne Andersen
df280f3dd4
Create ci.sh
4 years ago
Per-Arne Andersen
122a1f2c9c
Create travis file for automated multi-arch builds
4 years ago
Per-Arne Andersen
4d8d30c76a
* Allow custom client routes.
5 years ago
Per-Arne Andersen
fd44c7c6f8
* Updated readme for when ipv6 fails to start.
5 years ago
Per-Arne Andersen
ca37626976
* ADMIN_USERNAME is now used when setting initial API Key
5 years ago
Per-Arne Andersen
b48c1a03db
Merge remote-tracking branch 'origin/dev' into dev
5 years ago
Per-Arne Andersen
be19d96bdc
* Added missing deps.
5 years ago