Skip to content

Instantly share code, notes, and snippets.

View nonamethanks's full-sized avatar
💭
Currently relocating to San Francisco

Tom "Hanks" Noname nonamethanks

💭
Currently relocating to San Francisco
  • Sacramento, California
View GitHub Profile
@ShipkaChalk
ShipkaChalk / gist:629fdc42dad781776d2007fc502188f3
Last active May 5, 2024 19:33
Plex Hetzner workaround using Docker.

Hey, here is how you can route all plex traffic via wireguard out of another VPS, this can be used for any container but was inspired by the recent Hetzner block Plex put in place.

And no not all of us are using it for nefarious means, sometimes people don't have room for a home server.

Why docker? I prefer it as it keeps items separated and cleaned. It also allows for quickly moving configurations around from server to server if need be.

  1. Get yourself a VPS
  2. Install docker
  3. Create this docker-compose.yml
@werkkrew
werkkrew / process-pyroscope.sh
Last active February 21, 2022 11:28
Torrent Processing Script
#!/bin/bash
#### Torrent post-processing script.
# This script runs on an interval and checks the status of labels in rTorrent via PyroScope.
# If the label matches one which we want to process, extract/copy/move the files to where we collect them from.
# After processing, change the label to something else which we will then not process again.
#
#
# Requires: rTorrent or rTorrent-PS
# PyroScope tools (https://pyrocore.readthedocs.org/en/latest/)