(private?) diary with txt style
Find a file
Mylloon 8addf9c146
All checks were successful
Publish latest version / build (push) Successful in 1m2s
fix ci
2025-05-19 00:53:29 +02:00
.forgejo/workflows fix ci 2025-05-19 00:53:29 +02:00
src hide link and buttons on print 2025-05-19 00:52:36 +02:00
.gitignore ignore cachedirtag 2025-05-19 00:49:35 +02:00
Dockerfile fix: docker python path and data creation 2023-12-22 05:10:20 +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 2024-03-08 18:53:50 +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