From 4c94bcbe8c760673eaaea1cc4e5ff85b8aac9d58 Mon Sep 17 00:00:00 2001 From: Derek Cooper Date: Fri, 8 May 2026 11:52:51 -0700 Subject: [PATCH] added link to airtrail article --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b166674..89623e3 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Feel free to use any of these as a starting point for your own setup. Each appli | Application | Description | Files | Walkthrough | |-------------|-------------|-------|-------------| -| Airtrail | Self-hosted personal flight tracking and logbook application | [NFS](./Airtrail/docker-compose-nfs.yaml) | [Read the article](#) | +| Airtrail | Self-hosted personal flight tracking and logbook application | [NFS](./Airtrail/docker-compose-nfs.yaml) | [Read the article](https://chns.tech/posts/2024/10-06-airtrail-airline-flight-history-tracker-and-map/) | | 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](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/) |