Un Dorian Gray sin pasado, ni patria ni bandera.

I’m just a guy in the #pnw who likes going on adventures, and playing games with friends.

Three things I love: the Oxford Comma, irony, and missed opportunities.

#hiking #camping #backpacking #ttrpg #linux #foss #OpenSource #pathfinder2e #pf2e #pathfinder #travel #knitting #baking #games #pdx #privacy #lgbtq #fedi22

  • 2 Posts
  • 52 Comments
Joined 2 years ago
cake
Cake day: March 3rd, 2024

help-circle


  • Same! I was one of the early migrants just before the mass migration, having seen the writing on the wall and having already joined Mastodon. It was a great time initially, a bit of “you’re new? okay, I’ve figured a few things out, try this”. We caught Ernest by surprise because he was only making a proof of concept to offer an alternative to Lemmy. And then we showed up in droves. But he did his best, and while it was bumpy, it was still an overall great experience, much like the early days of Reddit, pre-Digg.

    I still like the kbin-style instances over Lemmy, but yeah, it’s not quite the same any more. That said, still preferable to Reddit these days.

    Thank you, Ernest. Hope you’re recovering wherever you are.






  • We all got to learn somewhere!

    Lot of good advice here, but sometimes people forget what it’s like to be a beginner. Since you don’t know what you’re doing, I would recommend not trying to host things on your home server and access it from the outside world. That usually involves port forwarding on your router, and that comes with a lot of risks, especially if you don’t know what you’re doing. Others have mentioned it, but a better option when you’re starting off is to rent a vps and host your software there.

    Squarespace might work, but my guess is it’ll be easier to transfer your domain elsewhere. You can follow guides for that online and it’s pretty straightforward.

    Having a vps, a domain name, you’re most of the way there. On your vps, you’ll want to install a reverse proxy, which is what routes incoming urls to the right place (nextcloud.domain.tld goes here, calendar.domain.tld goes there).

    Docker is another thing I’d recommend learning as a lot of what you’ll self host will likely be in a Docker container. I’d watch a few YouTube videos to see how it’s done. This channel has some great videos, and there are others out there.

    It seems like a lot, but learn a little here and there and don’t expect to have this all working overnight. You’ll get there!