initial commit

This commit is contained in:
2026-03-08 14:37:55 +00:00
commit 4da672cbc7
62 changed files with 3460 additions and 0 deletions

12
.ssh/config Normal file
View File

@@ -0,0 +1,12 @@
Host raspi-local
HostName 192.168.0.86
User pi
Host raspi
HostName ssh.rwiesner.com
User pi
ProxyCommand cloudflared access ssh --hostname %h
Host prod
HostName 159.195.46.178
User production