Add comments
This commit is contained in:
parent
f0198a4a72
commit
a53dda25bd
8 changed files with 16 additions and 8 deletions
|
@ -7,15 +7,16 @@ As a result of this, it is also neither secure nor stable.
|
|||
|
||||
## Features:
|
||||
* Each day, you get a text file. You have until 23:59 of that very day to finalise it.
|
||||
* At any moment, you can append a single line to log.txt
|
||||
* 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 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 everything in a zip file 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
|
||||
|
||||
## Data format:
|
||||
```
|
||||
data
|
||||
|
@ -26,7 +27,6 @@ data
|
|||
| +-- note1.txt
|
||||
| +-- note2.txt
|
||||
| ...
|
||||
+-- log.txt
|
||||
+-- readme.txt
|
||||
|
||||
config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue