spantaleev / gitea-docker-ansible-deploy

🐳 Gitea (a self-hosted Git service) server setup using Ansible and Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gitea server setup using Ansible and Docker


WARNING: this playbook has been made obsolete by the MASH playbook, which also supports installing the Gitea and Woodpecker CI server and agent services. There's a migration guide in the changelog.


This Ansible playbook can help you set up your own Gitea server instance:

SSL certificates are automatically managed by a Traefik reverse-proxy.

Various components (Postgres, Traefik, etc.) can be disabled and replaced with your own other implementations (see configuring the playbook).

Features

Using this playbook, you can get the following services configured on your server:

Basically, this playbook aims to get you up-and-running with all the basic necessities around Gitea.

Installation

To configure and install Gitea on your own server, follow the README in the docs/ directory.

Changes

This playbook evolves over time, sometimes with backward-incompatible changes.

When updating the playbook, refer to the changelog to catch up with what's new.

Support

Related

You may also be interested in these other playbooks:

About

🐳 Gitea (a self-hosted Git service) server setup using Ansible and Docker

License:GNU Affero General Public License v3.0


Languages

Language:Jinja 49.9%Language:Shell 45.7%Language:Makefile 4.5%