mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-01 14:25:49 +02:00
Update to 2023-07-19 18:00
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
---
|
||||
|
||||
# Version to install
|
||||
gitea_version: 1.19.4
|
||||
gitea_version: 1.20.0
|
||||
# URL to the binary
|
||||
gitea_bin_url: https://dl.gitea.io/gitea/{{ gitea_version }}/gitea-{{ gitea_version }}-linux-amd64
|
||||
# sha256 of the binary
|
||||
gitea_bin_sha256: bf68e8e39c70dc54a7876527d463b517f8af51a2d2924511cd047f479cd8aefd
|
||||
gitea_bin_sha256: a4db83051bcd5019ecb7879301f849a6513a5c074f1f684be1b39135747c70c9
|
||||
# Handle updates. If set to false, ansible will only install
|
||||
# Gitea and then won't touch an existing installation
|
||||
gitea_manage_upgrade: True
|
||||
|
@@ -24,12 +24,14 @@ ROOT_URL = {{ gitea_public_url }}
|
||||
DISABLE_SSH = false
|
||||
SSH_PORT = {{ gitea_ssh_port }}
|
||||
LFS_START_SERVER = true
|
||||
LFS_CONTENT_PATH = {{ gitea_root_dir }}/data/lfs
|
||||
LFS_JWT_SECRET = {{ gitea_tokens.results | selectattr('item','equalto','LFS_JWT_SECRET') | map(attribute='stdout') | first | string }}
|
||||
OFFLINE_MODE = true
|
||||
STATIC_ROOT_PATH = {{ gitea_root_dir }}
|
||||
LANDING_PAGE = explore
|
||||
|
||||
[LFS]
|
||||
PATH = {{ gitea_root_dir }}/data/lfs
|
||||
|
||||
[oauth2]
|
||||
JWT_SECRET = {{ gitea_tokens.results | selectattr('item','equalto','JWT_SECRET') | map(attribute='stdout') | first | string }}
|
||||
|
||||
|
@@ -4,7 +4,7 @@ After=syslog.target
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
Type=notify
|
||||
User=gitea
|
||||
Group=gitea
|
||||
WorkingDirectory={{ gitea_root_dir }}
|
||||
|
Reference in New Issue
Block a user