forked from algorithm-visualizer/algorithm-visualizer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate-config.json
More file actions
76 lines (76 loc) · 1.96 KB
/
template-config.json
File metadata and controls
76 lines (76 loc) · 1.96 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"id": "tee-trust-validator",
"name": "TEE Trust Validator",
"description": "Production-ready remote attestation dashboard with Zero Trust architecture for Phala Network TEE",
"category": "Security & Attestation",
"author": {
"name": "Dylan Kawalec",
"role": "Developer Relations at Phala Network",
"github": "DylanCkawalec"
},
"repository": {
"url": "https://github.com/DylanCkawalec/awesome-phala-cloud",
"branch": "main",
"path": "templates/tee-trust-validator"
},
"deployment": {
"docker_image": "dylanckawalec/tee-trust-validator:latest",
"ports": [3000, 8000],
"environment_variables": [
{
"name": "PHALA_API_KEY",
"description": "Phala Network API key",
"required": true
},
{
"name": "DSTACK_API_KEY",
"description": "dstack API key",
"required": true
},
{
"name": "NODE_ENV",
"description": "Node environment",
"required": false,
"default": "production"
}
],
"volumes": [
"/var/run/dstack.sock:/var/run/dstack.sock:ro",
"/var/run/tappd.sock:/var/run/tappd.sock:ro"
]
},
"features": [
"Intel TDX TEE Integration",
"Hardware Attestation",
"Zero Trust Architecture",
"Real-time Monitoring",
"Comprehensive API Testing",
"dstack SDK 0.5.1",
"Production Ready"
],
"tags": [
"tee",
"attestation",
"security",
"zero-trust",
"intel-tdx",
"dstack",
"dashboard",
"monitoring"
],
"demo": {
"dashboard": "https://55531fcff1d542372a3fb0627f1fc12721f2fa24-3000.dstack-pha-prod7.phala.network/",
"api": "https://55531fcff1d542372a3fb0627f1fc12721f2fa24-8000.dstack-pha-prod7.phala.network/",
"screenshot": "example-1.png"
},
"requirements": {
"docker": "20.10+",
"nodejs": "18+",
"python": "3.8+",
"memory": "2GB",
"disk": "10GB"
},
"license": "MIT",
"version": "1.0.0",
"last_updated": "2025-09-09"
}