1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00
iiab/roles/gitea
A Holt 73d945e278
Apply suggestions from code review
Co-Authored-By: aidan-fitz <aidan-fitz@users.noreply.github.com>
2019-03-07 23:54:11 -05:00
..
defaults Skip install screen on first run; configure this in Ansible 2019-03-07 18:41:10 -05:00
tasks Apply suggestions from code review 2019-03-07 23:54:11 -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/>`.