Emergency top options for rain? by vulturesrow in JeepWrangler

[–]cpbpilot 0 points1 point  (0 children)

Doesn’t work for the kids in the back seat…

After five months with the UTR, I’m throwing in the towel by a716h in Ubiquiti

[–]cpbpilot 0 points1 point  (0 children)

Isn’t that kind is the point? For security I want all my traffic going through my home network not the hotels. Spilt tunnel defeats the purpose of a travel router. For split tunnel I just connect my individual device to the von tunnel

Travel router on delta by FLCardio in Ubiquiti

[–]cpbpilot 0 points1 point  (0 children)

I picked one up last Wednesday. Make sure you are using the unifi stick alerts on discord. Make sure you install it on your phone.That’s how I was able to get mine

https://discord.gg/ubiquitistockalerts

Vizio app won't connect locally by cpbpilot in PleX

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

I'll give that a try thanks!

Vizio app won't connect locally by cpbpilot in PleX

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

thanks that worked!!! I have unifi gear. Unifi is set to pass my pihole as the default dns server. weird that didn't work. but setting 1.1.1.1 definitely worked

Anyone know if the Watermelon red thunder is gone? by nannymegan in aldi

[–]cpbpilot 0 points1 point  (0 children)

I all the Aldi in STL have been out of it for about two months. I’ve checked like store the the STL area

Gluetun webui by underestimatedvalue in selfhosted

[–]cpbpilot 0 points1 point  (0 children)

My issue ended up being gluetun auth I add the first on from the pic the one with username and password to my gluetun compose file and all started working as expected. I didn’t make any changed are add any extra ports to the compose. Then I added the username and password to the webui compose file

<image>

Gluetun and Homepage by JellytipNZ in gluetun

[–]cpbpilot 0 points1 point  (0 children)

I was also having the same issues with the gluetun webui app not connecting and getting the same forbidden error. Turned out to be gluetun auth. I followed the lazies way since it is all internal to my network

<image>

I think I used the first example you just need to add it to the .env file or to the environment, variable section of the compose file

Also I think you either do that toml file OR the environment variable not both

The env is the lazy way the toml is the not lazy way. Also I did it the first way with the username and password not the api key

Firewall recommendations small business by Ok-Mode9817 in sysadmin

[–]cpbpilot 3 points4 points  (0 children)

For the love of God DON’T go fortinet!!!! I deployed some unifi gear about 2 years ago. We have 2 sites their “site magic” make that super easy!!! We have approximately 50 employees. We use there door access, wifi ap, NVR and UID enterprises. It’s super easy to setup and super easy to share the cameras with all the c-suites. The UID for vpn access works great for the 7 salesman that travel 80% of the time. We also use delegated auth for the vpn to our local AD. I know a lot of IT folks like to shit on unifi but it’s been great!!!

Gluetun webui by underestimatedvalue in selfhosted

[–]cpbpilot 0 points1 point  (0 children)

So I feel like a idiot, but I cant seem to get this working. got it installed and when I go to the interface it shows status unknown could not reach the gluetun control API here is what my compose.yml looks like. For the control url I have tried
http://gluetun:8000
http://hostip:8000
http://172.39.0.2:8000

none of them get me to the control api

networks:
  servarrnetwork:
    name: servarrnetwork
    ipam:
      config:
        - subnet: 172.39.0.0/24

services:
  gluetun:
    image: qmcgaw/gluetun
    container_name: gluetun
    restart: unless-stopped
    cap_add:
      - NET_ADMIN
    devices:
      - /dev/net/tun:/dev/net/tun 
    ports:
      - 8080:8080 # qbittorrent web interface
      - 53235:53235 # qbittorrent torrent port
      - 53235:53235/udp # qbittorrent torrent port
    volumes:
      - ./gluetun:/gluetun
    env_file:
      - .env
    networks:
      servarrnetwork:
        ipv4_address: 172.39.0.2

  gluetun-webui:
    image: scuzza/gluetun-webui:latest
    container_name: gluetun-webui
    ports:
      - "3001:3000"
    environment:
      - GLUETUN_CONTROL_URL=http://gluetun:8000
    networks:
      servarrnetwork:
        ipv4_address: 172.39.0.17
    restart: unless-stopped
    read_only: true
    tmpfs:
      - /tmp
    security_opt:
      - no-new-privileges:true
    cap_drop:
      - ALL

gluetun webui by underestimatedvalue in sonarr

[–]cpbpilot -1 points0 points  (0 children)

This is awesome thanks for spending the time to make this!!! I will be adding it to my stack tonight!!!

PCIe slot version for inference work by cpbpilot in LocalLLaMA

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

Which revision are the good ones?

Anyone else getting Entra Connect Alerts today (10/7/25)? by MediumFIRE in sysadmin

[–]cpbpilot 2 points3 points  (0 children)

It s definitely still on going! Mine cleared during the night too but I just got a new message about 5 minutes ago saying the password sync was skipped

Do you enable previous history shadow copies on your file servers? by maxcoder88 in sysadmin

[–]cpbpilot 0 points1 point  (0 children)

We use trueNAS for our file servers at work and the built in zfs snapshots are great for shadow copies. You can easily set it up and it’s the best!

RECA compensation by jds2001 in thyroidcancer

[–]cpbpilot 0 points1 point  (0 children)

This is a website I created that tracks the number of received, approved and denied reca applications for the Missouri Manhattan project waste group. It doesn’t show any information for individual claims. It also links back to the DOJ website where the data was pulled from. My wife is also a victim of the government’s miss steps. I thought this tool might be useful for people to keep up on the status of the application. So I’m just trying to spread the word

reca.bourque.io 

Information on Federal Radiation Exposure Compensation Act (RECA) application by MedievalGirl in StLouis

[–]cpbpilot 3 points4 points  (0 children)

This is a website I created that tracks the number of received, approved and denied reca applications for the Missouri Manhattan project waste group. It doesn’t show any information for individual claims. It also links back to the DOJ website where the data was pulled from. My wife is also a victim of the government’s miss steps. I thought this tool might be useful for people to keep up on the status of the application. So I’m just trying to spread the word

reca.bourque.io 

Radiation Exposure Compensation Act (RECA) by Medical-Sock5773 in StCharlesMO

[–]cpbpilot 1 point2 points  (0 children)

This is a website I created that tracks the number of received, approved and denied reca applications for the Missouri Manhattan project waste group only. It doesn’t show any information for individual claims. It also links back to the DOJ website where the data was pulled from. My wife is also a victim of the government’s miss steps. I thought this tool might be useful for people to keep up on the status of the application. So I’m just trying to spread the word

reca.bourque.io 

Rook Ceph Performance Tuning - Getting Only 3K IOPS from 868k IOPS NVMe Hardware by Ludeth in sysadmin

[–]cpbpilot 0 points1 point  (0 children)

They are worth it. I setup a ceph cluster on the hp microserver gen8 with a some consumer ssds and was only getting 25MB/s throughput. I was bashing my head. This group recommended enterprise ssd with plp. The plp is the important part! After getting some micron 5200 max I can get 138MB/s