mirror of
https://github.com/m1ngsama/automa.git
synced 2026-03-25 18:23:49 +00:00
Infrastructure audit revealed services running in production with no corresponding deploy scripts. Closes #11. - sing-box: server + client deploy scripts. Config generated by sing-box-yg (https://github.com/yonggekkk/sing-box-yg), stored in infra for recovery. - tnt: terminal chat server via official install.sh; proper systemd unit with unprivileged user and security hardening. - minio: single-binary install from dl.min.io; minio-user, /etc/default/minio. - galene: binary install from GitHub releases; configurable UDP range for WebRTC. - frp/server: add FRP_WEB_USER to .env.example and frps.toml.example; fix hardcoded "root" username in web dashboard config.
7 lines
188 B
Text
7 lines
188 B
Text
# role: any
|
|
# description: TNT terminal chat server (SSH-based, github.com/m1ngsama/TNT)
|
|
TNT_PORT=2222
|
|
TNT_ACCESS_TOKEN=
|
|
TNT_BIND_ADDR=0.0.0.0
|
|
TNT_MAX_CONNECTIONS=50
|
|
TNT_MAX_CONN_PER_IP=3
|