Forgejo

A lightweight software forge.

Accessing Forgejo

  • Buka peramban web Anda dan navigasikan ke: 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

Berkas dan Direktori Penting

  • Pemasangan aplikasi: /root/forgejo
  • Berkas Docker Compose: /root/forgejo/docker-compose.yml
  • Forgejo application data: /root/forgejo/data
  • Data basis data PostgreSQL: /root/forgejo/postgres_data

Rincian Aplikasi