From 0ccf9b334dfee84dc0812a743bf286b3062e5812 Mon Sep 17 00:00:00 2001 From: Thomas Maurice Date: Sun, 12 May 2019 11:44:42 +0100 Subject: [PATCH] Removed 'yolo wip do not use' disclaimer as this now stable enough to be used by people that are not me --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 5423385..b5fe16e 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,6 @@ This role installs and manages a [gitea](https://gitea.io) server - Gitea is a Golang Git repository webapp, having the same look and feel as GitHub. -It is still under developpement, see "Disclaimer" if you can't make it work. - ## Sample example of use in a playbook The following have been tested with Debian 8, it should work on Ubuntu as well. @@ -127,14 +125,6 @@ As this will only deploy config files fail2ban has to be already installed, othe * `gitea_oauth2_enabled`: Enable the Oauth2 provider (true/false) * `gitea_oauth2_jwt_secret`: JWT secret -## Disclaimer -This module is currently a work in progress. For now it is only able to install -gitea from the Github Release, in a fixed version for Linux amd64, on systems -using systemd. - -This said, it should work on every major Linux distribution, it has been tested -successfully on Debian Jessie 64 bits. - ## Contributing Do not hesitate to make me a pull request, and when in doubt you can reach me on Twitter [@thomas_maurice](https://twitter.com/thomas_maurice).