I'm packaging LLDAP, a tiny and simple to use LDAP server, and got the problem: it's web ui actually is a webasm binary.
Just for now i use precompilled version, but i'd like to have full build.
I'm not sure, should i upstream it to packages repo. At least not with repackaging...
Actually would be interesting to ask lldap authors to explore openwrt and suggest way to get it there. They have hundred-and-counting linux distributions already described.
Yes, LLDAP https://github.com/lldap/lldap/ .
It's quite simple LDAP server with tiny web UI to manage records.
And it's only LDAP, nothing more. But what do you really need for a self-hosted homelab?
Over the week i tried to setup several solutions, namely Kanidm, Zitadel, Casdoor and now LLDAP + Authelia.
And this one seems suits me the best.
While yes, wasm executed on the user's browser, you still need a method to provide that binary.
While usually nowadays UI is a SPA, which needs to be "compilled" by nodejs, here a bit different way.