restructure: flatten scripts dirs, remove roster, update SKILL.md

This commit is contained in:
lyn
2026-03-25 07:30:09 +00:00
parent b9785b6295
commit d358abf1ce
19 changed files with 62 additions and 92 deletions

9
git-hangman-lab/scripts/gitea Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
set -euo pipefail
REMOTE_HOST="vps.git"
REMOTE_USER="root"
CONTAINER_NAME="git-kc-gitea"
ssh "$REMOTE_USER@$REMOTE_HOST" \
"docker exec -i $CONTAINER_NAME gitea --config /etc/gitea/app.ini $(printf '%q ' "$@")" <&0