fix: update GitHub URLs to lotherk/deardiary, fix Starlight config, use Docker build only

This commit is contained in:
lotherk
2026-03-27 02:42:16 +00:00
parent 73955bc318
commit 7cc81434a9
10 changed files with 905 additions and 7353 deletions

View File

@@ -2,8 +2,8 @@
Self-hosted AI-powered daily journaling application. Capture events throughout the day and let AI generate thoughtful diary pages from your entries.
[![Deploy to Docker](https://img.shields.io/badge/Deploy-Docker-blue)](https://github.com/anomalyco/totalrecall)
[![Documentation](https://img.shields.io/badge/Documentation-Live-brightgreen)](https://anomalyco.github.io/totalrecall)
[![Deploy to Docker](https://img.shields.io/badge/Deploy-Docker-blue)](https://github.com/lotherk/deardiary)
[![Documentation](https://img.shields.io/badge/Documentation-Live-brightgreen)](https://lotherk.github.io/deardiary)
## Features
@@ -26,8 +26,8 @@ Self-hosted AI-powered daily journaling application. Capture events throughout t
```bash
# Clone the repository
git clone https://github.com/anomalyco/totalrecall.git
cd totalrecall
git clone https://github.com/lotherk/deardiary.git
cd deardiary
# Start with Docker
docker compose up -d
@@ -39,15 +39,15 @@ Default credentials: `admin@localhost` / `changeme123`
## Documentation
Full documentation is available at [https://anomalyco.github.io/totalrecall](https://anomalyco.github.io/totalrecall)
Full documentation is available at [https://lotherk.github.io/deardiary](https://lotherk.github.io/deardiary)
Topics covered:
- [Installation](https://anomalyco.github.io/totalrecall/getting-started/installation/)
- [Quick Start](https://anomalyco.github.io/totalrecall/getting-started/quick-start/)
- [Configuration](https://anomalyco.github.io/totalrecall/getting-started/configuration/)
- [Features](https://anomalyco.github.io/totalrecall/features/events/)
- [API Reference](https://anomalyco.github.io/totalrecall/api/authentication/)
- [Deployment](https://anomalyco.github.io/totalrecall/deployment/docker/)
- [Installation](https://lotherk.github.io/deardiary/getting-started/installation/)
- [Quick Start](https://lotherk.github.io/deardiary/getting-started/quick-start/)
- [Configuration](https://lotherk.github.io/deardiary/getting-started/configuration/)
- [Features](https://lotherk.github.io/deardiary/features/events/)
- [API Reference](https://lotherk.github.io/deardiary/api/authentication/)
- [Deployment](https://lotherk.github.io/deardiary/deployment/docker/)
## Configuration