filed

Job queue using FUSE

git clone git://mccd.space/filed

commit c4d5dfa31bc8533f01d9bbb1a2cc8d8cd82d9b58
parent 8b5834663d0ca9d6da8863b272f060b46c6e7523
Author: Marc Coquand <marc@coquand.email>
Date:   Fri, 19 Dec 2025 14:30:46 +0100

Docs

Diffstat:
MREADME.md | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -80,6 +80,14 @@ Finally, if you want to remove completed or failed jobs:
 $ rm /tmp/filed-jobs/failed/2
 ```
 
+## Documentation, security considerations, maintenance etc.
+
+Available in the manpages:
+
+- [filed.5]
+- [filed.config.5]
+- [filed-launch.1]
+
 ## Design & Motivation
 
 I wanted to create a queue that would be easy to use for self-hosted web applications, that could be used by any programming language. I also wanted to make it easy for admins to understand why a job fails, and to rerun jobs if there is an error.
@@ -125,3 +133,6 @@ File d'attente is tested, but not battle-tested. There are probably quite a few 
 [man pages]: https://git.sr.ht/~marcc/filed/tree/main/item/filed.5.scd
 [scdoc]: https://git.sr.ht/~sircmpwn/scdoc
 [inotify does not work with fuse]: https://github.com/bazil/fuse/issues/188
+[filed.5]: https://git.sr.ht/~marcc/filed/tree/main/item/filed.5.scd
+[filed.config.5]: https://git.sr.ht/~marcc/filed/tree/main/item/filed.config.5.scd
+[filed-launch.1]: https://git.sr.ht/~marcc/filed/tree/main/item/filed-launch.1.scd