moved hamlet to widgetfiles
This commit is contained in:
parent
c63309b9e8
commit
de60936cd2
11 changed files with 80 additions and 82 deletions
|
|
@ -1,12 +1,15 @@
|
|||
# sTodo
|
||||
Stuce's simple todo is a web app that let's you self host a simple todolist.
|
||||
The goal is to provide a minimalistic and fast todo list that is self hostable.
|
||||
## Usage
|
||||
- can be used as is for a single user behind a vpn (for ex, wireguard)
|
||||
- can be setup for multi user with a reverse proxy and an authentification provider that supports trusted sso (for ex, nginx + authelia)
|
||||
## Next goals
|
||||
- Make multi user support
|
||||
- [ ] write a minimal step by step guide to install with nix,
|
||||
- [ ] add some css to make it look nicer
|
||||
- [ ] add htmx to make more agreable without making js manadatory
|
||||
- [ ] make api to allow usage with native app
|
||||
- [ ] make api to allow usage with native app (a way to get every list that has been modified since date $date belonging from the user in a json or similar format)
|
||||
## Version 0.0.3
|
||||
Simple todo list webapp.
|
||||
Features :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue