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

help-circle





  • She.

    And how are they keeping anything together. Market share isn’t substantially better than before and rather than focusing on the product mozilla was created for they keep pivoting to weird BS like this AI grab. I actually think market shares gone up recently… cause google pushed through manifestv3. That would’ve happened even if mozilla did nothing. I think mozillq is still the better browser but that sure as hell doesn’t seem to be because of whose in charge.




  • 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.







  • aren’t I super clever for managing to create this hideously complicated Rube Goldberg machine to solve a problem caused by people not communicating with each other

    It’s amazing how with a language as fragmented as c++ that everyone seems to be independently discovering warts in the proposed module implementation and no one seems to be coordinating things to enforce consistency across compilers. I get these are all separately maintained projects but god no ones gonna use the thing if everything supports it differently.


  • emax_gomax@lemmy.world
    cake
    toPrivacy@lemmy.mlPlease, do not use Brave.
    link
    fedilink
    arrow-up
    5
    arrow-down
    4
    ·
    9 months ago

    Pretty much the only reason I use brave. 99% of the time librewolf. I don’t wanna go through the effort of installing chromium and an ad blocker and all that other stuff for the 1% of sites that are broken on firefox for me so brave it is. Really I just wish there was a chrome repackage with all this stuff out of the box. God knows chrome and chromium will never be that.



  • 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.