about summary refs log tree commit diff
path: root/bundles/calibre/metadata.py
blob: 8bb3f8b3b4bb02d5ad1070d3f7524b8fe1f5ad0f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
defaults = {
    "containers": {
        "calibre": {
            "version": "4.0.6",
        },
    },
    "backup": {
        "includes": {
            "/var/lib/calibre": {},
        },
    },
    # "metrics": {
    #     "calibre": {},
    # },
    # "go": {
    #     "books": "https://books.gzr.im",
    # },
}