Sign inSign up

dokeraj/lastdone

By dokeraj

Updated 4 months ago

Forked lastGLANCE webapp https://github.com/krelltunez/lastGLANCE and added sqlite database

Image
Web servers
0

1.2K

dokeraj/lastdone repository overview

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

Usage

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
Creation flags explanation
flagFunction
-v /path/in/your/machine/for/sqlitedb:/dataMandatory. This bind should point to where you want your sqlite db to be added locally.
-e TZ=Europe/LondonMandatory. This is so the discord reminder will know when to send you the notification

Tag summary

Content type

Image

Digest

sha256:c1297fa04

Size

87.7 MB

Last updated

4 months ago

docker pull dokeraj/lastdone