-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
build.json
22 lines (22 loc) · 876 Bytes
/
build.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"build_from": {
"aarch64": "ghostfolio/ghostfolio:2.123.0",
"amd64": "ghostfolio/ghostfolio:2.123.0",
"armv7": "ghostfolio/ghostfolio:2.123.0"
},
"args": {
"ghostfolio_version": "2.123.0"
},
"codenotary": {
"signer": "[email protected]"
},
"labels":{
"maintainer": "Colin Seymour (https://github.com/lildude)",
"org.opencontainers.image.authors": "Colin Seymour (https://github.com/lildude)",
"org.opencontainers.image.description": "Privacy-first, open source dashboard for your personal finances.",
"org.opencontainers.image.documentation": "https://github.com/lildude/ha-addon-ghostfolio/blob/main/DOCS.md",
"org.opencontainers.image.licenses": "MIT",
"org.opencontainers.image.source": "https://github.com/lildude/ha-addon-ghostfolio/",
"org.opencontainers.image.title": "Home Assistant Add-on: Ghostolio"
}
}