-
Notifications
You must be signed in to change notification settings - Fork 5
/
dappnode_package.json
35 lines (35 loc) · 1.34 KB
/
dappnode_package.json
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
26
27
28
29
30
31
32
33
34
35
{
"name": "rotki.dnp.dappnode.eth",
"version": "0.1.37",
"upstreamVersion": "v1.36.0",
"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 <[email protected]> (https://github.com/dappnode)",
"contributors": [
"pablo <[email protected]> (https://github.com/pablomendezroyo)"
],
"categories": ["Blockchain"],
"repository": {
"type": "git",
"url": "git+https://github.com/dappnode/DAppNodePackage-rotki.git"
},
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-rotki/issues"
},
"backup": [
{
"name": "rotki_data",
"path": "/data"
}
],
"links": {
"ui": "http://rotki.dappnode/",
"homepage": "https://rotki.com/",
"readme": "https://github.com/dappnode/DAppNodePackage-rotki"
},
"license": "AGPL-3.0"
}