This commit is contained in:
2026-07-12 23:19:42 +08:00
parent 94f6ecf901
commit 2dcafae465
14 changed files with 2303 additions and 0 deletions

4
deploy/start.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
cd "$(dirname "$0")"
if [ ! -f config.yaml ]; then cp config.yaml.example config.yaml; fi
./server