迁移服务器;分开开发端与生产端;去除废弃接口;对象存储、Kong网关使用SSL;修改所有使用内网地址的代码;切换域名;更新Ktor、ws-scrcpy启动服务;修改Prometheus配置;

This commit is contained in:
BBIT-Kai
2025-10-28 16:33:54 +08:00
parent 08eb2d84eb
commit 2e0a2633bc
23 changed files with 153 additions and 119 deletions
+3 -3
View File
@@ -1,10 +1,10 @@
[Unit]
Description=Ktor Server
Description=BBIT AI Lab Ktor Server
After=network.target
[Service]
ExecStart=/opt/final/ktor/bin/ktor
WorkingDirectory=/opt/final/ktor
ExecStart=/home/bbit/bbit_ai_lab/ktor/bin/ktor
WorkingDirectory=/home/bbit/bbit_ai_lab/ktor
Restart=always
[Install]