VPN management application
Find a file
Kumi 0bfde0841e
feat(vpn): add setup device UI with Wireguard config generator
Introduced a new HTML template for setting up VPN devices. This template includes a form to input the device name, generating Wireguard configuration and displaying it both in text and as a QR code. Utilizes Wireguard Crypto library for key generation and QRCode.js for QR code generation.

This enhancement streamlines the VPN setup process for users by providing an automated way to generate necessary configuration and an easy-to-scan QR code for mobile devices.
2024-07-12 14:11:28 +02:00
.vscode feat(vscode): configure dev server port to 8110 in launch.json 2024-07-12 10:46:50 +02:00
coldbrew feat(vpn): add setup device UI with Wireguard config generator 2024-07-12 14:11:28 +02:00
.gitignore feat: initialize project structure with core setup 2024-07-12 08:31:39 +02:00
LICENSE feat: initialize project structure with core setup 2024-07-12 08:31:39 +02:00
manage.py feat: initialize project structure with core setup 2024-07-12 08:31:39 +02:00
poetry.lock feat(auth): implement two-factor authentication 2024-07-12 09:47:23 +02:00
pyproject.toml feat(auth): implement two-factor authentication 2024-07-12 09:47:23 +02:00
README.md feat: initialize project structure with core setup 2024-07-12 08:31:39 +02:00

ColdBrew - A Django-based VPN manager.

Setup Notes

  1. Ensure that you have a rule in iptables that denies routing by default. ColdBrew will manage the rules for you, but it needs a rule to start from. If you don't have one, you can add one with iptables -A FORWARD -j DROP.

Contributing

We welcome contributions to this project. Please see the CONTRIBUTING file for more information.

License

This project is licensed under the MIT License - see the LICENSE file for details.