this post was submitted on 12 Jun 2023
482 points (100.0% liked)
Technology
1928 readers
7 users here now
Rumors, happenings, and innovations in the technology sphere. If it's technological news, it probably belongs here.
Subcommunities on Beehaw:
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The only complaint I've had so far is the difficulty of spinning up your own instance. There isn't any up to date documentation for the process as the official documentation seems to be outdated unfortunately. Ansible doesn't seem to work as it give an error. Docker works mostly bit will not federate with other instances.
I put up a guide on my instance to help deploy with Portainer and Nginx Proxy Manager on a separate Docker. I suspect it might help you with the federation bit, as I struggled with that too.
I've got it setup with docker now but yeah it's a pain. I realize it's a bunch of apps working together but a single docker container which exposes the 3 ports should be the easy way. I've messed around with compose files so I figured it out but it's a bit daunting having to sync the hjson file with the compose stuff and then having to use another reverse proxy to expose that stuff.
I'm definitely going to keep tinkering with it. Hopefully I'll have it built this evening. The only reason I really want my own particular instance is to create a community that I haven't seen made thus far. Other than that, I've enjoyed lemmy so far. Once more people join there should be a steady flow of content.
I wrote a post on my Sunday spawning my own instance, if it helps.
I long for the day where a script is written that will auto-install the needed dependencies, and will guide the installer through the basic setup. At least for a new instance on a fresh server.
Something similar to PiHole.
As it stands, I'd have to start fresh with a second VPS, as my first is running Apache and I don't have the time to convert everything to Nginx.