Yann Büchau :python: on Nostr: Just stumbled upon #HomeBox¹, a pragmatic and easily self-hostable inventory ...
Just stumbled upon #HomeBox¹, a pragmatic and easily self-hostable inventory tracking system. On #NixOS, this gets you started:
```nix
services.homebox = {
enable = true;
settings.HBOX_OPTIONS_ALLOW_REGISTRATION = "false";
};
```
It looks cool and easy to use, but apparently there's no item movement history and one can't set the public url so all generated asset QR codes will be wrong IIUC 😅
#SnipeIT refused to even start for me with perm errors. 🤷
¹https://homebox.software
```nix
services.homebox = {
enable = true;
settings.HBOX_OPTIONS_ALLOW_REGISTRATION = "false";
};
```
It looks cool and easy to use, but apparently there's no item movement history and one can't set the public url so all generated asset QR codes will be wrong IIUC 😅
#SnipeIT refused to even start for me with perm errors. 🤷
¹https://homebox.software