From a929768bf7528ba8bdaa512a18b4ae2dafc02b02 Mon Sep 17 00:00:00 2001 From: Javier Feliz Date: Tue, 15 Jul 2025 18:41:17 -0400 Subject: [PATCH] Update README --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e8ff096..356f101 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,23 @@ I just wanted a more convenient version of [DumbDo](https://dumbware.io/DumbDo) I could have completed tasks grouped by the "done date". That way when I need to talk in standup about what I did yesterday I can just look back at a list of bullet points. -![screenshot](screenshot.png) \ No newline at end of file +![screenshot](screenshot.png) + +## Self Hosting + +**Docker image coming soon** + +### Configuration + +#### Database + +All database drivers supported thanks to Laravel. We don't have skill issues here. + +```dotenv +DB_CONNECTION=pgsql|mysql|sqlite +DB_HOST=[IP] +DB_PORT=[Port] +DB_DATABASE=[DB name] +DB_USERNAME= +DB_PASSWORD= +``` \ No newline at end of file