I really need to make my write-up about my nextcloud install. It feature :
nextcloud fpm
postgresql
nginx
redis
elastic search for full text search (still needs a bit of work1)
notify_push
collabora (still needs a bit of work 1)
All of it running in rootless podman pod with a dedicated user for the stack. It is all with podman units, and a systemd timer for nextcloud’s cronjobs.
1 means that there is trouble with usermapping. Instead of having my user properly mapped inside the container to run the apps, they use a dedicated one and I dont know hot to correct it and I have been a bit lazy to change it.
I really need to make my write-up about my nextcloud install. It feature :
All of it running in rootless podman pod with a dedicated user for the stack. It is all with podman units, and a systemd timer for nextcloud’s cronjobs.
1 means that there is trouble with usermapping. Instead of having my user properly mapped inside the container to run the apps, they use a dedicated one and I dont know hot to correct it and I have been a bit lazy to change it.