I have tried installing it with docker on Ubuntu 20.04 and 22.04 LTS but cannot seem to get it working. The build keeps erroring out with docker errors.

  • lazynooblet
    link
    fedilink
    English
    1
    edit-2
    2 years ago

    I’ve been having issues with 0.17.4. I saw people suggesting a non-docker, build from git method but really wanted docker to work.

    I’m now using 0.18.0-rc.4. Built without issue using the dockerhub image and has been stable for 24hrs

  • @ctr1@fl0w.cc
    link
    fedilink
    English
    12 years ago

    I was able to get it running from source on Gentoo (without docker). Building from source is an option but you need to manage the dependencies and daemons yourself. This is my first comment! Good luck with your setup

  • @corne@lemmy.world
    link
    fedilink
    English
    12 years ago

    Will self-hosting Lenny have the limitation that you’ll be missing a lot of comments when subscribing to magazines from other instances? I am considering it tough

  • @aggelalex@lemmy.world
    link
    fedilink
    English
    12 years ago

    You are using two technologies that have a bad of working like shit, together; Ubuntu/snap and docker. You can try podman if you want, or a different distro. Or, at least, install the official docker way.

  • TheOneCurly
    link
    fedilink
    02 years ago

    I had some luck with the prebuilt images from dessalines’ dockerhub and using the compose file in the repo with logging commented out.

    It was stable for about a week before I tried to update and broke my database and federation completely. I might try again when 0.18 stable drops.

  • Blokker
    link
    fedilink
    English
    02 years ago

    I’ve been trying for more than a week. LemmyEasyDeploy worked. But now i’m stuck with ssl certificate.

    • @Coeus@coeus.sbs
      link
      fedilink
      English
      02 years ago

      Lemmy Easy Deploy handles the SSL certificates for you. You don’t need to buy them

      • Blokker
        link
        fedilink
        English
        02 years ago

        I get ssl errors when i try to access the site.

        • @Coeus@coeus.sbs
          link
          fedilink
          English
          02 years ago

          Maybe start from scratch? Maybe you could ask the developer. I bought SSL tickets but ended up not needing them

          • Blokker
            link
            fedilink
            English
            12 years ago

            I’ve started from scratch several times. Never get further than the build command. :) But i will try again later today.

  • @seang96@spgrn.com
    link
    fedilink
    English
    02 years ago

    If your using docker I recommend getting a docker-compose file that does 98% of the config work for you. Pretty sure there’s one in the install docs.

    • TCGM
      link
      fedilink
      English
      -12 years ago

      I’ve been having trouble understanding how the docker-compose thing works, and the whole… impermanence of docker containers. Got any tutorials you’d recommend? Note I’m on Windows.

      • @mim@lemmy.sdf.org
        link
        fedilink
        English
        12 years ago

        Are you planning to host it on a Windows machine?

        If you don’t have experience with docker, don’t jump straight to docker compose. Start simpler.

        If you want to have data persist after a container is killed, have a look at the -v option of “docker run”. It allows you to mount a volume.