Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)PL
plo @kbin.social
Posts 0
Comments 6
Custom Local Domains
  • Ah okay. You need some sort of reverse proxy.
    I really like caddy. Using it with caddy-docker-proxy in docker-compose makes it quite nifty:

    version: '3.7'
    services:
      whoami:
        image: containous/whoami
        networks:
          - caddy
        labels:
          caddy: http://whoami.mylab.home
          caddy.reverse_proxy: "{{upstreams 80}}"
    
    networks:
      caddy:
        external: true
    
    

    Just make sure to explicitly use 'http' instead of 'https'. That way it won't try to create certificates.

  • *Permanently Deleted*
  • What does that mean? The community still exists but their own instance is not subscribed to it?
    In that case, 'removed community' is too ambiguous. It's not entirely OP's fault.