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 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 :-)