Home

horcrux @main - refs - log -
-
https://git.jolheiser.com/horcrux.git
Split your source across forges
horcrux / .horcrux.jsonnet
- raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
local hc = import 'horcrux.libsonnet';
local repo(name) = {
  source: 'https://git.jolheiser.com/' + name + '.git',
  dest: [
    {
      forge: hc.GitHub('jolheiser', 'secrets/gh', name),
      url: 'https://github.com/jolheiser/' + name + '.git',
    },
    //{
    //  forge: hc.Gitea('jolheiser', 'secrets/gt', name),
    //  url: 'https://gitea.com/jolheiser/' + name + '.git',
    //},
  ],
};
{
  interval: '1h',
  storage: '.horcrux',
  repos: [
    repo('horcrux'),
  ],
}