Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 28 additions & 23 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,40 @@
{
"name": "rotki.dnp.dappnode.eth",
"version": "0.1.54",
"upstreamVersion": "v1.43.1",
"architectures": ["linux/amd64", "linux/arm64"],
"upstreamRepo": "rotki/rotki",
"upstreamArg": "UPSTREAM_VERSION",
"shortDescription": "Accounting and analytics tool that protects your privacy",
"description": "Rotki is an open source portfolio tracker, accounting and analytics tool that protects your privacy.\n\nRotki offers tracking of all your crypto assets no matter where they are. Be it on a blockchain, a DeFi protocol or on one of the supported exchanges.\n\nMore information about the source project can be found at [their official website](https://rotki.com/)",
"type": "service",
"author": "DAppNode Association <admin@dappnode.io> (https://github.com/dappnode)",
"contributors": [
"pablo <pablo@dappnode.io> (https://github.com/pablomendezroyo)"
"architectures": [
"linux/amd64",
"linux/arm64"
],
"categories": ["Blockchain"],
"repository": {
"type": "git",
"url": "git+https://github.com/dappnode/DAppNodePackage-rotki.git"
},
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-rotki/issues"
},
"author": "DAppNode Association <admin@dappnode.io> (https://github.com/dappnode)",
"backup": [
{
"name": "rotki_data",
"path": "/data"
}
],
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-rotki/issues"
},
"categories": [
"Blockchain"
],
"contributors": [
"pablo <pablo@dappnode.io> (https://github.com/pablomendezroyo)"
],
"description": "Rotki is an open source portfolio tracker, accounting and analytics tool that protects your privacy.\n\nRotki offers tracking of all your crypto assets no matter where they are. Be it on a blockchain, a DeFi protocol or on one of the supported exchanges.\n\nMore information about the source project can be found at [their official website](https://rotki.com/)",
"license": "AGPL-3.0",
"links": {
"ui": "http://rotki.dappnode/",
"homepage": "https://rotki.com/",
"readme": "https://github.com/dappnode/DAppNodePackage-rotki"
"readme": "https://github.com/dappnode/DAppNodePackage-rotki",
"ui": "http://rotki.dappnode/"
},
"license": "AGPL-3.0"
"name": "rotki.dnp.dappnode.eth",
"repository": {
"type": "git",
"url": "git+https://github.com/dappnode/DAppNodePackage-rotki.git"
},
"shortDescription": "Accounting and analytics tool that protects your privacy",
"type": "service",
"upstreamArg": "UPSTREAM_VERSION",
"upstreamRepo": "rotki/rotki",
"upstreamVersion": "v1.43.2",
"version": "0.1.55"
}
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
build:
context: .
args:
UPSTREAM_VERSION: v1.43.1
UPSTREAM_VERSION: v1.43.2
volumes:
- rotki_data:/data
- rotki_logs:/logs
Expand Down
Loading