From a9916824ce2a4fc088080ec542cd489becac3494 Mon Sep 17 00:00:00 2001 From: Derek Cooper Date: Sun, 3 May 2026 00:30:52 -0700 Subject: [PATCH] Updated Read Me --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a355286..19edb48 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Feel free to use any of these as a starting point for your own setup. Each appli | Application | Description | Files | Walkthrough | |-------------|-------------|-------|-------------| | Discourse | Open-source community discussion platform and forum software | [Compose](./Discourse/docker-compose.yaml) | [Read the article](#) | -| Dockhand | Self-hosted Docker stack management dashboard with remote agent support | [Volume](./Dockhand/docker-compose-volume.yaml) | [Read the article](#) | +| Dockhand | Self-hosted Docker stack management dashboard with remote agent support | [Volume](./Dockhand/docker-compose-volume.yaml) | [Read the article](https://chns.tech/posts/2026/05-01-dockhand-docker-management-dashboard/) | | Doku | Docker volume backup and management tool | [Compose](./Doku/docker-compose.yaml) | [Read the article](https://chns.tech/posts/2024/02-18-doku-docker-disk-usage-dashboard/) | | Draw.io | Self-hosted diagramming and flowchart tool | [Compose](./Draw.io/docker-compose.yaml) | [Read the article](https://chns.tech/posts/2024/10-20-draw-io-whiteboarding-diagramming-web-application/) | | Formbricks | Open-source survey and forms platform | [Compose](./Formbricks/docker-compose.yaml) | [Read the article](#) | @@ -23,8 +23,9 @@ Feel free to use any of these as a starting point for your own setup. Each appli | Ntfy | Self-hosted push notification service via HTTP | [Bind](./Ntfy/docker-compose-bind.yaml) | [Read the article](#) | | Seerr | Media request management tool for self-hosted media servers | [Compose](./Seerr/docker-compose.yaml) · [NFS](./Seerr/docker-compose-nfs.yaml) | [Read the article](#) | | Unifi-Network-Application | UniFi Network controller for managing Ubiquiti network devices | [NFS](./Unifi-Network-Application/docker-compose-nfs.yaml) | [Read the article](#) | -| Uptime-Kuma | Self-hosted uptime and status monitoring tool | [Bind](./Uptime-Kuma/docker-compose-bind.yaml) · [Volume](./Uptime-Kuma/docker-compose-volume.yaml) | [Read the article](#) | +| Uptime-Kuma | Self-hosted uptime and status monitoring tool | [Bind](./Uptime-Kuma/docker-compose-bind.yaml) · [Volume](./Uptime-Kuma/docker-compose-volume.yaml) | [Read the article](https://chns.tech/posts/2022/04-29-uptime-kuma-monitoring-tool/) | | Watchtower | Automatically keeps Docker container images up to date | [Compose](./Watchtower/docker-compose.yaml) | [Read the article](https://chns.tech/posts/2024/07-14-watchtower-automatic-docker-container-updater/) | +| Wireguard-Gateway | Self-hosted WireGuard VPN server with peer management | [Bind](./Wireguard-Gateway/docker-compose-bind.yaml) | [Read the article](https://chns.tech/posts/2024/03-17-wireguard-server-vpn-docker-container/) | ---