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) | | Variable | Type | Required | Default | Description (abstract) |
|----------|------|----------|---------|------------------------| |----------|------|----------|---------|------------------------|
| `forgejo_server` | `bool` | No | `true` | Enable the server mode | | `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_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_config_dir` | `path` | No | `"/etc/forgejo"` | Path to the configuration directory |
| `forgejo_web_port` | `int` | No | `3000` | Port to listen for the web UI | | `forgejo_web_port` | `int` | No | `3000` | Port to listen for the web UI |
@ -100,7 +100,7 @@ Version of the Forgejo binaries
- **Type**: `int` - **Type**: `int`
- **Required**: No - **Required**: No
- **Default**: `13` - **Default**: `14`

View file

@ -11,8 +11,8 @@ forgejo_server: true
# #
# - Type: int # - Type: int
# - Required: No # - Required: No
# - Default: 13 # - Default: 14
forgejo_version: 13 forgejo_version: 14
# Path to the home directory # Path to the home directory
# #

View file

@ -17,7 +17,7 @@ argument_specs:
description: description:
- Version of the Forgejo binaries - Version of the Forgejo binaries
type: int type: int
default: 13 default: 14
forgejo_home_dir: forgejo_home_dir:
description: description: