From 9115f4a85902ab84f9ed6a0b8943fc246a27af10 Mon Sep 17 00:00:00 2001 From: Derek Cooper Date: Wed, 13 May 2026 00:18:31 -0700 Subject: [PATCH] updated with new compose files --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 077be82..38f0e69 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,17 @@ Feel free to use any of these as a starting point for your own setup. Each appli | 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/) | +| FileGator | Self-hosted web-based file manager with multi-user support | [NFS](./FileGator/docker-compose-nfs.yaml) | [Read the article](#) | | Formbricks | Open-source survey and forms platform | [Compose](./Formbricks/docker-compose.yaml) | [Read the article](#) | | Gitea | Lightweight self-hosted Git service | [Compose](./Gitea/docker-compose.yaml) | [Read the article](#) | | Hawser-Edge | Remote Docker agent (edge mode) connecting back to a central Dockhand server | [Bind](./Hawser-Edge/docker-compose-bind.yaml) | [Read the article](https://chns.tech/posts/2026/05-01-dockhand-docker-management-dashboard/) | | Hawser-Standard | Standalone remote Docker agent for Dockhand management | [Bind](./Hawser-Standard/docker-compose-bind.yaml) | [Read the article](https://chns.tech/posts/2026/05-01-dockhand-docker-management-dashboard/) | | Homepage | Customizable application dashboard for self-hosted services | [Bind](./Homepage/docker-compose-bind.yaml) | [Read the article](#) | | IT-Tools | Collection of handy tools for developers and sysadmins | [Compose](./IT-Tools/docker-compose.yaml) | [Read the article](https://chns.tech/posts/2023/10-22-it-tools-handy-tools-for-developers/) | +| Kanboard | Self-hosted Kanban project management board | [NFS](./Kanboard/docker-compose-nfs.yaml) | [Read the article](https://chns.tech/posts/2024/04-28-kanboard-project-management-software/) | +| LinkStack | Self-hosted link-in-bio page builder | [NFS](./LinkStack/docker-compose-nfs.yaml) | [Read the article](https://chns.tech/posts/2024/02-04-linkstack-social-media-link-page/) | | Ntfy | Self-hosted push notification service via HTTP | [Bind](./Ntfy/docker-compose-bind.yaml) | [Read the article](https://chns.tech/posts/2026/05-08-ntfy-self-hosted-push-notifications/) | +| OmniTools | Self-hosted collection of web-based utility tools | [Compose](./OmniTools/docker-compose.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](#) | | SearXNG | Privacy-respecting, self-hosted metasearch engine | [Bind](./SearXNG/docker-compose-bind.yaml) | [Read the article](https://chns.tech/posts/2024/06-23-searxng-internet-metasearch-engine/) | | Unifi-Network-Application | UniFi Network controller for managing Ubiquiti network devices | [NFS](./Unifi-Network-Application/docker-compose-nfs.yaml) | [Read the article](#) |