I hope this post is not too off topic. I thought that it would be nice to see the address of all the small self-hosted instances of Lemmy (1~5 users).

  • Philip
    link
    fedilink
    English
    21 year ago

    I have only 1 container of pictrs running(with no scaling) and are using longhorn for storage, so if the pictrs container switches node, then longhorn handles it for me.

    • @[email protected]
      link
      fedilink
      English
      11 year ago

      I see, thanks. What volume(s) are you persisting that way exactly? I mean the internal path that pictrs is using.

      • Philip
        link
        fedilink
        English
        21 year ago

        The internal path, I’m persisting is /mnt, but I also use an older version of pictrs(0.3.1). Think the newer version uses a different path.

        I also needed to add the following for the pictrs container to work correctly.

          securityContext:
            runAsUser: 991
            runAsGroup: 991
            fsGroup: 991