1
0
Fork 0
mirror of https://codeberg.org/Reuh/feather.git synced 2025-10-27 18:19:32 +00:00

feat: stop daemon on SIGTERM

This commit is contained in:
Étienne Fildadut 2025-10-09 19:50:41 +02:00
parent 0d0cd491ec
commit 07e0e0be9f
3 changed files with 10 additions and 4 deletions

View file

@ -26,7 +26,7 @@ After changing the configuration, you can call `feather regenerate` to regenerat
### Docker
`podman run -d -v ./config.toml:/feather/config.toml -v ./data:/feather/data -v ./reader:/feather/reader --name feather feather daemon`
`podman run -d -v ./config.toml:/feather/config.toml -v feather-data:/feather/data -v ./reader:/feather/reader --name feather feather daemon`
### Raw
@ -52,3 +52,4 @@ After changing the configuration, you can call `feather regenerate` to regenerat
- [x] Command to force regenerate all HTML files (incl. recompute datetimes & paths)
- [x] Handle item updates
- [ ] Actually think about the issues created by the duplicate warning
- [ ] Set generated files creation/modification date instead of putting date in filename