Self Proclaimed Internet user and Administrator of Reddthat

  • 212 Posts
  • 444 Comments
Joined 3 年前
cake
Cake day: 2023年6月6日

help-circle




  • Subscribe to all of them. It isn’t an issue. In the next Lemmy version should have Multi community support too. Which should help solve things a little. (So then you can group them all into one).

    Also with it on different domains, it means that there is a benefit for the longevity of the sysadmin (or any) community. As if one domain goes dark the others will work :)















  • I believe I’ve fixed it.

    A recent docker update no longer supports overriding hosts with hostnames. (I was telling mlmym that ‘reddthat.com’ is ‘lemmy-ui’. Which would make it request directly to the lemmy-ui container rather than going back out to CF and back again.

    (For others/if you want to know the nitty gritty). I was doing this:

        networks:
          lemmy_internal:
        extra_hosts:
          - "reddthat.com:lemmy-ui"
    

    Which did actually work, but now it doesn’t since I updated/installed docker compose v5.0.0. (Seems the correctly enforce the host:IP format now). So I had to do a work around.