Updated Read Me file

This commit is contained in:
2026-05-01 01:10:31 -07:00
parent 206381ba75
commit 49881e5fba
+17 -8
View File
@@ -8,14 +8,23 @@ Feel free to use any of these as a starting point for your own setup. Each appli
## Applications
| Application | Description | Walkthrough |
|-------------|-------------|-------------|
| [Doku](./Doku/docker-compose.yaml) | Docker volume backup and management tool | [Read the article](https://chns.tech/posts/2024/02-18-doku-docker-disk-usage-dashboard/) |
| [Draw.io](./Draw.io/docker-compose.yaml) | Self-hosted diagramming and flowchart tool | [Read the article](https://chns.tech/posts/2024/10-20-draw-io-whiteboarding-diagramming-web-application/) |
| [Gitea](./Gitea/docker-compose.yaml) | Lightweight self-hosted Git service | [Read the article](#) |
| [IT-Tools](./IT-Tools/docker-compose.yaml) | Collection of handy tools for developers and sysadmins | [Read the article](https://chns.tech/posts/2023/10-22-it-tools-handy-tools-for-developers/) |
| [Seerr](./Seerr/docker-compose.yaml) / [NFS](./Seerr/docker-compose-nfs.yaml) | Media request management tool for self-hosted media servers | [Read the article](#) |
| [Watchtower](./Watchtower/docker-compose.yaml) | Automatically keeps Docker container images up to date | [Read the article](https://chns.tech/posts/2024/07-14-watchtower-automatic-docker-container-updater/) |
| 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](#) |
| 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](#) |
| 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](#) |
| Hawser-Standard | Standalone remote Docker agent for Dockhand management | [Bind](./Hawser-Standard/docker-compose-bind.yaml) | [Read the article](#) |
| 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/) |
| 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](#) |
| 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/) |
---