Frontend to Donetick that just displays progression bar and permits to mark tasks as done
603
A self-hosted dashboard for Donetickโ โ tasks sorted by cleanliness state with automatic progress bars and multi-user support.
Source: gitlab.com/blankoworld/donetick-dashboardโ
docker run -d \
-p 3000:3000 \
-e NUXT_DONETICK_URL=http://your-donetick-instance:2021 \
bl4n/donetick-dashboard:latest
Open http://localhost:3000โ .
services:
dashboard:
image: bl4n/donetick-dashboard:latest
ports:
- "3000:3000"
environment:
NUXT_DONETICK_URL: http://your-donetick-instance:2021
restart: unless-stopped
| Variable | Required | Default | Description |
|---|---|---|---|
NUXT_DONETICK_URL | yes | โ | Base URL of your Donetick instance |
NUXT_PUBLIC_APP_TITLE | no | ๐งน Maison Propre | App title shown in header and browser tab |
NUXT_PUBLIC_LABEL_ORDER | no | โ | Comma-separated label names defining filter order. Unmatched labels appear last. |
NUXT_DONETICK_URL is used server-side only by the Nuxt proxy โ it is never exposed to the browser.
The version shown in the UI is determined at build time:
package.jsonpackage.json| Tag | Description |
|---|---|
latest | Latest build from the default branch |
vX.Y.Z | Stable tagged release |
Content type
Image
Digest
sha256:d9a014225โฆ
Size
55.3 MB
Last updated
3 months ago
docker pull bl4n/donetick-dashboard