Skip to content

Commit

Permalink
Empty
Browse files Browse the repository at this point in the history
  • Loading branch information
lildude committed Mar 28, 2024
1 parent dee3d4b commit be99746
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
25 changes: 25 additions & 0 deletions ghostfolio/build.json.20240328-11h03
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"build_from": {
"aarch64": "ghostfolio/ghostfolio:2.65.0",
"amd64": "ghostfolio/ghostfolio:2.65.0",
"armv7": "ghostfolio/ghostfolio:2.65.0"
},
"args": {
"ghostfolio_version": "2.65.0"
},
"labels": {
"io.hass.version": "1.0.0",
"io.hass.type": "addon",
"io.hass.arch": "aarch64|amd64|armv7",
"org.opencontainers.image.title": "Home Assistant Add-on: Ghostfolio",
"org.opencontainers.image.description": "Privacy-first, open source dashboard for your personal finances.",
"org.opencontainers.image.source:": "https://github.com/lildude/ha-addons/tree/main/ghostfolio",
"org.opencontainers.image.licenses": "MIT",
"org.opencontainers.image.authors": "Colin Seymour (https://github.com/lildude)",
"org.opencontainers.image.url": "https://github.com/lildude/ha-addons",
"org.opencontainers.image.documentation": "https://github.com/lildude/ha-addons/blob/main/ghostfolio/DOCS.md"
},
"codenotary": {
"signer": "[email protected]"
}
}
3 changes: 1 addition & 2 deletions ghostfolio/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,5 @@
"access_token_salt": "str?",
"jwt_secret_key": "str?"
},
"codenotary": "[email protected]",
"image": "ghcr.io/lildude/ghostfolio-{arch}"
"codenotary": "[email protected]"
}

0 comments on commit be99746

Please sign in to comment.