infrastructure/roles/arc_core/defaults/main.json

11 lines
377 B
JSON
Raw Normal View History

2024-08-21 20:55:06 +02:00
{
2024-10-26 13:00:34 +02:00
"var_arc_core_user": "arc",
2024-08-21 20:55:06 +02:00
"var_arc_core_directory": "/opt/arc",
2024-10-25 09:46:40 +02:00
"var_arc_core_git_repository_url": "https://forgejo.linke.sx/arc/core",
2024-10-26 13:00:34 +02:00
"var_arc_core_git_reference": "main",
2024-08-21 20:55:06 +02:00
"var_arc_core_server_host": "::",
"var_arc_core_server_port": 7463,
"var_arc_core_authentication_hash_salt": "REPLACE_ME",
2024-10-26 13:00:34 +02:00
"var_arc_core_authelia_usersfile_path": "/var/authelia/users.yml"
2024-08-21 20:55:06 +02:00
}