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/)IH
IHawkMike @lemmy.world
Posts 3
Comments 186
Traefik and external services
  • If you're sure you've got a DNS entry for the Pihole FQDN pointing at Traefik, open the dev panel in your browser (F12), switch it to the Network tab, and visit the pihole URL.

    See if you get anything back and especially take note of the HTTP status codes.

  • Traefik and external services
  • I think you're close.

    You need to change service: pihole-rtr to service: pihole-svc.

    Do I have to redefine all of the same information I did in my Traefik yml but in this separate config.yml?

    No, you just need to reference it like you have. Define once, reference many.

  • Traefik and external services
  • No worries for the question. It's not terribly intuitive.

    The configs live on the Traefik server. In my static traefik.yml config I have the following providers section, which adds the file provider in addition to the docker provider which you likely already have:

    providers:
      docker:
        endpoint: "unix:///var/run/docker.sock"
        exposedByDefault: false
      file:
        directory: /config
        watch: true
    

    And in the /config folder mapped into the Traefik container I have several files for services external to docker. You can combine them or keep them separate since the watch: true setting tells it to read in all files (and it's near instant when you create them, no need to restart Traefik).

    Here is my homeassistant.yml in that folder (I have a separate VM running HASS outside of Docker/Traefik):

    http:
      routers:
        homeassistant-rtr:
          entryPoints:
          - https
          service: homeassistant-svc
          rule: "Host(`home.example.com`)"
          tls:
            certResolver: examplecom-dns
    
      services:
        homeassistant-svc:
          loadBalancer:
            servers:
              - url: "http://hass1.internal.local:8123"
    

    Hope this helps!

  • Remember when it was a big deal if you chose .zip, .rar, or 7z, etc? Now we all have so much bandwidth it doesn't matter.
  • Yeah &F is factory default, M1 is speaker on only until connect, S11=35 is the dial speed (although we later learned that 50 ms is the minimum). Dial speed was important because we'd have Telemate on constant redial trying to get into the BBSes that were popular but were busy because they only had one or two phone lines.

  • Microblog Memes @lemmy.world IHawkMike @lemmy.world

    I wonder how it affected traffic

    Berlin artist Simon Weckert used 99 phones and a handcart to create a "virtual traffic jam" on Google Maps

    32

    Free MLB.TV Subscription for T-Mobile Subscribers

    www.t-mobile.com Free MLB.TV Subscription: Stream Live Baseball Games | T-Mobile

    Major League Baseball is back and T-Mobile is offering a free season-long MLB.TV subscription. Find out how to redeem this offer.

    Sure it's almost worthless with blackout restrictions if you're in your team's market. But free is free and it sometimes comes in handy when traveling.

    Redeem by April 1st.

    5

    What's brown and sticky?

    A stick!

    0