txtdiary/README.md
Mylloon ea3655c9e7
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
docs: loginlifetime envar
2023-12-24 18:15:38 +01:00

20 lines
735 B
Markdown

# txtdiary
[![status-badge](https://ci.mylloon.fr/api/badges/71/status.svg)](https://ci.mylloon.fr/repos/71)
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` |
## volumes (docker)
| path | description |
| :--------------: | :--------------------: |
| `/txtdiary/data` | where posts are stored |