mirror of
https://github.com/roles-ansible/ansible_role_gitea.git
synced 2024-08-16 11:39:50 +02:00
Removed 'yolo wip do not use' disclaimer as this now stable enough to be used by people that are not me
This commit is contained in:
parent
6b682fdf9e
commit
0ccf9b334d
1 changed files with 0 additions and 10 deletions
10
README.md
10
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.
|
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
|
## Sample example of use in a playbook
|
||||||
|
|
||||||
The following have been tested with Debian 8, it should work on Ubuntu as well.
|
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_enabled`: Enable the Oauth2 provider (true/false)
|
||||||
* `gitea_oauth2_jwt_secret`: JWT secret
|
* `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
|
## Contributing
|
||||||
Do not hesitate to make me a pull request, and when in doubt you can reach me on
|
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).
|
Twitter [@thomas_maurice](https://twitter.com/thomas_maurice).
|
||||||
|
|
Loading…
Reference in a new issue