Accessing OneDev
- 打开浏览器并访问:
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
重要文件和目录
- 主安装目录:
/opt/onedev - Environment variables (credentials and setup values):
/opt/onedev/.env - Docker Compose 配置:
/opt/onedev/docker-compose.yml - OneDev persistent application data:
/opt/onedev/onedev-data - PostgreSQL persistent database data:
/opt/onedev/postgres-data