Skip to content

Instantly share code, notes, and snippets.

@mlstar9
mlstar9 / moca-page-final.html
Created March 13, 2026 21:01
moca workshop - personal page widget
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>moca — weathered but still glowing</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Space+Mono:ital,wght@0,400;0,700;1,400&display=swap" rel="stylesheet">
<style>
@mlstar9
mlstar9 / moca-room-widget.html
Created March 13, 2026 20:36
moca room widget
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>moca — workshop terminal</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;500;700&display=swap');
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
@mlstar9
mlstar9 / Caddyfile
Last active March 8, 2026 23:27
Living Home — Production Infrastructure Configs (systemd + caddy + deploy script)
# /etc/caddy/Caddyfile
# Living Home Backend — Reverse Proxy
#
# Install Caddy:
# sudo apt install -y debian-keyring debian-archive-keyring apt-transport-https
# curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' | sudo gpg --dearmor -o /usr/share/keyrings/caddy-stable-archive-keyring.gpg
# curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/debian.deb.txt' | sudo tee /etc/apt/sources.list.d/caddy-stable.list
# sudo apt update && sudo apt install caddy
#
# Deploy:
@mlstar9
mlstar9 / dashboard.html
Last active February 14, 2026 16:37
Russ Bot Dashboard
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Russ — Dashboard</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');
* { margin: 0; padding: 0; box-sizing: border-box; }
:root {