From 71e7cdc37a7e4da6d88b6e35ebd240df7bf37eb5 Mon Sep 17 00:00:00 2001
From: lotherk Getting Started
Installation
Quick Start
- Configuration
@@ -128,10 +124,6 @@
http://localhost:1234/v1
git clone https://github.com/lotherk/deardiary.git
+ git clone ${GIT_URL}.git
cd deardiary
2. Copy the environment file
- cp backend/.env.example backend/.env
+ cp .env.example .env
3. Start with Docker
docker compose up -d
4. Access the app
- Open http://localhost:5173 in your browser.
+ Open http://localhost:3000 in your browser.
Default Credentials
@@ -89,27 +81,21 @@ cd deardiary
Description
- Frontend
- 5173
- Main application (nginx)
-
-
- API
+ App
3000
- Backend API (internal)
+ Frontend + API (nginx)
Website
8080
- This website (if enabled)
+ Product website
Data Storage
All data is stored in Docker volumes:
- ./data/db/ - SQLite database
- ./data/media/ - Uploaded photos and voice memos
+ ./data/ - SQLite database and media files
-
@@ -110,7 +103,7 @@
diff --git a/www/index.html b/www/index.html
index 0f26571..146116d 100644
--- a/www/index.html
+++ b/www/index.html
@@ -18,6 +18,7 @@
@@ -35,7 +36,7 @@
@@ -117,7 +118,7 @@
git clone ${GIT_URL}.git && cd deardiary && docker compose up -d
@@ -139,9 +140,10 @@