35 lines
826 B
YAML
35 lines
826 B
YAML
version: "1.0"
|
|
federation:
|
|
topology: "hub-and-spoke"
|
|
hub_owner: "andre"
|
|
conflict_strategy: "team-wins"
|
|
|
|
team_repos:
|
|
- context: dhive
|
|
url: "https://git.d-hive.de/team/dhive-mono.git"
|
|
branch: main
|
|
sync_direction: bidirectional
|
|
sync_frequency: "on-push"
|
|
shared_mirror:
|
|
enabled: true
|
|
paths:
|
|
- "privat/"
|
|
- "shared/AI-Orchestrator/"
|
|
- "shared/OrgMyLife/"
|
|
- "shared/config/"
|
|
- "shared/tools/"
|
|
mode: bidirectional
|
|
|
|
- context: bahn
|
|
url: "https://gitlab.2700.2db.it/team/bahn-workspace.git"
|
|
branch: main
|
|
sync_direction: bidirectional
|
|
sync_frequency: "daily"
|
|
shared_mirror:
|
|
enabled: true
|
|
paths:
|
|
- "shared/tools/"
|
|
- "shared/powers/"
|
|
- "shared/knowledge-store/_index.yaml"
|
|
mode: read-only
|