BakedCatboy
@BakedCatboy@lemmy.ml
- Comment on Torrenting behind gluetun on zimaos? 3 days ago:
Ah cool, the docs made it sound like container: uses the container ID hash instead of the name so I wasn’t sure how that works. I just put stuff like this in the same compose file since they’re all closely related.
- Comment on Torrenting behind gluetun on zimaos? 3 days ago:
If it helps, here’s how I had my gluetun / transmission set up with mullvad (I’ve since moved to proton for port forwarding but I saved the mullvad config in case I needed to switch back):
services: gluetun: image: qmcgaw/gluetun:v3 container_name: gluetun restart: always cap_add: - NET_ADMIN devices: - /dev/net/tun:/dev/net/tun volumes: - ./volumes/gluetun:/gluetun environment: - TZ=America/New_York # Mullvad - VPN_SERVICE_PROVIDER=mullvad - VPN_TYPE=wireguard - SERVER_COUNTRIES=USA - SERVER_CITIES=New York NY - WIREGUARD_PRIVATE_KEY= - WIREGUARD_ADDRESSES=x.x.x.x/32 - UPDATER_PERIOD=24h - UPDATER_MIN_RATIO=0.1 - UPDATER_VPN_SERVICE_PROVIDERS=mullvad,privado,protonvpn networks: - default - ingress transmission: image: linuxserver/transmission:latest container_name: transmission restart: always network_mode: "service:gluetun" environment: - PUID=0 - PGID=0 - TZ=America/New_York volumes: - ./volumes/transmission:/config - /volume1/Media:/media flood: image: jesec/flood:latest container_name: flood-sidecar restart: always command: --port 3000 user: "0:0" network_mode: "service:gluetun" volumes: - ./volumes/transmission:/config - /volume1/Media:/media:ro environment: - TZ=America/New_York - HOME=/config labels: - com.centurylinklabs.watchtower.enable=true - "traefik.enable=true" - "traefik.http.routers.flood.rule=Host(`flood.example.com`)" - "traefik.http.services.flood.loadbalancer.server.port=3000" - "traefik.http.routers.flood.entrypoints=websecure" - "traefik.http.routers.flood.tls.certresolver=mytlschallenge" # This example uses "Selective Authentication" - "traefik.http.routers.flood.middlewares=oauth-middleware"
- Comment on Why bother with jellyfin, arr stack and everything else if free streaming services exist? 5 days ago:
It sounds like it’s just not worth it for you, and that’s totally fine! Plenty of people get by just fine with using random streaming sites.
Personally, I want something more reliable, I want to have copies of what I watch in my possession that cannot be taken down, and I want to share this with others so that my friends can benefit from my time investment instead of using a solution that only works for me. So that if my friends ask me “where do you get your stuff” I can offer to share with them at 0 extra effort instead of telling them “go do all these things that I already did”
As for usage, I only watch a few hours a week myself, but I share with 15-20 friends and family who watch a collective 160 hours a month last year and around 360 hours a month this year (about 15 days of watch time per month).
I have a fairly comprehensive arrstack, torrents and Usenet, seerr, Plex and jellyfin side by side with identical media mounts for maximum user choice, running on a nuc with quicksync so it handles 8+ simultaneous 1080p live transcodes without using much power or increasing CPU usage much more than 5-10%.
- Comment on Why does everything do this? 1 week ago:
First thing that springs to my mind is bad adhesion. Have you washed the bed with dishsoap recently? Usually not touching the bed with your fingers is enough but sometimes I need to “reset” by giving it a good wash.
- Comment on [deleted] 1 week ago:
- Comment on I built a self-hosted affiliate tracking platform — here's why I think self-hosting affiliate software actually matters 2 weeks ago:
They also forgot to change r/selfhosted from when they posted it to reddit… reddit.com/…/refearnapp_opensource_selfhosted_aff…
- Comment on I built a self-hosted affiliate tracking platform — here's why I think self-hosting affiliate software actually matters 2 weeks ago:
I think you should make it clearer in this post that you are selling hosting services for this. It feels like this is self promotion but without transparency otherwise.
- Comment on PewDiePie releases Codex/ClaudeCode/Cursor killer, Odysseous (FOSS) 2 weeks ago:
It sounds like it, on the homepage there’s a joke about prompting ai to build this
- Comment on Why prime tower instead of poop? 4 weeks ago:
Purging into the chute doesn’t leave the nozzle with the same pressure as priming onto a surface because there’s no resistance. So even if you retract the same after both, you’ll get a different line start. Priming onto a surface is the best way to guarantee that the next line start is identical to one that comes after a print move and not differently due to coming from the poop chute.
- Comment on Post your setup. no matter how uggo 1 year ago:
My primary use case is safeguarding my important personal artifacts (family photos, digitized paperwork, encryption key / account recovery / 2FA backups) against drive failure (~2TB), followed by my decently sized Plex server (23TB), immich, nextcloud, and various other small things like selfhosted bitwarden, grocy, ollama, and stuff like that.
I run all of my stuff off of a 6 bay Synology (more drives helps with capacity as double redundancy with 6 drives costs you 30%) with an Intel nuc on top to run plex/jellyfin transcoding using quicksync instead of loading the poor nas with cpu transcoding, I also run ollama on the nuc since it has faster cores than the nas.