• 0 Posts
  • 7 Comments
Joined 1 year ago
cake
Cake day: July 7th, 2023

help-circle


  • Ah, I know what you mean. I managed to get them both setup in docker containers on the same server, but I’ll admit getting Lemmy up was a pain. The documentation is vague on some steps, but it’s FOSS so I can’t complain.

    • Here is my pastebin with notes for my Lemmy docker compose which is modified from their example. You’ll notice it has an nginx web service. You can technically forego that and put it in your final reverse proxy. I chose not to so that it stays similar to their example.
    • For Mastodon, I am using the Linuxserver container. Their documentation is straightforward IMO, but then again I’m used to their setup.
    • With the two ports exposed for both services, you can then put it behind a reverse proxy.

    Hope this helps!



  • lemmy@lemmy.nsw2.xyztoSelfhosted@lemmy.worldOwn lemmy
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 year ago

    You can obfuscate your location with a reverse proxy. The biggest problem with self-hosting is what can get compromised if they get access inside your network as opposed to a VPS. Keeping up to date on what is publically facing for vulnerabilities starts to become a chore.