this post was submitted on 10 Jun 2023
14 points (100.0% liked)

Self Hosted - Self-hosting your services.

15459 readers
3 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules

Important

Cross-posting

If you see a rule-breaker please DM the mods!

founded 4 years ago
MODERATORS
 

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
you are viewing a single comment's thread
view the rest of the comments
[–] mrmanager@lemmy.today 2 points 2 years ago* (last edited 2 years 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.