https://catalogartifact.azureedge.net/publicartifacts/pcloudhosting.giteaa-f02f36f6-d192-46dc-8272-3bc59c630947/image2_pcloud.txt.png
Gitea
Автор: pcloudhosting
Just a moment, logging you in...
Version 1.27.3 + 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