-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathengine.yaml.example
More file actions
52 lines (48 loc) · 1.79 KB
/
Copy pathengine.yaml.example
File metadata and controls
52 lines (48 loc) · 1.79 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
# easydeploy-engine — operator configuration
# Interactive: bash wizard.sh
# Non-interactive: enable services below, put deploy.yaml files in kits/, run bash apply.sh
engine:
network: easydeploy-net
# Git branch used when apply.sh / wizard.sh clones sibling kits.
# feature/engine until those changes land on main.
kit_branch: feature/engine
# Same-VPS Kanidm ↔ OpenCloud / Matrix / Stalwart. Sidecars are written into each
# kit's .*/integration/ directory (operator deploy.yaml is not rewritten).
# Split VPS / external IdP: set wire: false, or auth.oidc.managed: false on OpenCloud,
# features.sso.managed: false on Matrix, identity.managed: false on Stalwart,
# or identity.consumers.<app>.domain for a remote client.
identity:
wire: auto
# Extra origins allowed to iframe OpenCloud / Element (in addition to Bulwark).
# embed:
# frame_ancestors:
# - https://intranet.example.com
# consumers:
# opencloud:
# domain: cloud.other-vps.example # Kanidm-only host, remote OpenCloud
# matrix:
# domain: matrix.other-vps.example
# stalwart:
# hostname: mail.other-vps.example
# mail_domain: other-vps.example
services:
kanidm:
enabled: false
path: ../kanidm-easy-deploy
fragment: .kanidm-easy-deploy/integration/caddy.caddy
# deploy: kits/kanidm.yaml # default when that file exists
opencloud:
enabled: false
path: ../opencloud-easy-deploy
fragment: .opencloud-easy-deploy/integration/caddy.caddy
# deploy: kits/opencloud.yaml
matrix:
enabled: false
path: ../matrix-easy-deploy
fragment: .matrix-easy-deploy/integration/caddy.caddy
# deploy: kits/matrix.yaml
stalwart:
enabled: false
path: ../stalwart-easy-deploy
fragment: .stalwart-easy-deploy/integration/caddy.caddy
# deploy: kits/stalwart.yaml