OP#414 update app.ini

This commit is contained in:
Arne Teuke
2026-02-05 15:23:03 +01:00
parent 3761190b20
commit cccd0c4543
2 changed files with 3 additions and 1 deletions

View File

@@ -19,6 +19,8 @@ class confdroid_gitea::main::files (
file { '/usr/local/bin/gitea': file { '/usr/local/bin/gitea':
ensure => 'link', ensure => 'link',
owner => $ga_user,
group => $ga_user,
target => "${ga_opt_dir}/gitea", target => "${ga_opt_dir}/gitea",
} }

View File

@@ -85,7 +85,7 @@ class confdroid_gitea::params (
String $ga_log_mode = 'file', String $ga_log_mode = 'file',
String $ga_log_level = 'info', String $ga_log_level = 'info',
# security # security
Boolean $ga_install_lock = false, Boolean $ga_install_lock = true,
String $ga_secret_key = 'ChangeMe1234567890', String $ga_secret_key = 'ChangeMe1234567890',
String $ga_reverse_proxy_limit = '1', String $ga_reverse_proxy_limit = '1',
String $ga_reverse_proxy_trusted_proxies = '*', String $ga_reverse_proxy_trusted_proxies = '*',