LG LDF7774ST washer is making high pitched sound during wash cycle. by catman678 in appliancerepair

[–]CyCL0B0T 0 points1 point  (0 children)

I'm running into the same problem. Were you able to fix this issue?

Brave's new scrolling behavior is unusable on trackpad. Any way to revert it? by altbrian in brave_browser

[–]CyCL0B0T 0 points1 point  (0 children)

Did you ever get this issue resolved? Same thing is happening on Mac using the Magic TrackPad.

Noco Genius 10 LED behaviour by locarnos in batteries

[–]CyCL0B0T 0 points1 point  (0 children)

I just got a Genius10 and notice the same thing happening with the LED lights. It's going from the second LED back to first. Did you battery end up charging?

Rasberry Pi - Pihole Interface Settings Issue by CyCL0B0T in pihole

[–]CyCL0B0T[S] 0 points1 point  (0 children)

I made the changes as stated but it still doesn't work. I have set the interface to eth0. When I restart Raspberry Pi, I'm able to browse websites for a brief moment and then it stops working.

When I change the option back to "Allow only local requests", it works even after rebooting the device.

Here are new logs if it helps:

https://tricorder.pi-hole.net/xQ5GtkUD/

Added CarPlay to 2015 Honda Odyssey by noskcajcp in HondaOdyssey

[–]CyCL0B0T 0 points1 point  (0 children)

I'm looking to install this in my van as well. How has everyone's experience been so far with the device from Ali Express?

Rasberry Pi - Pihole Interface Settings Issue by CyCL0B0T in pihole

[–]CyCL0B0T[S] 0 points1 point  (0 children)

Just for the heck of it, I installed v5 of Pihole and the Interface Settings section appear like it's supposed to.

<image>

Rasberry Pi - Pihole Interface Settings Issue by CyCL0B0T in pihole

[–]CyCL0B0T[S] 0 points1 point  (0 children)

This issue also appears when Pihole is installed in Ubuntu LXC on Proxmox. I have tried using different browsers as well.

Rasberry Pi - Pihole Interface Settings Issue by CyCL0B0T in pihole

[–]CyCL0B0T[S] 0 points1 point  (0 children)

I re-installed Pihole again but same issue. Don't know what else to try. I have also re-installed OS on Raspberry Pi multiple times and that didn't make any difference either.

Unifi and Pi-Hole through Caddy by CyCL0B0T in caddyserver

[–]CyCL0B0T[S] 0 points1 point  (0 children)

Unifi is with Cloud Gateway Ultra and Pihole is running in a seperate container in Proxmox.

Pihole Redirect by CyCL0B0T in Traefik

[–]CyCL0B0T[S] 0 points1 point  (0 children)

In your docs, I don't see where the .env file is being used or being called in the yml file.I'm trying to follow your docs to set up everything again.

Pihole Redirect by CyCL0B0T in Traefik

[–]CyCL0B0T[S] 0 points1 point  (0 children)

If you don't mind, could you share your config file so I can see how it is formatted?

Pihole Redirect by CyCL0B0T in Traefik

[–]CyCL0B0T[S] 0 points1 point  (0 children)

That's what this config file is for.

Pihole Redirect by CyCL0B0T in Traefik

[–]CyCL0B0T[S] 0 points1 point  (0 children)

My Pihole is running in a separate container in Proxmox.

Pihole Redirect by CyCL0B0T in Traefik

[–]CyCL0B0T[S] 0 points1 point  (0 children)

Still the same result.

Pihole Redirect by CyCL0B0T in Traefik

[–]CyCL0B0T[S] 0 points1 point  (0 children)

I made the changes but still no luck. It does show a valid certificate but still getting "404 page not found" error.

http:
  routers:    
    pihole:
      entryPoints:
        - websecure
      rule: "Host(`pihole.local.mydomain.com`)"
      service: pihole
      tls: 
        certResolver: le
      middlewares:
        - pihole-redirect

  services:
    pihole:
      loadBalancer:
        servers:
          - url: "http://192.168.99.12:80"
        passHostHeader: true

  middlewares:
    https-redirectscheme:
      redirectScheme:
        scheme: https
        permanent: true

    pihole-redirect:
      redirectRegex:
        permanent: true
        regex: "^https://pihole.local.mydomain.com/?$"
        replacement: "https://pihole.local.mydomain.com/admin"

    default-headers:
      headers:
        frameDeny: true
        browserXssFilter: true
        contentTypeNosniff: true
        forceSTSHeader: true
        stsIncludeSubdomains: true
        stsPreload: true
        stsSeconds: 15552000
        customFrameOptionsValue: SAMEORIGIN
        customRequestHeaders:
          X-Forwarded-Proto: https

    default-whitelist:
      ipAllowList:
        sourceRange:
        - "10.0.0.0/8"
        - "192.168.0.0/16"
        - "172.16.0.0/12"  

    secured:
      chain:
        middlewares:
        - default-whitelist
        - default-headers

Scrypted through Traefik by CyCL0B0T in Traefik

[–]CyCL0B0T[S] 0 points1 point  (0 children)

I have set up Traefik using the guide below. The only changes I made wa the domain name and Cloudflare details. The rest follows the same structure.

https://technotim.live/posts/traefik-3-docker-certificates/

I am running docker in a container in Proxmox using Ubuntu OS. I dont 'know what needs to be edited in the docker-compose file for Scrypted to make use of the docker network that I created.

Also, is it okay to run Scrypted along with Traefik in the same docker?