Skip to content

Instantly share code, notes, and snippets.

View firmanelhakim's full-sized avatar
🌴
On vacation

Firman El Hakim firmanelhakim

🌴
On vacation
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 me@doesnt-exists.com
}
@firmanelhakim
firmanelhakim / round-robin-tournament-organizer.html
Created August 20, 2025 13:39
Round Robin Tournament Organizer
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Round Robin Tournament Organizer</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<style>
body {