2018-10-18 05:46:12 +00:00
|
|
|
=============
|
|
|
|
Gitea README
|
|
|
|
=============
|
|
|
|
|
2019-02-27 21:39:14 +00:00
|
|
|
This Ansible role installs Gitea - a self-hosted Git service written in Go.
|
2018-10-18 05:46:12 +00:00
|
|
|
|
|
|
|
Using It
|
|
|
|
--------
|
|
|
|
|
2019-03-08 04:51:19 +00:00
|
|
|
Gitea should be accessible at http://box/gitea
|
2019-03-02 05:03:26 +00:00
|
|
|
|
|
|
|
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/>`.
|