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

9
services/aws-ses.md Normal file
View File

@@ -0,0 +1,9 @@
---
title: AWS SES 이메일
updated: 2026-03-12
source: openmemory
---
## IAM 권한
AWS SES IAM 권한 설정: 최소 권한 정책은 ses:SendEmail, ses:SendRawEmail, ses:GetSendQuota, ses:GetSendStatistics. Resource는 특정 identity ARN으로 제한.

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'

9
services/telegram-bot.md Normal file
View File

@@ -0,0 +1,9 @@
---
title: Telegram 봇
updated: 2026-03-12
source: openmemory
---
## 구성
구성: Telegram Bot API → 웹훅 → FastAPI 서버 → DeepSeek LLM

17
services/twilio.md Normal file
View File

@@ -0,0 +1,17 @@
---
title: Twilio 음성/메시지
updated: 2026-03-12
source: openmemory
---
## Account
Account SID: AC4c48cedd8879aa315feb37be88590504
## 웹훅
웹훅 URL: https://twilio.jp.inouter.com/voice/start
## 배달 이슈
Twilio는 메시지를 'delivered'로 보고하지만 실제로 수신되지 않음