Skip to content

Commit e56f26d

Browse files
committed
Fix Forgejo doc
1 parent 29cc983 commit e56f26d

File tree

1 file changed

+5
-5
lines changed
  • docs/configuration/registries/forgejo

1 file changed

+5
-5
lines changed

docs/configuration/registries/forgejo/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ The `forgejo` registry lets you configure a self-hosted [Forgejo](https://forgej
55

66
### Variables
77

8-
| Env var | Required | Description | Supported values | Default value when missing |
9-
|-------------------------------------------------|:--------------:|-----------------------------------------------------------------|-------------------------------------------------------|----------------------------|
10-
| `WUD_REGISTRY_FORGEJO_{REGISTRY_NAME}_URL` | :red_circle: | Registry URL (e.g. https://forgejo.acme.com) | | |
11-
| `WUD_REGISTRY_FORGEJO_{REGISTRY_NAME}_LOGIN` | :red_circle: | Gitea username | WUD_REGISTRY_FORGEJO_{REGISTRY_NAME}_PASSWORD must be defined | |
12-
| `WUD_REGISTRY_FORGEJO_{REGISTRY_NAME}_PASSWORD` | :red_circle: | Gitea password | WUD_REGISTRY_FORGEJO_{REGISTRY_NAME}_LOGIN must be defined | |
8+
| Env var | Required | Description | Supported values | Default value when missing |
9+
|-------------------------------------------------|:--------------:|-----------------------------------------------------------------|-----------------------------------------------------------------------|----------------------------|
10+
| `WUD_REGISTRY_FORGEJO_{REGISTRY_NAME}_URL` | :red_circle: | Registry URL (e.g. https://forgejo.acme.com) | | |
11+
| `WUD_REGISTRY_FORGEJO_{REGISTRY_NAME}_LOGIN` | :red_circle: | Forgejo username | WUD_REGISTRY_FORGEJO_{REGISTRY_NAME}_PASSWORD must be defined | |
12+
| `WUD_REGISTRY_FORGEJO_{REGISTRY_NAME}_PASSWORD` | :red_circle: | Forgejo password or personal access token | WUD_REGISTRY_FORGEJO_{REGISTRY_NAME}_LOGIN must be defined | |
1313
| `WUD_REGISTRY_FORGEJO_{REGISTRY_NAME}_AUTH` | :white_circle: | Htpasswd string (when htpasswd auth is enabled on the registry) | WUD_REGISTRY_FORGEJO_{REGISTRY_NAME}_LOGIN/TOKEN must not be defined | |
1414
### Examples
1515

0 commit comments

Comments
 (0)