txtdiary/README.md

20 lines
615 B
Markdown
Raw Normal View History

# txtdiary
2023-12-21 18:51:11 +01:00
[![status-badge](https://ci.mylloon.fr/api/badges/71/status.svg)](https://ci.mylloon.fr/repos/71)
2023-12-22 02:11:53 +01:00
personal diary with txt style, can be private!
2023-12-21 21:25:28 +01:00
2023-12-22 02:11:53 +01:00
## environment variables
2023-12-21 21:25:28 +01:00
2023-12-22 15:27:19 +01:00
| name | description | required |
| :-----------: | :-------------: | :-------------: |
| `TD_USERNAME` | user name | no |
| `TD_USERPASS` | user password | yes |
| `TD_PRIVATE` | post visibility | empty = `false` |
2023-12-22 02:11:53 +01:00
## volumes (docker)
| path | description |
| :--------------: | :--------------------: |
| `/txtdiary/data` | where posts are stored |