Merge pull request 'Fixed a typo in the readme.' (#3) from development into main

Reviewed-on: http://gitea.tomsitcafe.com:3000/iron/ds-gitea/pulls/3
This commit is contained in:
DeadSwitch
2026-02-09 15:44:16 +01:00
2 changed files with 3 additions and 2 deletions

View File

@@ -48,7 +48,8 @@ The remaining variables must be declared in the inventory.
| gitea_ssh_domain | string | SSH domain |
| gitea_domain | string | Domain to reach Gitea |
| gitea_http_port | int | Gitea HTTP port |
| gitea_root_url | string | Protocoll + FQDN |
| gitea_ssh_port | int | Gitea SSH port |
| gitea_root_url | string | Protocol + FQDN |
| gitea_lfs_jwt_secret | string | LFS storage secret |
| gitea_internal_token | string | Internal token |
| gitea_jwt_secret | string | JWT secret |

View File

@@ -26,7 +26,7 @@ HTTP_PORT = {{ gitea_http_port }}
ROOT_URL = {{ gitea_root_url }}
APP_DATA_PATH = /var/lib/gitea/data
DISABLE_SSH = false
SSH_PORT = 22
SSH_PORT = {{ gitea_ssh_port }}
LFS_START_SERVER = true
LFS_JWT_SECRET = {{ gitea_lfs_jwt_secret }}
OFFLINE_MODE = true