(private?) diary with txt style
  • Python 57.6%
  • HTML 27.9%
  • CSS 11.9%
  • Dockerfile 2.6%
Find a file
Mylloon 51d1842fcd
All checks were successful
Publish latest version / build (push) Successful in 30s
Update dependencies
2025-11-22 23:57:30 +01:00
.forgejo/workflows fix ci 2025-05-19 00:53:29 +02:00
src chore: fmt files 2025-11-22 21:29:51 +01:00
.gitignore ignore cachedirtag 2025-05-19 00:49:35 +02:00
Dockerfile Update dependencies 2025-11-22 23:57:30 +01:00
LICENSE init: project 2023-12-21 17:51:49 +01:00
README.md for testing, use same tz as the docker image 2024-11-17 17:14:03 +01:00
requirements.txt Update dependencies 2025-11-22 23:57:30 +01:00

txtdiary

status-badge

personal diary with txt style, can be private!

environment variables

name description required
TD_USERNAME user name no
TD_USERPASS user password yes
TD_PRIVATE post visibility empty = false
TD_LOGINLIFETIME login lifetime (days) empty = 7
TD_BASEROUTE base route, must start with a slash no

volumes (docker)

path description
/txtdiary/data where posts are stored

local run

for example, using pass password:

$ pip install -r requirements.txt
$ TD_USERPASS=pass TZ=UTC FLASK_APP=src/app flask run