master
Gitea Debian Repository
This repository provides Debian packages for Gitea, built for amd64 and arm64.
Each Gitea release is downloaded from the official release artifacts, its GPG signature and SHA256 checksum are verified, and the result is packaged as a .deb by the sibling gitea-deb-builder project.
Client Setup
Add the repository to the client:
cat >/etc/apt/sources.list.d/gitea.list <<'EOF'
deb [trusted=yes] https://git.24unix.net/tracer/gitea-deb/raw/branch/master/ ./
EOF
Update APT and install the package:
apt update
apt install gitea
The installed service is named gitea.
Upgrades
New Gitea releases are packaged shortly after upstream publishes them; a regular apt upgrade keeps the installation current.
Related
- gitea-deb-builder — builds the packages in this repository
- gitea-runner-deb — Debian packages for the Gitea Actions runner