This guide walks through a self-hosted installation of Gitea.
For Docker installation, see Docker.
Create a directory for Gitea data and configuration.
sudo mkdir -p /opt/gitea
cd /opt/gitea
Create a docker-compose.yml file with your configuration.
Use Docker Compose to start services in the background.
docker compose up -d
Prefer automation? See Gitea Ansible Setup for an example playbook.
Prefer containers? See Gitea Docker Setup.
Any questions?
Feel free to contact us. Find all contact information on our contact page.