From 3e82fa72fe61563d690a0a20fa5f06864c47879a Mon Sep 17 00:00:00 2001 From: jwobith Date: Tue, 7 Apr 2020 23:20:48 -0400 Subject: [PATCH] first commit --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..613b2ef --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# docker-gitea + +[![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](http://badges.mit-license.org) + +[Gitea](https://gitea.io) is a self-hosted git service written in Go. It provides a setup that is similar to [Github](https://github.com) but a solution that you host yourself. This repository contains the necessary configuration to run a full Gitea service in [Docker](https://docs.docker.com) using [Docker Compose](https://docs.docker.com/compose) with the capability to auto renew SSL certificates with [Let's Encrypt](https://www.letsencrypt.org). + +## License + +This project is licensed under the MIT License. +See the [LICENSE](https://github.com/jwobith/docker-gitea/blob/master/LICENSE) +file for the full license text.