Skip to content

v0.7.1

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Sep 08:26
· 232 commits to main since this release
c88d630

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

Full Changelog: v0.7.0...v0.7.1