• 4 Posts
  • 27 Comments
Joined 2 years ago
cake
Cake day: July 10th, 2023

help-circle





  • What kind of annoying things are you dealing with?

    Troubleshooting with a machinectl session, switching between services, backing up… It is small annoyances but if I can avoid them i’d like it.

    You don’t have to put the user home in /var/lib either if that helps at all.

    I half regret doing it.

    If you’re already running rootless, I’d keep doing that unless there’s a really good reason not to.

    The plan is about switching to a single user, I will stick to rootless podman this is for sure. It is more about dedicated users or a single one.

















  • 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.