I’ve been working with the two suggested LemmyNet installation methods; Docker and Ansible. Neither are too wild of a setup, but they aren’t plug and play docker-compose-like, either.

I want to run a LemmyNet on a subdomain; lemmy.domain.com, and use nginx-proxy-manager to point traffic in the right direction, but it will be on the same local IP… some port changes will need to be made.

Is anyone running their own instances? Have suggestions or tips with things that helped you lean up a lemmy.subnet?

Cheers!!

  • pAULIE42o
  • . . . . . . . . . . .
  • /s
  • @mrmanagerA
    link
    2
    edit-2
    1 year ago

    I have not done this exactly but I recommend Treafik for setting up a reverse proxy. The reason I like it is because it’s quite simple and visual.

    You have three things. Entrypoints (listeners on a port), Routers (rules for how traffic should go) and Services (your stuff, like Lemmy).

    https://traefik.io/traefik/

    The visual part is quite nice. And you route traffic using ordinary docker labels if you use docker for example.