OP#414 halfway through aoo config

This commit is contained in:
12ww1160
2026-02-04 12:12:33 +01:00
parent 9c8d601465
commit c354e462d1
4 changed files with 71 additions and 8 deletions

29
templates/app.ini.erb Normal file
View File

@@ -0,0 +1,29 @@
APP_NAME = Confdroid Git + Container Registry
RUN_MODE = prod
WORK_PATH = <%= @ga_working_dir %>
CUSTOM_PATH = <%= @ga_custom_dir %>
DATA_PATH = <%= @ga_data_dir %>
LOG_PATH = <%= @ga_log_dir %>
TMP_PATH = <%= @ga_tmp_dir %>
[repository]
ROOT = <%= @ga_repo_dir %>
[repository.local]
LOCAL_COPY_PATH = <%= @ga_tmp_dir %>/local-repository
[repository.upload]
TEMP_PATH = <%= @ga_uploads_dir %>
[server]
APP_DATA_PATH = <%= @ga_data_dir %>
DOMAIN = <%= @ga_domain %>
SSH_DOMAIN = <%= @ga_domain %>
HTTP_PORT = <%= @ga_http_port %>
ROOT_URL = <%= @ga_root_url %>
DISABLE_SSH = <%= @ga_disable_ssh %>
SSH_PORT = <%= @ga_ssh_port %>
SSH_LISTEN_PORT = <%= @ga_ssh_port %>
LFS_START_SERVER = <%= @ga_start_lfs %>
START_SSH_SERVER = <%= @ga_start_ssh_server %>