| Hey I am building daptin. I have chosen golang so that it can run on raspi (or any target). I haven't personally tried it on raspi yet since I don't have one, but I invite you to give this a try If I understand correctly you should be able to run the arm7 static build directly You can find the docs here at https://docs.dapt.in There is a nice dashboard accessible over the web which you can completely protect after signing up on it. Daptin is completely standalone and can work offline (doesn't load any asset from internet as such, everything is packed in). You can reach me out via my github profile. [1] https://github.com/daptin/daptin/releases/tag/v0.6.8 edit: a little bit more details of how you would build what you asked - create a subsite exposing html form - use js to call daptin api - daptin creates a sqlite db (unless configured otherwise) - share subsite address with users - take dump from admin dashboard |