|
|
|
|
|
by elevation
15 days ago
|
|
I have been considering Nextcloud for a homelab install, but dreading the deployment/maintenance story there if I ever start relying on it as a source of truth. Would definitely consider a smaller option like this. My biggest worry is your supply chain. If you're mostly using AI, would love to see you build your own library of functions and drop as many direct and transient dependencies as possible. Nice work! |
|
Not to bag on Nextcloud but I do think that this is _much_ easier to understand and maintain, it's standard Go/React/Sqlite, nothing esoteric so if you did need to maintain it I'm sure anyone could pick it up. Of course I don't really know Php so that def flavors my opinions here.
I have an example of a one-shot TODO app: https://github.com/tinycld/todo just to demonstrate what's possible.