feat: Bump Forgejo to version 14

Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
Julien Riou 2026-02-15 08:27:12 +01:00
commit db92d74ee5
Signed by: jriou
GPG key ID: 9A099EDA51316854
3 changed files with 5 additions and 5 deletions

View file

@ -63,7 +63,7 @@ The following variables can be configured for this role:
| Variable | Type | Required | Default | Description (abstract) |
|----------|------|----------|---------|------------------------|
| `forgejo_server` | `bool` | No | `true` | Enable the server mode |
| `forgejo_version` | `int` | No | `13` | Version of the Forgejo binaries |
| `forgejo_version` | `int` | No | `14` | Version of the Forgejo binaries |
| `forgejo_home_dir` | `path` | No | `"/var/lib/forgejo"` | Path to the home directory |
| `forgejo_config_dir` | `path` | No | `"/etc/forgejo"` | Path to the configuration directory |
| `forgejo_web_port` | `int` | No | `3000` | Port to listen for the web UI |
@ -100,7 +100,7 @@ Version of the Forgejo binaries
- **Type**: `int`
- **Required**: No
- **Default**: `13`
- **Default**: `14`