Skip to content

Instantly share code, notes, and snippets.

View firmanelhakim's full-sized avatar

Firman El Hakim firmanelhakim

View GitHub Profile
@firmanelhakim
firmanelhakim / HowTo.md
Last active November 6, 2021 08:54
How to Run YouTube Downloader from Docker

AllTube

docker run -d --name alltube --log-opt max-size=50m --restart unless-stopped rudloff/alltube

Caddy as Reverse Proxy

Caddyfile
{
  # acme_ca https://acme-staging-v02.api.letsencrypt.org/directory
  email [email protected]
}