Gitness
بواسطة kCloudHub LLC
Version 3.4.4 + Free Support on Ubuntu 26.04
Gitness is an open-source software development platform that combines Git repository management, source code hosting, collaboration tools, and integrated CI/CD pipelines in a single application. It enables development teams to manage source code, perform code reviews, automate build and deployment workflows, and streamline the software delivery lifecycle from a unified interface. Gitness is designed to support modern DevOps practices, providing scalable repository hosting, automation capabilities, and collaboration features for teams of all sizes.
Features of Gitness:
- Git repository hosting with support for source code management and version control.
- Built-in CI/CD pipelines for automated build, test, and deployment workflows.
- Pull requests and code review capabilities to improve collaboration and code quality.
- Web-based user interface for repository management, project administration, and team collaboration.
- Support for modern DevOps workflows and integration with containerized environments.
- Self-hosted deployment option for organizations requiring complete control over their development infrastructure.
Gitness Usage:
$ sudo su
$ cd /opt/gitness
$ sudo docker compose pull
$ sudo docker compose up -d
#Check contained: $ sudo docker compose ps
#Verify the image version: $ sudo docker inspect gitness --format '{{.Config.Image}}'
Opne Gitness web interface: $ http://YOUR_SERVER_IP:3000
To get Gitness login detail's: : $ cat /var/Gitness/credentials.txt
Disclaimer: Gitness is an open-source project maintained by its contributors. This document and the software described herein are not affiliated with, endorsed by, or sponsored by the Gitness developers, Harness Inc., or any related organization. Users are advised to review and comply with the applicable licensing terms while using Gitness and to ensure that repositories, pipelines, and deployments are managed in accordance with their organization's security and compliance requirements.