From 285f2924d0358ce1ee2f0726d6c6237cf67849c5 Mon Sep 17 00:00:00 2001 From: Michael Schmidle Date: Fri, 25 Dec 2020 12:20:04 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8e922bf..dc54c73 100644 --- a/README.md +++ b/README.md @@ -19,13 +19,12 @@ There are three reasons for self-hosting: # Wapps Catalogue -| Wapp | Description | Port | -| :--- | :---------- | :----------- | +| Wapp | Description | Port | +| :--- | :---------- | :--- | | api | API backend based on [Strapi](https://strapi.io/) | http (80) and https (443) redirected to ``HTTPS_MGMT_PORT``[1](#f1) | | data | Database management based on [Adminer](https://www.adminer.org/) | http (80) and https (443) redirected to ``HTTPS_MGMT_PORT``[1](#f1) | | dns | DNS-based ad blocker based on [Pi-hole](https://pi-hole.net/) | http (80) redirected to https (443) | | get | Static file server based on [Caddy](https://caddyserver.com/) | http (80) redirected to https (443) | -| ipam | IP address management (IPAM) based on [NetBox](https://github.com/netbox-community/netbox) | http (80) redirected to https (443) | | jump | RDP gateway based on [Guacamole](https://guacamole.apache.org/) | http (80) redirected to https (443) | | know | Wiki based on [Bookstack](https://www.bookstackapp.com/) | http (80) redirected to https (443) | | pvrm | PVR for movies based on [Radarr](https://radarr.video/) | http (80) redirected to https (443) |