Accessing Forgejo
- 웹 브라우저를 열고 다음 주소로 이동하세요:
http://<SERVER_IP>:3000 - The database is already configured (PostgreSQL via Docker).
- Complete the initial configuration and setup carefully.
Git Access (SSH)
Forgejo exposes Git over SSH on port 222.
Clone example:
git clone ssh://git@<SERVER_IP>:222/username/repository.git
중요한 파일 및 디렉터리
- 애플리케이션 설치:
/root/forgejo - Docker Compose 파일:
/root/forgejo/docker-compose.yml - Forgejo application data:
/root/forgejo/data - PostgreSQL database data:
/root/forgejo/postgres_data