Commit graph

5 commits

Author SHA1 Message Date
Yorhel
09fe50d2a2 FU: Add supervisor daemon thingy
A little tricky to get right, but it works pretty well.

TODO: Do something with --monitor.

I initially wanted to avoid the exec() and just let Perl continue
running the rest of the script after fork(), but that runs into the
problem that perl really doesn't like it when you fork() in BEGIN.
2025-02-14 14:39:44 +01:00
Yorhel
08410e56f5 FU: More frameworking stuff
It's actually somewhat usable already.

Except this a lot of code without documentation or tests...
2025-02-14 06:42:51 +01:00
Yorhel
b15c70d3c6 FU: Small start on the actual website framework
Not fully done with FU::Pg yet, but could use a change of pace.
2025-02-13 14:48:54 +01:00
Yorhel
abfbba3c10 Add some tests and move some docs 2025-02-01 07:00:09 +01:00
Yorhel
9c80f2465a Init 2025-01-26 15:32:47 +01:00