• 0 Posts
  • 19 Comments
Joined 1 year ago
cake
Cake day: July 7th, 2023

help-circle



  • You’re talking like there’s even a independent candidate that has the experience and willingness to do this. Normally it takes a life time of experience to even apply for the position. Trump being a complete nobody throwing money to get elected was a bad thing and now you expect some random guy on the Internet to find and sell an alternative to the American people 4 months before an election and beat both 2 people that’ve already begrudgingly won the election and can at least claim to have some experience. It isn’t giving up to admit somethings impossible. I ain’t giving up on becoming an astronaut if I can’t do it by next week. If you’d like a 3rd party candidate feel free to find and prop someone up but best case they aren’t going to be ready for a presidential run until 2028.







  • Build an alternative in… checks calendar, 4 months that can gain more votes than the active democratic nominee and beat the stir mad republican candidate whose supporters are voting for out of pure spite. This comment is either in bad faith or you literally have no idea how the election works. Best case here isn’t even winning, it’s taking as few votes from the sane candidates as possible because all this’ll do is split the democrat voting block.





  • In general yes. You can think of each container in a docker network as a host and docker makes these hosts discoverable to each other. Docker also supports some other network types that may not follow this concept if you configure them as such (for example if you force all containers to use the same networking stack as one container (I do this with gluetun so I can run everything in a vpn) all services will be reachable only from the gluetun host instead of individual service hosts).

    Furthermore services in a container are not exposed outside of it by default. You must explicitly state when a port in a container is reachable by your host (the ports: option).

    But getting back to the question at hand, what you’re looking for is a reverse proxy. It’s a program that accepts requests from multiple requested and forwards them somewhere else. So you connect to the proxy and it can tell based on how you connect (the url) whether to send the request to sonarr or radarr. http://sonarr.localhost and http://radarr.localhost will both route to your proxy and the proxy will pass them to the respective services based on how you configure it. For this you can use nginx, but I’d recommend caddy as it’s what I’m using and it makes setting up things like this such a breeze.



  • I disagree with this almost on principle. GitHub was a mistake. We don’t need these large, bloated, isolated forges that are just going to be acquired and converted into social networks. Forgejo> is the future. Any new forge not even trying to support federation and independent hosting out of the box is dead in the water to me. You wanna build a github style accessible platform above forgejo go right ahead, the thing github did best was make all of this accessible.