I’d like to self-host my own Lemmy instance. My environment is comprised of a Fedora VM on a separate VLAN running in Proxmox. That VM runs docker, and exposes all my services to Cloudflare using a treafik reverse proxy.

I have found some posts in my googlings of folks that were able to get Lemmy to work inside Traefik. I have tried their docker-compose files, and ultimately came up short.

My question, has anyone been able to get this working? If so, how?

  • Domi
    link
    fedilink
    English
    12 years ago

    Can you federate with kbin instances? The communities get stuck at subscribe pending for me.

    That’s the only thing not working and I assume I’m missing a proxy rule.

    • BlackEco
      link
      fedilink
      English
      12 years ago

      I had the same issue, upgrading to 0.18.1 and using the revised nginx.conf from lemmy-ansible fixed the issue.

      • Domi
        link
        fedilink
        English
        12 years ago

        Figured it out. I also had to add the PUT, DELETE, PATCH and CONNECT rules, only POST doesn’t work for kbin apparently.