From a83a620958327af302954a574d217589ab2f2231 Mon Sep 17 00:00:00 2001 From: Derek Cooper Date: Mon, 11 May 2026 09:27:33 -0700 Subject: [PATCH] updated Readme file --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c2a912d..077be82 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Feel free to use any of these as a starting point for your own setup. Each appli |-------------|-------------|-------|-------------| | 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/) | | BabyBuddy | Self-hosted baby tracking app for sleep, feeding, diaper changes, and milestones | [NFS](./BabyBuddy/docker-compose-nfs.yaml) | [Read the article](#) | +| ByteStash | Self-hosted code snippet manager with tagging, search, and syntax highlighting | [NFS](./ByteStash/docker-compose-nfs.yaml) | [Read the article](https://chns.tech/posts/2024/10-27-bytestash-code-snippet-organizer/) | | 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/) |