I have a specific question if anyone happens to know the answer.

Do anyone know how and where to create the pictrs directory for Lemmy? I’m getting an error any time I try to upload files.

  • fryMA
    link
    fedilink
    English
    29 months ago

    You probably forgot this line: sudo chown -R 991:991 volumes/pictrs

    • r3df0x ✡️✝☪️OP
      link
      fedilink
      English
      39 months ago

      I’m not sure where that is or even if it exists. The Lemmy installation is under /var/www/lemmy

      It doesn’t use Docker. It was installed using Yunohost.

      • fryMA
        link
        fedilink
        English
        2
        edit-2
        9 months ago

        That sounds like it’s a commercial service. They should have a support option you can ask. It sounds like their deployment scripts are broken. Ansible and Docker are the easiest ways to run Lemmy, I’m guessing these guy’s scripts are just grabbing the docker images and launching them for you.

        • r3df0x ✡️✝☪️OP
          link
          fedilink
          English
          29 months ago

          I’ll see if I can find the script it uses and check but I think it’s installed directly because I was able to fix the site when it didn’t work after a restart using service lemmy restart.

          • fryMA
            link
            fedilink
            English
            29 months ago

            No, it won’t work if it’s deployed wrong. Is this a shared host or a VPS service? If it’s a shared host and you’re just clicking a button to deploy a software package, it that host’s job to make that button work right.