- 전체 파일에 [[위키링크]] 추가 (Obsidian 그래프 연결) - frontmatter에서 source: openmemory 제거 - infra-hosts.md에 서비스 위치/Incus 프로젝트 테이블 추가 - dev/claude-code-setup.md 신규 (CLAUDE.md 인스트럭션 Vault 버전)
577 B
577 B
title, updated
| title | updated |
|---|---|
| Gitea 서버 및 CI/CD | 2026-03-12 |
서버
Gitea 서버는 Synology NAS에서 패키지로 운영 중.
Gitea 경로는 /volume1/@appstore/gitea/bin/gitea, 포트는 8418.
이미지 레지스트리
모든 gitea 이미지는 gitea.anvil.it.com/kaffa/ 경로
Act Runner
Gitea Act Runner는 infra-hosts의 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'