You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `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. |
133
133
134
134
### UI - Meta ([ui.meta](https://docs.gitea.io/en-us/config-cheat-sheet/#ui---metadata-uimeta))
135
135
| variable name | default value | description |
@@ -179,7 +179,7 @@ Either you define exactly which release you install. Or you use the option ``lat
179
179
| `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 |
180
180
| `gitea_db_path` | `{{ gitea_home }}/data/gitea.db` | DB path, if you use `sqlite3`. |
181
181
| `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. |
| `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. |
199
199
| `gitea_disable_git_hooks` | `true` | Set to false to enable users with git hook privilege to create custom git hooks. Can be dangerous. |
200
200
| `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. |
202
202
| `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. |
204
204
205
205
### Service ([service](https://docs.gitea.io/en-us/config-cheat-sheet/#service-service))
206
206
| variable name | default value | description |
@@ -214,7 +214,7 @@ Either you define exactly which release you install. Or you use the option ``lat
214
214
| `gitea_only_allow_external_registration` | `false` | Set to true to force registration only using third-party services (true/false) |
215
215
| `gitea_enable_notify_mail` | `false` | Enable this to send e-mail to watchers of a repository when something happens, like creating issues (true/false) |
216
216
| `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. |
| `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. |
248
248
249
249
### Issue and pull request attachments ([attachment](https://docs.gitea.io/en-us/config-cheat-sheet/#issue-and-pull-request-attachments-attachment))
250
250
| variable name | default value | description |
251
251
| ------------- | ------------- | ----------- |
252
252
| `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. |
@@ -306,7 +306,7 @@ Either you define exactly which release you install. Or you use the option ``lat
306
306
### additional gitea config
307
307
| variable name | default value | description |
308
308
| ------------- | ------------- | ----------- |
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! |
0 commit comments