Favicon of OneDev

OneDev

Run a self-hosted DevOps platform with Git, CI/CD, Kanban, and package management. Automate workflows, track issues, and manage your entire dev lifecycle.

A comprehensive, self-hosted DevOps platform designed to manage your entire software development lifecycle. It combines a Git server with powerful CI/CD, issue tracking, and package management into a single, integrated system. The platform is built to be both powerful and simple, providing an intuitive experience without sacrificing advanced functionality.

Key capabilities include:

  • Unified Project Management: Organize work with a customizable issue workflow and an automated Kanban board. Track time, manage support tickets via a service desk, and keep your team organized.
  • Advanced Code Hosting: Go beyond a standard Git server with language-aware code search, in-line code discussions, and versatile branch protection rules. Automatically annotate code with test coverage and problems found during CI/CD.
  • Visual CI/CD Builder: Create pipelines using an intuitive GUI instead of writing complex configuration files. Run jobs in containers or on bare metal and manage artifacts with a built-in package registry.
  • AI-Powered Assistance: Leverage built-in AI to explain code, review pull requests, and investigate build failures. All features are deeply integrated for a seamless workflow from issue to deployment.

Directory Structure

onedev
data
.env
docker-compose.yml

docker-compose.yml

services:
  onedev:
    image: 1dev/server:latest
    container_name: onedev
    ports:
      - "6610:6610"
      - "6611:6611"
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock
      - ./data:/opt/onedev
    restart: unless-stopped

.env

# OneDev does not require sensitive environment variables for the default quickstart.
# Initial setup (admin user, password, database configuration) is handled via the web interface on first access at http://localhost:6610
Categories:

Share:

Ad
Favicon

 

  
 

Similar to OneDev

Favicon

 

  
  
Favicon

 

  
  
Favicon