this post was submitted on 12 Jun 2023
504 points (100.0% liked)
Technology
37708 readers
403 users here now
A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.
Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.
Subcommunities on Beehaw:
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 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.
Ansible worked for me this weekend! Definitely a fair bit of trial and error, though, especially at this was my first docker setup.
I tried to fo the ansible route but it just kept giving me an api error. I wasn't able to figure out how to get into nginx proxy manager to add the custom location for it.