···2222- over-18, spoiler images are hidden by default
23232424i use lurker daily, and above features are pretty good for
2525-my use. i do not intend to add much more, i dont like
2525+my use. i do not intend to add much more, i don't like
2626writing js.
27272828### gallery
···43434444you can run lurker as a systemd service on nixos:
45454646-```
4646+```nix
4747inputs.lurker.url= "git+https://git.peppe.rs/web/lurker";
4848 .
4949 .
···56565757for non-nixos users:
58585959-```
5959+```bash
6060bun run src/index.js
6161```
6262···77777878to hack on lurker:
79798080-```
8080+```bash
8181nix shell .# # get a devshell
8282nix build .#lurker # build the thing
8383```