Accessing Opengist
- Open in browser:
http://<SERVER_IP>:6157 - Git SSH access:
ssh://git@<SERVER_IP>:2222
Initial Setup
- Open the web interface.
- Register a new account.
- The first registered account automatically becomes the admin user.
Important Files & Directories
- Install Path:
/opt/opengist - Compose File:
/opt/opengist/docker-compose.yml - Environment File:
/opt/opengist/.env - Data Volume:
/var/lib/docker/volumes/opengist_opengist-data
Managing the Stack
cd /opt/opengist
Check status:
docker compose ps
View logs:
docker compose logs -f
Restart services:
docker compose restart
Stop stack:
docker compose down
Start stack:
docker compose up -d
Notes
- New account registration can be managed by the admin from the Opengist configuration panel.
- Git over SSH is exposed on port
2222. - The web interface is exposed on port
6157.