Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am matt0galloway on github.
  • I am mattpg (https://keybase.io/mattpg) on keybase.
  • I have a public key whose fingerprint is 57E7 86D4 500C C7FF 3BA3 86F3 3D89 F9BD 5C0B 244B

To claim this, I am signing this object:

---
version: "2"
services:
emby:
image: linuxserver/emby
container_name: emby
environment:
- PUID=998
- PGID=100
- TZ=America/Denver
@matt0galloway
matt0galloway / instructions.txt
Created October 5, 2022 05:52 — forked from jitheshkt/instructions.txt
Installing SSL on WSL2 Apache
# The idea is, we don't install certificates on WSL, instead we install them on
# Windows and point the path at WSL Apache/Ngnix configuration file.
# We use mkcert to generate certificates.
# https://github.com/FiloSottile/mkcert
# Install mkcert on Linux. Even though we don't generate certificate here,
# I am installing this only to check the constant is properly set or not.
# If you're Linux Ninja like my friend Bombay, you could do it without
# This package for sure.