Skip to content

Commit 0daa72d

Browse files
authored
Merge pull request roles-ansible#95 from roles-ansible/DO1JLR-patch-1
Update README.md
2 parents 04de741 + 35c6d54 commit 0daa72d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Either you define exactly which release you install. Or you use the option ``lat
129129
| `gitea_show_user_email` | `false` | Do you want to display email addresses ? (true/false) |
130130
| `gitea_theme_default` | `auto` | Default theme |
131131
| `gitea_themes` | `auto,gitea,arc-green` | List of enabled themes |
132-
| `gitea_ui_extra_config` | `''` | you can use this variable to pass additional config parameters in the `[ui]` section of the config. |
132+
| `gitea_ui_extra_config` | | you can use this variable to pass additional config parameters in the `[ui]` section of the config. |
133133

134134
### UI - Meta ([ui.meta](https://docs.gitea.io/en-us/config-cheat-sheet/#ui---metadata-uimeta))
135135
| variable name | default value | description |
@@ -179,7 +179,7 @@ Either you define exactly which release you install. Or you use the option ``lat
179179
| `gitea_db_ssl` | `disable` | Configure SSL only if your database type supports it. Have a look into the [config-cheat-sheet](https://docs.gitea.io/en-us/config-cheat-sheet/#database-database) for more detailed information |
180180
| `gitea_db_path` | `{{ gitea_home }}/data/gitea.db` | DB path, if you use `sqlite3`. |
181181
| `gitea_db_log_sql` | `false` | Log the executed SQL. |
182-
| `gitea_database_extra_config` | `''` | you can use this variable to pass additional config parameters in the `[database]` section of the config. |
182+
| `gitea_database_extra_config` | | you can use this variable to pass additional config parameters in the `[database]` section of the config. |
183183

184184
### Indexer ([indexer](https://docs.gitea.io/en-us/config-cheat-sheet/#indexer-indexer))
185185
| variable name | default value | description |
@@ -195,12 +195,12 @@ Either you define exactly which release you install. Or you use the option ``lat
195195
### Security ([security](https://docs.gitea.io/en-us/config-cheat-sheet/#security-security))
196196
| variable name | default value | description |
197197
| ------------- | ------------- | ----------- |
198-
| `gitea_secret_key` | `''` | Global secret key. Will be autogenerated if not defined. Should be unique. |
198+
| `gitea_secret_key` | | Global secret key. Will be autogenerated if not defined. Should be unique. |
199199
| `gitea_disable_git_hooks` | `true` | Set to false to enable users with git hook privilege to create custom git hooks. Can be dangerous. |
200200
| `gitea_disable_webhooks` | `false` | Set to true to disable webhooks feature. |
201-
| `gitea_internal_token` | `''` | Internal API token. Will be autogenerated if not defined. Should be unique. |
201+
| `gitea_internal_token` | | Internal API token. Will be autogenerated if not defined. Should be unique. |
202202
| `gitea_password_check_pwn` | `false` | Check [HaveIBeenPwned](https://haveibeenpwned.com/Passwords) to see if a password has been exposed. |
203-
| `gitea_security_extra_config` | `''` | you can use this variable to pass additional config parameters in the `[security]` section of the config. |
203+
| `gitea_security_extra_config` | | you can use this variable to pass additional config parameters in the `[security]` section of the config. |
204204

205205
### Service ([service](https://docs.gitea.io/en-us/config-cheat-sheet/#service-service))
206206
| variable name | default value | description |
@@ -214,7 +214,7 @@ Either you define exactly which release you install. Or you use the option ``lat
214214
| `gitea_only_allow_external_registration` | `false` | Set to true to force registration only using third-party services (true/false) |
215215
| `gitea_enable_notify_mail` | `false` | Enable this to send e-mail to watchers of a repository when something happens, like creating issues (true/false) |
216216
| `gitea_auto_watch_new_repos` | `true` | Enable this to let all organisation users watch new repos when they are created (true/false) |
217-
| `gitea_service_extra_config` | `''` | you can use this variable to pass additional config parameters in the `[service]` section of the config. |
217+
| `gitea_service_extra_config` | | you can use this variable to pass additional config parameters in the `[service]` section of the config. |
218218

219219
### Mailer ([mailer](https://docs.gitea.io/en-us/config-cheat-sheet/#mailer-mailer))
220220
| variable name | default value | description |
@@ -239,18 +239,18 @@ Either you define exactly which release you install. Or you use the option ``lat
239239
| variable name | default value | description |
240240
| ------------- | ------------- | ----------- |
241241
| `gitea_session_provider` | `file` | Session engine provider |
242-
| `gitea_session_extra_config` | `''` | you can use this variable to pass additional config parameters in the `[session]` section of the config. |
242+
| `gitea_session_extra_config` | | you can use this variable to pass additional config parameters in the `[session]` section of the config. |
243243

244244
### Picture ([picture](https://docs.gitea.io/en-us/config-cheat-sheet/#picture-picture))
245245
| variable name | default value | description |
246246
| ------------- | ------------- | ----------- |
247-
| `gitea_picture_extra_config` | `''` | you can use this variable to pass additional config parameters in the `[picture]` section of the config. |
247+
| `gitea_picture_extra_config` | | you can use this variable to pass additional config parameters in the `[picture]` section of the config. |
248248

249249
### Issue and pull request attachments ([attachment](https://docs.gitea.io/en-us/config-cheat-sheet/#issue-and-pull-request-attachments-attachment))
250250
| variable name | default value | description |
251251
| ------------- | ------------- | ----------- |
252252
| `attachment_enabled` | `true` | Whether issue and pull request attachments are enabled. |
253-
| `gitea_attachment_extra_config` | `''` | you can use this variable to pass additional config parameters in the `[attachment]` section of the config. |
253+
| `gitea_attachment_extra_config` | | you can use this variable to pass additional config parameters in the `[attachment]` section of the config. |
254254

255255
### Log ([log](https://docs.gitea.io/en-us/config-cheat-sheet/#log-log))
256256
| variable name | default value | description |
@@ -306,7 +306,7 @@ Either you define exactly which release you install. Or you use the option ``lat
306306
### additional gitea config
307307
| variable name | default value | description |
308308
| ------------- | ------------- | ----------- |
309-
| `gitea_extra_config` | `''` | Additional gitea configuration. Have a look at the [config-cheat-sheet](https://docs.gitea.io/en-us/config-cheat-sheet/) before using it! |
309+
| `gitea_extra_config` | | Additional gitea configuration. Have a look at the [config-cheat-sheet](https://docs.gitea.io/en-us/config-cheat-sheet/) before using it! |
310310

311311
### Fail2Ban configuration
312312

0 commit comments

Comments
 (0)