Packaging readeck

I’m trying to package readeck, it’s a bookmark/article manager.

When I use project’s Makefile to build - it works. But when I build web assets with nix, the server does not serve some assets, so the layout becomes distorted (like missing css or js). The project uses npm to build assest, and I’m not familiar with front-end.

Here’s my branch Comparing a4fd1e7f68...08635a78c9 - readeck/readeck - Codeberg.org

Readeck uses gulp to build assets, also it adds hashes to the output files. For some reason, assets generated in nix mostly the same, except css file.

I’m already running readeck on NixOS, based on the work of @JulienMalka (module) and @patka (package). I’ve dumped the code here:

1 Like

Oh I see, I found a package request for readeck but no mention of any in progress work :see_no_evil: So didn’t check PRs…

Thanks!