Improve file closing

This commit is contained in:
Andrew-71 2024-05-04 21:36:43 +03:00
parent f7eecb7b98
commit 78837baad5
4 changed files with 12 additions and 15 deletions

View file

@ -8,15 +8,12 @@ As a result, I can't guarantee that it's either secure or stable.
## Features:
* Each day, you get a text file. You have until 23:59 of that very day to finalise it.
* You can save named notes to document milestones, big events, or just a nice game you played this month
* There is also a readme.txt file (just like this one, except you get to write it!)*
* You can easily export entire `data` dir in a `.zip` archive for backups
* Everything is plain(text) and simple. No databases, encryption, OAuth, or anything fancy. Even the password is plainte- *wait is this a feature?*
* Docker support (in fact, that's probably the best way to run this)
* Optional Telegram notifications for failed login attempts
*only available through API, subject to change and removal
## Technical details
You can read a relevant entry in my blog [here](https://a71.su/notes/hibiscus/).
It provides some useful information and context for why this app exists in the first place.