mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2023-07-19 18:00
This commit is contained in:
@@ -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