Complete reference dashboard • Everything you've touched on this machine
~/.cloudflared/config.yml
~/.cloudflared/1c23d677-617b-4f8a-8011-dbcd4d473102.json
| Public Hostname | Local Target | Service |
|---|---|---|
home.uft1.com |
http://localhost:80 |
nginx — "It works!" page |
mini-pc.uft1.com |
http://localhost:80 |
nginx — same as home |
minipc.uft1.com |
http://localhost:80 |
nginx — infra dashboard (password protected) |
pic.uft1.com |
http://localhost:38471 |
og-image (Node.js server) |
netdata.uft1.com |
http://localhost:19999 |
Netdata monitoring dashboard |
| Label | Service | RunAtLoad | KeepAlive | Config Path |
|---|---|---|---|---|
com.jo.cloudflared |
Cloudflare tunnel | ✓ | ✓ | /Library/LaunchDaemons/com.jo.cloudflared.plist |
homebrew.mxcl.nginx |
nginx on :80 | ✓ | ✓ | /Library/LaunchDaemons/homebrew.mxcl.nginx.plist |
com.netdata.agent |
Netdata monitoring | ✓ | ✓ | /Library/LaunchDaemons/com.netdata.agent.plist |
| Label | Service | Port | Repo |
|---|---|---|---|
com.fore.og-image |
og-image (Node.js) | :38471 | fore/lab/og-image |
homebrew.mxcl.redis |
Redis server | :6379 | Homebrew |
| Port | Process | Service | Notes |
|---|---|---|---|
22 |
sshd | SSH | System |
80 |
nginx | Web server | Behind Cloudflare |
6379 |
redis-server | Redis | 127.0.0.1 (local only) |
19999 |
netdata | Monitoring UI | Behind Cloudflare |
20241 |
cloudflared | Metrics API | 127.0.0.1 (local only) |
38471 |
node (og-image) | OG image generator | Behind Cloudflare |
/opt/homebrew/bin/nginx
/opt/homebrew/etc/nginx/nginx.conf
/opt/homebrew/Cellar/nginx/1.27.0/html/
/opt/homebrew/etc/nginx/.htpasswd
Tunnel Credentials: ~/.cloudflared/1c23d677-617b-4f8a-8011-dbcd4d473102.json
Origin Certificate: ~/.cloudflared/cert.pem
Tunnel Token: ~/.cloudflared/token.txt
⚠️ Back these up separately (1Password, encrypted disk, etc.)
http://127.0.0.1:19999
127.0.0.1:6379
http://127.0.0.1:38471