Per-Arne Andersen
24e9e52f22
Update README.md
4 years ago
Per-Arne Andersen
1af076e1a0
Merge branch 'dev' into main
4 years ago
Per-Arne Andersen
ccca0db24e
Added some stuff into gitignore...
4 years ago
Per-Arne Andersen
20bc168eb2
Merge pull request #101 from flippy1345/patch-1
Adjusted docker compose section
4 years ago
Per-Arne Andersen
7bd84f6e76
Merge pull request #103 from slokhorst/patch-1
Clarify import error when no server files are found
4 years ago
Per-Arne Andersen
77e90e1af6
Merge pull request #106 from slokhorst/ipv6-import
Fix importing of IPv6 addresses
4 years ago
Per-Arne Andersen
0cc92e3342
Merge pull request #105 from slokhorst/patch-2
Fix jinja2 template loader
4 years ago
slokhorst
6c2cb7337f
Fix peer IPv6 import
4 years ago
slokhorst
f231126a50
Fix importing of IPv6 addresses
4 years ago
Sebastiaan Lokhorst
fe774acacb
Fix jinja2 template loader
We can only use the PackageLoader inside a package, which we don't have.
Fixes #102
4 years ago
Sebastiaan Lokhorst
df080f8f5a
Clarify import error when no server files are found
Previously, it would report "multiple server files" if 0 were found.
4 years ago
flippy1345
4a9fd75ed3
Adjusted docker compose section
I switched the position of ADMIN_USERNAME and ADMIN_PASSWORD.
For once it took me 2h to figure out that I changed the username and not the password.
For second it is now in the same schema as the other section where a compose file is shown.
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
0aec91c6fa
Merge pull request #97 from perara/perara-patch-2
Create FUNDING.yml
4 years ago
Per-Arne Andersen
be0d2704c3
Create FUNDING.yml
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