feat: Bump Forgejo to version 14
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
fe492d6188
commit
db92d74ee5
3 changed files with 5 additions and 5 deletions
|
|
@ -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`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
#
|
#
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue