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:
parent
0d0cd491ec
commit
07e0e0be9f
3 changed files with 10 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue