Per-Arne Andersen
ccca0db24e
Added some stuff into gitignore...
4 years ago
Per-Arne Andersen
2c53963d91
Some work on interface. default ipv6.
4 years ago
Per-Arne Andersen
4669d0956b
Work on logging on backend.
4 years ago
Per-Arne Andersen
e04b429efb
Merge pull request #96 from perara/perara-patch-1
Create FUNDING.yml
4 years ago
Per-Arne Andersen
359b5e8603
Create FUNDING.yml
4 years ago
Per-Arne Andersen
5a110c85e4
Remove COPY of wg-manager
4 years ago
Per-Arne Andersen
54b4be5a36
Refactor and a few updates.. eslint etc..
4 years ago
Per-Arne Andersen
2767042c10
Possible fix for #69 . Added 32bit arm (hopefully it compiles)
4 years ago
Per-Arne Andersen
6ddc2a7e28
Merge pull request #93 from perara/main
Update dev
4 years ago
Per-Arne Andersen
32aec7522d
Merge pull request #92 from aaronnad/patch-2
Set sqlalchemy version to less than 1.4.0
4 years ago
Per-Arne Andersen
6a298c4ff0
Merge pull request #91 from aaronnad/patch-1
Update the documentation for issue-31
4 years ago
aaronnad
90a8207e77
Set sqlalchemy version to less than 1.4.0
See https://github.com/perara/wg-manager/pull/91 for the reason to set the sqlalchemy to less than 1.4.0
https://stackoverflow.com/questions/66644975/importerror-cannot-import-name-columnentity-from-sqlalchemy-orm-query
4 years ago
aaronnad
4c24e9aeea
Update the documentation for issue-31
Set the default nodejs version to 12 as per https://github.com/perara/wg-manager/issues/31
Also set the pip install to pip3 as we are using python3.
This was causing some issues with the wheel setup
error: invalid command 'bdist_wheel'
----------------------------------------
ERROR: Failed building wheel for python-multipart
ERROR: Failed building wheel for sqlalchemy-utils
ERROR: Failed building wheel for Tempita
Also set these as being used by sudo otherwise the venv has an issue with the permissions
ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/opt/wg-manager/wg_dashboard_backend/venv/lib/python3.8/site-packages/typing_extensions.py'
Consider using the `--user` option or check the permissions.
Attempting to use the --user flag does not work
This works (once the requirements.txt file has been edited to set the sqlalchemy version to < 1.4.0 due to a versioning issues with API calls)
ImportError: cannot import name '_ColumnEntity' from 'sqlalchemy.orm.query' (/opt/wg-manager/wg_dashboard_backend/venv/lib/python3.8/site-packages/sqlalchemy/orm/query.py)
https://stackoverflow.com/questions/66644975/importerror-cannot-import-name-columnentity-from-sqlalchemy-orm-query
Working as below
INFO: Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit)
4 years ago
Per-Arne Andersen
2e852eba2e
Update github-action
4 years ago
Per-Arne Andersen
022c75c603
Update github-action
4 years ago
Per-Arne Andersen
6fbb75de53
Update github-action
4 years ago
Per-Arne Andersen
38cef845b6
Update github-action
4 years ago
Per-Arne Andersen
92af1a0455
Update github-action
4 years ago
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