-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig-for-container.yaml
More file actions
65 lines (65 loc) · 1.67 KB
/
config-for-container.yaml
File metadata and controls
65 lines (65 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
config_version: 4
repo_root: /cx/repos
state_dir: /cx/state
models:
default: gpt-5.2-codex
allowed:
- gpt-5.2-codex
- gpt-5.1-codex-max
- gpt-5.1-codex-mini
service:
buffer_max_lines: 5000
runner:
runtime: podman
image: docker.io/pktsystems/centaurxrunner:v0.5.1
container_scope: user
sock_dir: /cx/state/runner
repo_root: /cx/repos
host_repo_root: ${HOME}/.centaurx/repos
host_state_dir: ${HOME}/.centaurx/state
socket_path: /cx/state/runner.sock
binary: codex
args: []
env: {}
git_ssh_debug: false
exec_nice: 10
command_nice: 5
idle_timeout_hours: 8
keepalive_interval_seconds: 10
keepalive_misses: 3
podman:
address: unix:///cx/podman.sock
userns_mode: keep-id
containerd:
address: unix:///run/user/1000/containerd/containerd.sock
namespace: centaurx
buildkit:
address: ""
build_timeout_minutes: 20
pull_timeout_minutes: 5
limits:
cpu_percent: 70
memory_percent: 70
http:
addr: :27480
session_cookie: centaurx_session
session_ttl_hours: 720
session_store_path: /cx/state/sessions.json
base_url: ""
base_path: ""
initial_buffer_lines: 200
ui_max_buffer_lines: 2000
ssh:
addr: :27422
host_key_path: /cx/state/ssh/host_key
key_store_path: /cx/state/ssh/keys.bundle
key_dir: /cx/state/ssh/keys
agent_dir: /cx/state/ssh/agent
auth:
user_file: /cx/state/users.json
seed_users:
- username: admin
password_hash: $2a$12$PyjGUD8qnJie1MULQVHJdu9zuS/juh5W5RtDUVHv5HFb.62gNnY/q
totp_secret: JBSWY3DPEHPK3PXP
logging:
disable_audit_trails: false