Files
obsidian/services/gitea.md
2026-03-12 16:34:42 +09:00

580 B

title, updated, source
title updated source
Gitea 서버 및 CI/CD 2026-03-12 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'