summaryrefslogtreecommitdiff
path: root/gitsyncer/config.json
blob: fa218e2dcfeb24a85e1941c7be9d602a879dd77f (plain)
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
  "organizations": [
    {
      "host": "git@codeberg.org",
      "name": "snonux"
    },
    {
      "host": "git@github.com",
      "name": "snonux"
    },
    {
      "host": "ssh://git@r0:30022/repos",
      "backupLocation": true,
      "forcePush": true,
      "descriptionSyncHost": "root@r0",
      "descriptionSyncRoot": "/data/nfs/k3svolumes/git-server/repos"
    },
    {
      "host": "paul@f1.lan:/srv/data/enc/git",
      "backupLocation": true,
      "forcePush": true
    }
  ],
  "sync_codeberg": true,
  "repositories": [
    "pages",
    "foo.zone",
    "terraform",
    "dotfiles",
    "conf",
    "gogios",
    "gonf",
    "ychat",
    "gos",
    "wireguardmeshgenerator",
    "photoalbum",
    "gemtexter",
    "rcm",
    "vs-sim",
    "perldaemon",
    "pwgrep",
    "guprecords",
    "ioriot",
    "xerl",
    "gorum",
    "hsbot",
    "staticfarm-apache-handlers",
    "muttdelay",
    "netdiff",
    "pingdomfetch",
    "japi",
    "jsmstrade",
    "netcalendar",
    "gotop",
    "awksite",
    "dyndns",
    "template",
    "katana",
    "rubyfy",
    "debroid",
    "geheim",
    "loadbars",
    "fype",
    "ipv6test",
    "foostats",
    "docker-radicale-server",
    "playground",
    "sway-autorotate",
    "Adv360-Pro-ZMK",
    "randomjournalpage",
    "failunderd",
    "perl-c-fibonacci",
    "perl-poetry",
    "cpuinfo"
  ],
  "skip_releases": {
    "fapi": [
      "0.0.1"
    ]
  },
  "exclude_from_showcase": [
    "bratwurstmitsenf",
    "Adv360-Pro-ZMK",
    "katana",
    "pages",
    "nvim"
  ],
  "exclude_branches": [
    "^codex/"
  ],
  "showcase_stats_branches": {
    "foo.zone": "content-gemtext"
  }
}