From 1eb487a5cc31040f1b3d31633ad17e2fedb709be Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Fri, 24 Mar 2023 12:08:23 +0200 Subject: [PATCH] Add Firezone to supported services Related to https://github.com/mother-of-all-self-hosting/mash-playbook/pull/16 --- docs/supported-services.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/supported-services.md b/docs/supported-services.md index b594e62..ac2aa9b 100644 --- a/docs/supported-services.md +++ b/docs/supported-services.md @@ -9,6 +9,7 @@ | [Docker Registry Browser](https://github.com/klausmeyer/docker-registry-browser) | Web Interface for the Docker Registry HTTP API V2 written in Ruby on Rails | [Link](services/docker-registry-browser.md) | | [Docker Registry Purger](https://github.com/devture/docker-registry-purger) | A small tool used for purging a private Docker Registry's old tags | [Link](services/docker-registry-purger.md) | | [Focalboard](https://www.focalboard.com/) | An open source, self-hosted alternative to [Trello](https://trello.com/), [Notion](https://www.notion.so/), and [Asana](https://asana.com/). | [Link](services/focalboard.md) | +| [Firezone](https://www.firezone.dev/) | A self-hosted VPN server (based on [WireGuard](https://en.wikipedia.org/wiki/WireGuard)) with a Web UI | [Link](services/firezone.md) | | [Gitea](https://gitea.io/) | A painless self-hosted Git service. | [Link](services/gitea.md) | | [Grafana](https://grafana.com/) | An open and composable observability and data visualization platform, often used with [Prometheus](services/prometheus.md) | [Link](services/grafana.md) | | [Hubsite](https://github.com/moan0s/hubsite) | A simple, static site that shows an overview of the available services | [Link](services/hubsite.md) |