(private?) diary with txt style
Find a file
2023-12-22 15:00:51 +01:00
.forgejo fix: pipeline 2023-12-21 18:51:11 +01:00
src feat: add date of posts (fix #1) 2023-12-22 15:00:51 +01:00
.gitignore feat: create a post 2023-12-22 02:11:53 +01: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 feat: option to turn the app private (fix #2) 2023-12-22 14:45:56 +01:00
requirements.txt init: project 2023-12-21 17:51:49 +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 user password empty = false

volumes (docker)

path description
/txtdiary/data where posts are stored