v0.7.1
New features
One-line install
We've created a one-line install script to simplify your first defguard deployment.
You should now be able to get your own instance running on a private VPS just by setting a couple environment variables and running:
curl --proto '=https' --tlsv1.2 -sSf -L https://raw.githubusercontent.com/DefGuard/deployment/main/docker-compose/setup.sh -O && bash setup.sh
To learn more about prerequisites and available options see our documentation.
Other Changes
- style(ui): update components by @filipslezaklab in #326
- refactor: migrate to Sqlx 0.7 by @moubctez in #327
- feat: add subcommand to initialize first VPN location by @wojcik91 in #329
- fix: add missing libssl dependency in Docker image by @wojcik91 in #331
- fix(ui): yubikeys provisioning by @filipslezaklab in #334
- fix: device avatar ui by @filipslezaklab in #337
Full Changelog: v0.7.0...v0.7.1