-
Notifications
You must be signed in to change notification settings - Fork 0
/
catalog.json
42 lines (42 loc) · 1.76 KB
/
catalog.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
36
37
38
39
40
41
42
{
"charts": {
"bitcoin-core-tor": {
"app_readme": "<h1>Bitcoin Core Tor</h1>\n<h2>Bitcoin Core client running behind a tor proxy.</h2>\n<p><a href=\"https://bitcoin.org/en/bitcoin-core/\">Bitcoin Core</a> is the original bitcoin node.\n<a href=\"https://www.torproject.org/\">Tor</a> is a free, worldwide, volunteer overlay network enabling anonymous communication.</p>",
"categories": [
"cryptocurrency"
],
"description": "Bitcoin Core running behind tor only",
"healthy": true,
"healthy_error": null,
"home": "https://github.com/bitcoin/bitcoin",
"icon_url": "https://avatars.githubusercontent.com/u/528860",
"last_update": "2023-12-12 02:22:02",
"latest_app_version": "26.0",
"latest_human_version": "26.0_1.2.4",
"latest_version": "1.2.4",
"location": "/__w/charts/bitcoin-core-tor",
"maintainers": [
{
"email": "[email protected]",
"name": "jbgosselin",
"url": "https://github.com/jbgosselin"
}
],
"name": "bitcoin-core-tor",
"recommended": false,
"screenshots": [],
"sources": [
"https://github.com/bitcoin/bitcoin.git",
"https://gitweb.torproject.org/tor.git",
"https://github.com/jbgosselin/docker-bitcoin-core",
"https://github.com/jbgosselin/docker-tor-client"
],
"tags": [
"bitcoin-core",
"crypto",
"tor"
],
"title": "Bitcoin Core Tor"
}
}
}