From 3111eb3c2ec4843909b0829e42171e8c6f3373e9 Mon Sep 17 00:00:00 2001 From: A Holt Date: Fri, 8 Mar 2019 02:04:29 -0500 Subject: [PATCH] Update README.rst --- roles/gitea/README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/gitea/README.rst b/roles/gitea/README.rst index d1ca14dc3..ce13194f9 100644 --- a/roles/gitea/README.rst +++ b/roles/gitea/README.rst @@ -7,22 +7,22 @@ This Ansible role installs Gitea - a self-hosted Git service written in Go. Using It -------- -Gitea should be accessible at http://box/gitea +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 +PostgreSQL. If you want to use it with a different database, change the ``DB_TYPE`` property in ``/etc/gitea/app.ini`` [1] and change the line ``After=mysqld.service`` in ``/etc/systemd/system/gitea.service`` [2] to one of the following: * SQLite: comment it out. * Postgres: ``After=postgresql.service`` -[1] Prior to installing Gitea, instead edit ``/opt/iiab/iiab/roles/gitea/templates/app.ini.j2`` +[1] Prior to installing Gitea, instead edit: ``/opt/iiab/iiab/roles/gitea/templates/app.ini.j2`` -[2] Prior to installing Gitea, instead edit ``/opt/iiab/iiab/roles/gitea/templates/gitea.service.j2`` +[2] Prior to installing Gitea, instead edit: ``/opt/iiab/iiab/roles/gitea/templates/gitea.service.j2`` Documentation -------------