Looks like setting up mastodon (specifically hometown) is going to be harder than I thought. I first have to basically nuke away my docker infrastructure of reverse proxy and lets encrypt and move that all to the actual system, then install it the normal way and not with docker-compose. or I could just get another server and stick it on that, but it's another 5 pounds a month I'm shelling out. Arg.
@destructatron I'd like to look into this. I asume I could hook nginx up to it, and then learn about Unbound to run multiple services. I just don't want to spend more money haha.
@serrebi My issue isn't the proxy server, as it manages that stuff for me. My issue is using a docker compose file to interface with a network that's already created with another docker-compose file I used to get my docker stuff set up in the first place, then have streaming and web able to be accessed normally without something port related falling over. Hometown's docker-compose already creates an internal network for database stuff which I don't need to mess with.
@destructatron For sure. I can hardly keep things together with docker, that’s why I try not to use it unless I have to.
@destructatron It’s one of those things I know I have the capacity to learn it better, so hopefully I’ll get to do that one day
@serrebi Same, I intend to get piehole running at some point too. I am considering just geting another server for Mastodon honestly. If the database gets big I have 40GB for it to use, rather than my current server which is cluttered with various web stuff and other things I host on there.
@serrebi Also how would unbound work to do that though? From my understanding it's more about accessing other domain name servers and stuff than doing that. I've only encountered unbound being used in a piehole setup where you want your own DNS server without any third party servers resolving stuff for you.
@destructatron No unbound is also used in projects like cloud Ron in order for multiple services to be able to be run on a single domain. It manages where subdomain traffic goes. . It’s used in a few other similar projects as well for that purpose, but I’m not sure how it is used to do that :-)
@serrebi It's basically like a proxy server then. It sounds like I probably couldn't use unbound with the current configuration I have because the nginx proxy would get there first.