- sogoctl: supervisor avec health checks et restart auto - sogoway: gateway HTTP, auth JWT, routing par hostname - sogoms-db: microservice MariaDB avec pool par application - Protocol IPC Unix socket JSON length-prefixed - Config YAML multi-application (prokov) - Deploy script pour container Alpine gw3 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
23 lines
154 B
Plaintext
23 lines
154 B
Plaintext
# Binaries
|
|
bin/
|
|
*.exe
|
|
sogoctl
|
|
sogoway
|
|
sogoms-db
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS
|
|
.DS_Store
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Secrets (never commit)
|
|
/secrets/
|
|
|
|
# Temp
|
|
*.tar.gz
|