From 70f2a120381aca0f7db42ccb47a36d970be744b0 Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 22 Nov 2017 21:01:37 +0100 Subject: [PATCH] added gitea readme --- templates/gitea/0/Readme.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 templates/gitea/0/Readme.md diff --git a/templates/gitea/0/Readme.md b/templates/gitea/0/Readme.md new file mode 100644 index 0000000..d0ba3c3 --- /dev/null +++ b/templates/gitea/0/Readme.md @@ -0,0 +1,18 @@ +# Gitea - Git with a cup of tea + +> A painless self-hosted Git service. + +Gitea is a community managed fork of Gogs, lightweight code hosting solution written in Go and published under the MIT license. + +## Installation + +Note the mysql-root password from below, you will need it during installation. + +When launching Gitea for the first time, you will greeted with an installer. You'll need to change two things: + +* The database settings: + * Username: `root` + * Password: the previously mentioned password + * Database: `gitea` + * Database Host: `db:3306` +* Change the public URL to the one you defined previously, this is needed to access Gitea's web UI.