Initial commit: Socktop WebTerm with k3s deployment

- Multi-architecture Docker image (ARM64 + AMD64)
- Kubernetes manifests for 3-replica deployment
- Traefik ingress configuration
- NGINX Proxy Manager integration
- ConfigMap-based configuration
- Automated build and deployment scripts
- Session monitoring tools
This commit is contained in:
2025-11-28 01:31:33 -08:00
parent 627073ef2d
commit 6e48c095ab
68 changed files with 12391 additions and 1007 deletions
+18
View File
@@ -2,3 +2,21 @@
**/*.rs.bk
/node_modules
# Configuration files with sensitive data
files/*.pem
files/alacritty.toml
files/catppuccin-frappe.toml
files/profiles.json
# Docker volumes and logs
logs/
*.log
# Local environment files
.env
.env.local
# OS specific
.DS_Store
Thumbs.db