docs(readme) revert more paragraph wrapping

This commit is contained in:
alexandra catalina 2024-03-30 14:17:45 -07:00
parent e1344582f1
commit ea5596c168

View file

@ -142,8 +142,8 @@ See the [HA Setup](docs/ha-setup.md) document for more details.
## Configuration ## Configuration
Forgejo offers lots of configuration options. This is fully described in the Forgejo offers lots of configuration options.
[Cheat Sheet](https://forgejo.org/docs/latest/admin/config-cheat-sheet/). This is fully described in the [Cheat Sheet](https://forgejo.org/docs/latest/admin/config-cheat-sheet/).
```yaml ```yaml
gitea: gitea:
@ -310,8 +310,7 @@ If HA is not needed/desired, the following configurations can be used to deploy
### Additional _app.ini_ settings ### Additional _app.ini_ settings
> **The > **The [generic](https://forgejo.org/docs/latest/admin/config-cheat-sheet/#overall-default)
> [generic](https://forgejo.org/docs/latest/admin/config-cheat-sheet/#overall-default)
> section cannot be defined that way.** > section cannot be defined that way.**
Some settings inside _app.ini_ (like passwords or whole authentication configurations) must be considered sensitive and therefore should not be passed via plain text inside the _values.yaml_ file. Some settings inside _app.ini_ (like passwords or whole authentication configurations) must be considered sensitive and therefore should not be passed via plain text inside the _values.yaml_ file.
@ -398,11 +397,8 @@ Priority (highest to lowest) for defining app.ini variables:
### External Database ### External Database
A [supported external A [supported external database](https://forgejo.org/docs/latest/admin/config-cheat-sheet/#database-database/)can be used instead of the built-in PostgreSQL.
database](https://forgejo.org/docs/latest/admin/config-cheat-sheet/#database-database/) In fact, it is **highly recommended** to use an external database to ensure a stable Forgejo installation longterm.
can be used instead of the built-in PostgreSQL. In fact, it is **highly
recommended** to use an external database to ensure a stable Forgejo
installation longterm.
If an external database is used, no matter which type, make sure to set `postgresql.enabled` to `false` to disable the use of the built-in PostgreSQL. If an external database is used, no matter which type, make sure to set `postgresql.enabled` to `false` to disable the use of the built-in PostgreSQL.
@ -570,8 +566,8 @@ gitea:
### LDAP Settings ### LDAP Settings
Like the admin user the LDAP settings can be updated. All LDAP values from Like the admin user the LDAP settings can be updated.
<https://forgejo.org/docs/latest/admin/command-line/#admin> are available. All LDAP values from <https://forgejo.org/docs/latest/admin/command-line/#admin> are available.
Multiple LDAP sources can be configured with additional LDAP list items. Multiple LDAP sources can be configured with additional LDAP list items.
@ -623,11 +619,9 @@ Affected options:
### OAuth2 Settings ### OAuth2 Settings
Like the admin user, OAuth2 settings can be updated and disabled but not Like the admin user, OAuth2 settings can be updated and disabled but not deleted.
deleted. Deleting OAuth2 settings has to be done in the ui. All OAuth2 values, Deleting OAuth2 settings has to be done in the UI.
which are documented All OAuth2 values, which are documented [here](https://forgejo.org/docs/latest/admin/command-line/#admin), are available.
[here](https://forgejo.org/docs/latest/admin/command-line/#admin), are
available.
Multiple OAuth2 sources can be configured with additional OAuth list items. Multiple OAuth2 sources can be configured with additional OAuth list items.
@ -702,9 +696,8 @@ signing:
existingSecret: custom-gitea-gpg-key existingSecret: custom-gitea-gpg-key
``` ```
To use the gpg key, Forgejo needs to be configured accordingly. A detailed To use the gpg key, Forgejo needs to be configured accordingly.
description can be found in the A detailed description can be found in the [documentation](https://forgejo.org/docs/latest/admin/signing/#general-configuration).
[documentation](https://forgejo.org/docs/latest/admin/signing/#general-configuration).
## Metrics and profiling ## Metrics and profiling