update README
This commit is contained in:
parent
af20311115
commit
c5e01c68cd
1 changed files with 7 additions and 0 deletions
|
@ -98,6 +98,13 @@ The following have been tested with Debian 8, it should work on Ubuntu as well.
|
||||||
* `gitea_db_ssl`: Use SSL ? (postgres only!). Can be `required`, `disable`, `verify-full`
|
* `gitea_db_ssl`: Use SSL ? (postgres only!). Can be `required`, `disable`, `verify-full`
|
||||||
* `gitea_db_path`: DB path, if you use `sqlite3`. The default is good enough to work though.
|
* `gitea_db_path`: DB path, if you use `sqlite3`. The default is good enough to work though.
|
||||||
|
|
||||||
|
### Mailer configuration
|
||||||
|
|
||||||
|
* `gitea_mailer_enabled`: Wether to enable the mailer. Default: `false`
|
||||||
|
* `gitea_mailer_skip_verify`: Skip SMTP TLS certificate verification
|
||||||
|
* `gitea_mailer_host`: SMTP server hostname and port
|
||||||
|
* `gitea_mailer_from`: Sender mail address
|
||||||
|
|
||||||
## Disclaimer
|
## Disclaimer
|
||||||
This module is currently a work in progress. For now it is only able to install
|
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
|
gitea from the Github Release, in a fixed version for Linux amd64, on systems
|
||||||
|
|
Loading…
Reference in a new issue