Initial commit: OpenMemory에서 마이그레이션한 장기기억 볼트

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
kappa
2026-03-12 16:34:42 +09:00
commit ea090d1c18
20 changed files with 592 additions and 0 deletions

23
services/gitea.md Normal file
View File

@@ -0,0 +1,23 @@
---
title: Gitea 서버 및 CI/CD
updated: 2026-03-12
source: openmemory
---
## 서버
Gitea 서버는 Synology NAS에서 패키지로 운영 중.
Gitea 경로는 /volume1/@appstore/gitea/bin/gitea, 포트는 8418.
## 이미지 레지스트리
모든 gitea 이미지는 gitea.anvil.it.com/kaffa/ 경로
## Act Runner
Gitea Act Runner는 incus-jp1의 gitea-runner 컨테이너에서 실행 (act_runner daemon, systemd 서비스).
## CI/CD 배포
On push to main branch, uses appleboy/ssh-action to SSH into incus-kr1 and execute 'git pull && docker compose up -d --build'