Simple plaintext diary
Find a file
2024-03-26 18:26:34 +03:00
config Add export, improve config saving 2024-03-23 15:36:01 +03:00
pages Add simple favicon.ico 2024-03-26 14:51:59 +03:00
public Add simple favicon.ico 2024-03-26 14:51:59 +03:00
.gitignore Add basic flags 2024-03-26 14:00:32 +03:00
auth.go Add basic flags 2024-03-26 14:00:32 +03:00
config.go Add export, improve config saving 2024-03-23 15:36:01 +03:00
Dockerfile "Improve" config loading 2024-03-20 00:02:22 +03:00
export.go Add basic flags 2024-03-26 14:00:32 +03:00
files.go Improve security and logging 2024-03-20 16:18:23 +03:00
flags.go Add ability to override config file 2024-03-26 18:26:34 +03:00
go.mod Bump to go 1.22 2024-03-18 19:33:57 +03:00
go.sum Init 2024-03-15 18:34:24 +03:00
LICENSE License under MIT 2024-03-17 18:26:13 +03:00
log.go Improve security and logging 2024-03-20 16:18:23 +03:00
logger.go Let logger work without file access 2024-03-23 16:17:06 +03:00
main.go Add basic flags 2024-03-26 14:00:32 +03:00
README.md Minor improvements 2024-03-26 14:44:58 +03:00
serve.go Add basic previous days page 2024-03-26 14:32:19 +03:00
TODO.md Add ability to override config file 2024-03-26 18:26:34 +03:00

🌺 Hibiscus.txt

Simple plaintext diary.

This project is very opinionated and minimal, and is designed primarily for my usage. 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 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

Data format:

data
+-- day
|   +-- yyyy-mm-dd.txt (ISO 8601)
|       ...
+-- notes
|   +-- note1.txt
|   +-- note2.txt
|       ...
+-- log.txt
+-- readme.txt

config
+-- config.txt