about summary refs log tree commit diff
path: root/bundles/git/metadata.py
blob: bcc825bd5dd4e5ea7d27907dc55a1270ad2c5c3f (plain) (blame)
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
defaults = {
    "apk": {
        "packages": {
            "git": {},
            "cgit-pink": {},
            "fcgiwrap": {},
            "fcgiwrap-openrc": {},
            # filter deps
            "py3-markdown": {},
            "py3-pygments": {},
        },
    },
    "www": {
        "cgit": {},
    },
    # "backup": {
    #     "/var/lib/git": {},
    # },
    # "metrics": {
    #     "git": {},
    # },
    # "go": {
    #     "git": "https://git.gzr.im",
    # },
}