Flask-based VPS management panel with SSH remote command execution. Includes E2E encrypted SSH tunnel (AES-256-GCM + Go agent), setup wizard, security hardening tools, DNS management, firewall configs, monitoring, backup, and .sec patch update system. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
56 lines
730 B
Plaintext
56 lines
730 B
Plaintext
# ── Not part of the manager ──
|
|
site/
|
|
insurrect-us/
|
|
projects/
|
|
services/
|
|
setec-mgr/
|
|
setec-tools/
|
|
setup-vps.sh
|
|
fix-remaining.sh
|
|
ssh_cmd.py
|
|
|
|
# ── Resources (keep logo only) ──
|
|
resources/*
|
|
!resources/setec_labs_logo.svg
|
|
|
|
# ── Claude Code config (contains approved commands with secrets) ──
|
|
.claude/
|
|
|
|
# ── Python ──
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
*.egg
|
|
venv/
|
|
.venv/
|
|
env/
|
|
|
|
# ── Config (contains user secrets) ──
|
|
config.json
|
|
*.key
|
|
*.pem
|
|
|
|
# ── Logs ──
|
|
*.log
|
|
|
|
# ── Compiled Go agent binary ──
|
|
setec-web/agent/setec-agent
|
|
|
|
# ── Node.js ──
|
|
node_modules/
|
|
|
|
# ── IDE ──
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# ── OS ──
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|