Per-Arne Andersen
6456b05ce6
Update github-action
4 years ago
Per-Arne Andersen
32279d85f5
Update github-action
4 years ago
Per-Arne Andersen
09ede2b6af
Update github action for building and publishing to dockerhub
4 years ago
Per-Arne Andersen
c7d858723b
Merge branch 'main' of github.com:perara/wireguard-manager into dev
# Conflicts:
# wg_dashboard_backend/main.py
# wg_dashboard_backend/migrations/versions/006_create_v6_subnet.py
4 years ago
Per-Arne Andersen
8fb6626df8
* Fix for #85 #86
4 years ago
Per-Arne Andersen
e413ee49f8
Merge pull request #67 from perara/dependabot/npm_and_yarn/wg_dashboard_frontend/npm-6.14.6
Bump npm from 6.14.4 to 6.14.6 in /wg_dashboard_frontend
4 years ago
Per-Arne Andersen
022f91764b
Update issue templates
4 years ago
Per-Arne Andersen
0a3e316370
Merge pull request #89 from perara/obfs
Obfs
4 years ago
Per-Arne Andersen
9c363b279f
Merge pull request #88 from perara/master
Update obfs branch
4 years ago
Per-Arne Andersen
bd45d6bcef
Merge pull request #78 from omegachyll/iproute2_fix
Added iproute2 to Dockerfile installation command
4 years ago
ajaysgowda
8f6dd053bb
Added iproute2 to Dockerfile installation command
4 years ago
Per-Arne Andersen
22d7b9a04d
* Attempt to fix #66 with new IP-address check.
4 years ago
Per-Arne Andersen
cc43a9caa3
* Attempt to fix #66
4 years ago
Per-Arne Andersen
2a57f849e4
Remove arm support for now
4 years ago
Per-Arne Andersen
7e3b4de462
Merge pull request #72 from perara/build_automation
Remove armv6 support.
4 years ago
Per-Arne Andersen
5549badd92
Remove armv6 support.
4 years ago
Per-Arne Andersen
641cfd1812
Merge pull request #71 from perara/build_automation
Github action
4 years ago
Per-Arne Andersen
97f44f81da
Github action
4 years ago
Per-Arne Andersen
5491a2bf0b
Merge pull request #65 from tony1661/patch-8
Build docker image with github code
4 years ago
dependabot[bot]
5118a49f73
Bump npm from 6.14.4 to 6.14.6 in /wg_dashboard_frontend
Bumps [npm](https://github.com/npm/cli ) from 6.14.4 to 6.14.6.
- [Release notes](https://github.com/npm/cli/releases )
- [Changelog](https://github.com/npm/cli/blob/v6.14.6/CHANGELOG.md )
- [Commits](https://github.com/npm/cli/compare/v6.14.4...v6.14.6 )
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Per-Arne Andersen
d34a606546
* Bump npm to 6.14.6
4 years ago
Per-Arne Andersen
27eddf993a
* Revert travis to downloading docker by curl.
4 years ago
Per-Arne Andersen
e1bde82e5c
* Minor "fix (workaround)" for cutting labels in input fields.
4 years ago
Per-Arne Andersen
3de1ed62ca
* Added missing keep_alive for peer (Migration)
4 years ago
Per-Arne Andersen
6422e984f4
* Update to angular 11
* Travis seems to build fine
4 years ago
Per-Arne Andersen
81499a2308
* Update to angular 10
4 years ago
Per-Arne Andersen
2f548243fc
* Few travis fixes
* Preparing upgrade to angular 10
4 years ago
Antonio Fernandez
6019b8e7b8
Added link for docker build with github
I've added a link to the guide to install the docker image by manually building. Also some other formatting / wording changes.
4 years ago
Antonio Fernandez
5ef4747447
Create install_docker_github.md
These steps will walk users through using docker on the latest github code.
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