feat: initial vpsbot8 multi-vps control bot
This commit is contained in:
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
venv/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.python-version
|
||||
.env
|
||||
.env.*
|
||||
config.json
|
||||
data/
|
||||
keys/
|
||||
*.db
|
||||
*.sqlite
|
||||
*.sqlite3
|
||||
*.log
|
||||
12
README.txt
Normal file
12
README.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
VPS 多机中控 - MVP
|
||||
|
||||
当前功能:
|
||||
- Telegram Bot 启动
|
||||
- 添加节点
|
||||
- 节点列表
|
||||
- SSH 测试连接
|
||||
- 系统概览
|
||||
- 删除节点
|
||||
|
||||
部署目录建议: /opt/vpsbot8
|
||||
服务名建议: vpsbot8.service
|
||||
2
requirements.txt
Normal file
2
requirements.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
python-telegram-bot==22.3
|
||||
paramiko==3.5.1
|
||||
Reference in New Issue
Block a user