1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00
iiab/roles/gitea
A Holt d86c985f7c
Update roles/gitea/tasks/install.yml
Co-Authored-By: aidan-fitz <aidan-fitz@users.noreply.github.com>
2019-03-07 23:52:07 -05:00
..
defaults Skip install screen on first run; configure this in Ansible 2019-03-07 18:41:10 -05:00
tasks Update roles/gitea/tasks/install.yml 2019-03-07 23:52:07 -05:00
templates TOML requires Boolean values to be lowercase 2019-03-07 20:10:35 -05:00
README.rst Update roles/gitea/README.rst 2019-03-07 23:51:19 -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/>`.