fix: update GitHub URLs to lotherk/deardiary, fix Starlight config, use Docker build only
This commit is contained in:
22
README.md
22
README.md
@@ -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.
|
||||
|
||||
[](https://github.com/anomalyco/totalrecall)
|
||||
[](https://anomalyco.github.io/totalrecall)
|
||||
[](https://github.com/lotherk/deardiary)
|
||||
[](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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user