Forked lastGLANCE webapp https://github.com/krelltunez/lastGLANCE and added sqlite database
1.2K
Used lastGLANCE from user krelltunez as a base and added sqlite database so the entries are persistent over every web browser or platform.
Another feature is added functionality for reminders that are sent after the chore is overdue. The reminders are sent through discord webhook (can be set in the settings menu).
This is the official un-edited repo: https://github.com/krelltunez/lastGLANCE
docker create \
--name=lastdone\
-d \
-p 6990:80 \
-e TZ=Europe/London \
-v /path/in/your/machine/for/sqlitedb:/data
--restart unless-stopped \
dokeraj/lastdone:latest
| flag | Function |
|---|---|
-v /path/in/your/machine/for/sqlitedb:/data | Mandatory. This bind should point to where you want your sqlite db to be added locally. |
-e TZ=Europe/London | Mandatory. This is so the discord reminder will know when to send you the notification |
Content type
Image
Digest
sha256:c1297fa04…
Size
87.7 MB
Last updated
4 months ago
docker pull dokeraj/lastdone