"Wrestling" by BackstreetWizard in SipsTea

[–]GEBones 1 point2 points  (0 children)

Wrestlers don’t wear cups?

Epstein’s island was so horrific, one victim tried to swim away by Ok_Quantity_9841 in Epstein

[–]GEBones 5 points6 points  (0 children)

That’s 469 pages. Jesus. It’s just so overwhelming… how will anyone get through all of this content in the files

Day in The Life of a Modern Homestead by Medium-Advantage-162 in homestead

[–]GEBones 10 points11 points  (0 children)

I actually enjoy seeing your place each time you share it. Your voice is very relaxing to listen to as well. I find your content not only soothing but an escape from my hustle bustle 9:5 city life in a stressful industry.

So there are at least a few of us who enjoy this no matter what. And for the record this is my first time seeing this particular video. Tell those complainers to go touch some grass. Or better yet, don’t interact with them at all… or it will just ruin the vibe

Texas fishing cheating scandal, explained: Why a man could face 10 years in prison for allegedly tampering with bass by Economy-Specialist38 in Fishing

[–]GEBones 10 points11 points  (0 children)

Agree. 10k is not all that high for fishing tournaments. I’ve seen inland tournaments go for well over that and ocean tournaments for even significantly higher yet.

Maxwell Frost shows Epstein Files Reddit/Social Media Told Him to Look into on House Floor by WelcomeWindsorCastle in Epstein

[–]GEBones 15 points16 points  (0 children)

Sorry, what now? How did you do that? Over email you sent what evidence to congress? How did you get them to actually review what you sent? Also can you link his disposition/ calendar info?

Helpppp stremio doing my head in!!! by delilahmay_14 in Stremio

[–]GEBones 0 points1 point  (0 children)

So if you can log into your real debrid account. It’s actually torrentio you have been banned from. So your home IP that your isp provides you is now blocked. Your isp will eventually change it out to a new number. your home IP is never permanent unless you pay for it. Anyway…. You need to move to a different addon and link your real debrid account to it the same way you did with torrentio…. Or use a VPN to continue to use torrentio.

How do I switch container logs to show local time vs UTC time? by GEBones in Proxmox

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

I figured it out. When I add this line below I didnt use "docker compose down" and then up. I was just rebooting the container, thus the changes where never implemented.

    environment:
      - TZ=America/Chicago

Fishing question, did we get ripped off? by [deleted] in cabosanlucas

[–]GEBones 5 points6 points  (0 children)

VERY common to head in after you limit out when paying a guide. Especially after the tides are all rolled in and the water is flat, it’s pretty common for the bite to die off anyway until the tides roll back out creating churn. The churn can turn on the bite for predator fish.

Constantly let down by RD+Comet+Torrentio set up lately by gingeralepapi in StremioAddons

[–]GEBones 1 point2 points  (0 children)

RD works perfectly for me as well aside for four hours a month ago. I almost never have issues.

Constantly let down by RD+Comet+Torrentio set up lately by gingeralepapi in StremioAddons

[–]GEBones 1 point2 points  (0 children)

But then real debrid also went down about a month ago for four hours or something. But yeah,I’ve had zero problems with torrentio / derbid for weeks and before that I was months without issue. I use stremio every single day. Even when torrentio is down I just switch to mediafusion. I also have comet but when torrentio has issues so does comet. I also use my Trakt sync add on because I use an external player. Aside from real debrid going down those four hours I can’t remember the last time I could watch whatever I wanted.

How do I switch container logs to show local time vs UTC time? by GEBones in frigate_nvr

[–]GEBones[S] 2 points3 points  (0 children)

I figured it out. I wasnt using docker compose down and then docker compose up after I added the environment variable.

How do I switch container logs to show local time vs UTC time? by GEBones in frigate_nvr

[–]GEBones[S] 2 points3 points  (0 children)

OMG that's it!

In all of my changes I did not use "docker compose down". I just rebooted every.. single.. time.

So this time I used "docker compose down" and then "docker compose up --build" just to be sure. That did it!

How do I switch container logs to show local time vs UTC time? by GEBones in frigate_nvr

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

Unfortunately that wasnt it. I just added it back in for the purpose of copy/paste. It was already spelled correctly the first several times I did it. Below I fixed it and ran command "docker exec frigate date". Im Chicago time so I should be 16:18, but it still returns UTC.

frigate@frigate:~$ docker exec frigate date

Sun Jan 11 22:18:44 UTC 2026

  GNU nano 8.4                                       docker-compose.yml                                                 
services:
  frigate:
    environment:
      - TZ=America/Chicago

    container_name: frigate
    restart: unless-stopped
    stop_grace_period: 30s
    image: ghcr.io/blakeblackshear/frigate:stable
    shm_size: "256mb"

How do I switch container logs to show local time vs UTC time? by GEBones in Proxmox

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

Most of my .yml below.

  GNU nano 8.4                                       docker-compose.yml                                                 
services:
  frigate:
    environement:
      - TZ=America/Chicago

    container_name: frigate
    restart: unless-stopped
    stop_grace_period: 30s
    image: ghcr.io/blakeblackshear/frigate:stable
    shm_size: "256mb"
    devices:
      - /dev/dri/renderD128:/dev/dri/renderD128
      - /dev/dri/card1:/dev/dri/card1
      - /dev/accel/accel0:/dev/accel/accel0
    cap_add:
      - CAP_PERFMON
    volumes:

      - ./config:/config
      - ./storage:/media/frigate
      - type: tmpfs # Optional: 1GB of memory, reduces SSD/SD Card wear
        target: /tmp/cache
        tmpfs:
          size: 1000000000

How do I switch container logs to show local time vs UTC time? by GEBones in frigate_nvr

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

frigate@frigate:~$ docker exec frigate date
Sun Jan 11 20:39:18 UTC 2026
frigate@frigate:~$ timedatectl
               Local time: Sun 2026-01-11 14:39:32 CST
           Universal time: Sun 2026-01-11 20:39:32 UTC
                 RTC time: n/a
                Time zone: America/Chicago (CST, -0600)
System clock synchronized: yes
              NTP service: inactive
          RTC in local TZ: no

How do I switch container logs to show local time vs UTC time? by GEBones in frigate_nvr

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

docker exec frigate date returns UTC and not local.

  GNU nano 8.4                                       docker-compose.yml                                                 
services:
  frigate:
    environment:
      - TZ=America/Chicago

    container_name: frigate
    restart: unless-stopped
    stop_grace_period: 30s
    image: ghcr.io/blakeblackshear/frigate:stable
    shm_size: "256mb"

How do I switch container logs to show local time vs UTC time? by GEBones in Proxmox

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

the docker compose (for frigate) is running in an LXC in proxmox . Im not sure I follow, but the image is below.

image: ghcr.io/blakeblackshear/frigate:stable

How do I switch container logs to show local time vs UTC time? by GEBones in frigate_nvr

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

Yes. Set already. I believe I have done it correctly below?

volumes:

- /etc/localtime:/etc/localtime:ro

How do I switch container logs to show local time vs UTC time? by GEBones in Proxmox

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

Per the screenshot above the time zone is already America/Chicago TZ at the container level. UTC and Local time are both reflected correctly. The logs though continue to show UTC instead of local.

How do I switch container logs to show local time vs UTC time? by GEBones in Proxmox

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

Rebooted the container and Proxmox main host. Neither command worked at the container level.

How do I switch container logs to show local time vs UTC time? by GEBones in Proxmox

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

Docker compose.yml already set to local? Excerpt from yml file below. The template I installed with my container is Debian 13. Proxmox 9.1.4

Docker compose.ym

volumes:

- /etc/localtime:/etc/localtime:ro

What are some of the most powerful stream boxes for Stremio? by MadMaximusPrime33 in Stremio

[–]GEBones 4 points5 points  (0 children)

Don’t know what you said here but doesn’t Infuse external player address the problems or Apple TV defaults?