From 9d8f92ca478f4c1817f1524299a46e5bc5c09579 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Fri, 12 Jul 2024 21:49:14 +0300 Subject: [PATCH] Add Prerequisites section to Firezone docs --- docs/services/firezone.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/services/firezone.md b/docs/services/firezone.md index 4abf5a4..b728f9d 100644 --- a/docs/services/firezone.md +++ b/docs/services/firezone.md @@ -4,6 +4,15 @@ A more-lightweigth alternative for a self-hosted WireGuard VPN server which is more compatible with various ARM devices is [WireGuard Easy](wg-easy.md). + +## Dependencies + +This service requires the following other services: + +- a [Postgres](postgres.md) database +- a [Traefik](traefik.md) reverse-proxy server + + ## Configuration To enable this service, add the following configuration to your `vars.yml` file and re-run the [installation](../installing.md) process: