From b698029d7e54e69f38a40b946151d21c7df1d793 Mon Sep 17 00:00:00 2001 From: Derek Cooper Date: Mon, 11 May 2026 01:13:33 -0700 Subject: [PATCH] added babybuddy --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 25da7b8..c2a912d 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,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](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](#) | | 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/) |