I really like KitchenOwl’s shopping list interface, native iOS app, and OIDC integration. I haven’t used the budgeting or meal planning functions yet.
[mətiːəs] he/him. Uninvited child of Whadjuk Noongar boodja. Gaming. Underwater photography. Sustainability. Self-hosted software. Occasionally knitting. FAIR research data. Metadata. Running from nothing.
I really like KitchenOwl’s shopping list interface, native iOS app, and OIDC integration. I haven’t used the budgeting or meal planning functions yet.
I’ve done a couple of host migrations since using Docker for all my services.
I don’t even bother with database dumps or anything like that, I copy my compose files and mapped directories, being sure to preserve permissions, and all my services come back up without any issues.
I just swapped from Ubuntu to Debian but I don’t use VMs - only containers. I back my files up directly to B2 using autorestic, also running in a container that is scheduled by… another container (chadburn).
No need for any VMs in my house. I honestly can’t see the point of them when containers exist.
Since I started posting online under my real name, I’m even more careful about what I post.
Like some others, I have separate storage and compute servers.
The data directory is an NFS share on my storage server and I run Nextcloud in docker on my compute server.
I have the NFS share defined as a volume of type nfs in the docker compose, mounted to /var/www/html/data. Nextcloud itself just treats it like a local directory.