Skip to content

Instantly share code, notes, and snippets.

View willquill's full-sized avatar

Will Coquillette willquill

View GitHub Profile

piscan

Connect a Raspberry Pi Zero W v1.1 to an Epson Perfection V550 USB scanner so that when you scan, it is uploaded to a Paperless NGX instance.

🔧 Requirements Breakdown

  • Scan Trigger (Button Press)
  • Scanner Support (Epson V550)
  • Automatic Upload to Paperless-ngx
  • Minimal system footprint (headless, CLI-only)
@willquill
willquill / frametvs.md
Last active October 28, 2025 14:44
frame tvs
@willquill
willquill / traefik.yml
Created July 22, 2024 17:10
traefik configuration yaml with multiple entrypoints
api:
dashboard: true
debug: true
entryPoints:
http:
address: ":80"
http:
redirections:
entryPoint:
to: https
@willquill
willquill / gist:2d2f79e674eae10f66d3fe2608f4c9dd
Created June 2, 2023 00:56
Overseerr and Tautulli traefik proxy docker compose
overseerr:
image: lscr.io/linuxserver/overseerr
container_name: overseerr
restart: unless-stopped
depends_on:
- traefik
networks:
- proxy
labels:
- "traefik.enable=true"