1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00
iiab/roles/gitea
2019-03-02 00:03:26 -05:00
..
defaults Move GPG key to main.yml 2019-02-27 17:02:55 -05:00
tasks Move GPG key to main.yml 2019-02-27 17:02:55 -05:00
templates Remove commented out code; add configuration instructions 2019-03-02 00:03:26 -05:00
README.rst Remove commented out code; add configuration instructions 2019-03-02 00:03:26 -05:00

=============
Gitea README
=============

This Ansible role installs Gitea - a self-hosted Git service written in Go.

Using It
--------

Gitea should be accessible at http://box/gitea/.

Configuration
-------------

Gitea has been configured to work with MySQL; it can also be used with SQLite or
Postgres. If you want to use it with a different database, change the 
``DB_TYPE`` property in ``app.ini`` and change the line ``After=mysqld.service``
in ``gitea.service`` to one of the following:

* SQLite: comment it out.
* Postgres: ``After=postgresql.service``

Further information about configuring Gitea can be found at the
`documentation <https://docs.gitea.io/en-us/>`.