Spaces:
Paused
Paused
| # 在后台启动Komari Agent | |
| /usr/local/bin/komari-agent -e "$KOMARI_ENDPOINT" -t "$KOMARI_TOKEN" & | |
| # 在前台启动一个Python HTTP服务器,用于保活 | |
| python3 -m http.server 7860 | |
| # 在后台启动Komari Agent | |
| /usr/local/bin/komari-agent -e "$KOMARI_ENDPOINT" -t "$KOMARI_TOKEN" & | |
| # 在前台启动一个Python HTTP服务器,用于保活 | |
| python3 -m http.server 7860 | |