Files
bearnet/image/overlay/daemon/config.yaml
2026-07-05 18:24:08 +08:00

23 lines
503 B
YAML

address: ":_BUBBLE_SSH_PORT_"
network-group: "workspace"
server-key-file: "/etc/ssh/ssh_host_rsa_key"
workspace-parent: "/data/workspace"
global-share-dir: "/data/share"
auth-server: "http://localhost:2334/"
pprof:
enabled: true
address: "0.0.0.0:8080"
manager:
address: "0.0.0.0:7684"
templates:
".*":
image: "git.sfclub.cc/cloud/workspace-image:latest"
exec: ["/usr/bin/fish", "/landing.fish"]
cmd: ["/usr/bin/fish", "/init.fish"]
enable-manager: true
privilege: false