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
|
{
"organizations": [
{
"host": "git@codeberg.org",
"name": "snonux"
},
{
"host": "git@github.com",
"name": "snonux"
},
{
"host": "ssh://git@r0:30022/repos",
"backupLocation": true,
"descriptionSyncHost": "root@r0",
"descriptionSyncRoot": "/data/nfs/k3svolumes/git-server/repos"
}
],
"repositories": [],
"skip_releases": {
"fapi": [
"0.0.1"
]
},
"exclude_from_showcase": [
"bratwurstmitsenf",
"Adv360-Pro-ZMK",
"katana",
"playground",
"pages",
"nvim"
],
"exclude_branches": [
"^codex/"
],
"showcase_stats_branches": {
"foo.zone": "content-gemtext"
}
}
|