OneDev

Git Server with CI/CD, Kanban, and Packages.

Accessing OneDev

  • Open your browser and navigate to: http://<Server-IP>:6610
  • Log in using the admin username, password, and email you provided during deployment.
  • Admin credentials are securely stored in /opt/onedev/.env.
  • Account self sign-up and anonymous access can be controlled via Administration → Security Settings.
  • Ensure the Server URL is correctly configured under Administration → System Settings.

Service Ports

  • OneDev Web Interface: 6610
  • OneDev Git/SSH Access: 6611

Important Files and Directories

  • Main installation directory: /opt/onedev
  • Environment variables (credentials and setup values): /opt/onedev/.env
  • Docker Compose configuration: /opt/onedev/docker-compose.yml
  • OneDev persistent application data: /opt/onedev/onedev-data
  • PostgreSQL persistent database data: /opt/onedev/postgres-data

Application Details