https://catalogartifact.azureedge.net/publicartifacts/pcloudhosting.giteaa-e5129626-d267-49a5-94f5-0cf02c3699fb/image2_pcloud.txt.png
Gitea
بواسطة pcloudhosting
Need custom pricing or terms? Request a private offer directly from the seller - tailored for your organization.
Just a moment, logging you in...
Version 1.27.1 + Free Support on Ubuntu 26.04
Gitea is an open-source, lightweight, self-hosted Git service that provides a web-based platform for managing source code repositories, users, organizations, issues, pull requests, releases, and collaborative software development workflows. It is suitable for developers, DevOps teams, private source code management, CI/CD environments, and cloud-based development infrastructure.
Features of Gitea :- Host and manage Git repositories through a lightweight web-based interface.
- Manage users, organizations, teams, and repository access permissions.
- Support issue tracking, pull requests, code reviews, and collaborative development.
- Manage repository branches, tags, releases, and source code history.
- Support Git operations over HTTP/HTTPS and SSH.
- Provide a lightweight and resource-efficient platform for development and DevOps environments.
- Integrate with CI/CD pipelines and other software development tools.
Gitea Usage:
$ sudo su $ cd /tmp $ systemctl start gitea $ systemctl enable gitea # View Sign In credentials: $ cat /var/gitea/credentials.txt $ Check Gitea service status: systemctl status gitea $ Test the application in your browser: http://server-ip:3000 $ Verify version: ./gitea --version