From bdb88444cff8afd5f4971f636d59bfbca67aa4b6 Mon Sep 17 00:00:00 2001 From: unkn <1+unkn@noreply.localhost> Date: Thu, 20 Aug 2026 11:43:57 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e633ed1..38a1778 100644 --- a/README.md +++ b/README.md @@ -42,4 +42,7 @@ Open your crontab editor: Add the following line (making sure to replace `/home/username/dashboard` with your absolute project path and `/path/to/your/navidrome/data` with your actual Navidrome data path): -`0 0 * * * docker run --rm -v /home/username/dashboard:/app -v /path/to/your/navidrome/data:/nddata -e NAVIDROME_DB_PATH="/nddata/navidrome.db" -e OUTPUT_HTML_PATH="/app/public/index.html" python:3.11-slim python /app/dashboard.py` \ No newline at end of file +`0 0 * * * docker run --rm -v /home/username/dashboard:/app -v /path/to/your/navidrome/data:/nddata -e NAVIDROME_DB_PATH="/nddata/navidrome.db" -e OUTPUT_HTML_PATH="/app/public/index.html" python:3.11-slim python /app/dashboard.py` + + +https://unknownuniverse.uk/ \ No newline at end of file