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:
+18
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user