-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCloudronManifest.json
More file actions
40 lines (40 loc) · 988 Bytes
/
CloudronManifest.json
File metadata and controls
40 lines (40 loc) · 988 Bytes
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
{
"id": "io.routstr.routstrd-auth",
"title": "Routstrd Auth",
"author": "Routstr <hello@routstr.io>",
"description": "Auth proxy and daemon for the Routstr AI routing network",
"tagline": "Self-hosted Routstr node with bearer-token auth",
"version": "0.1.21",
"upstreamVersion": "0.1.21",
"healthCheckPath": "/health",
"httpPort": 8008,
"memoryLimit": 536870912,
"addons": {
"localstorage": {
"sqlite": {
"paths": [
"/app/data/routstr.db"
]
}
}
},
"manifestVersion": 2,
"website": "https://routstr.com",
"contactEmail": "team@routstr.com",
"iconUrl": "https://routstr.com/favicon.ico",
"packagerName": "Routstr",
"packagerUrl": "https://github.com/Routstr",
"minBoxVersion": "9.1.0",
"changelog": "file://CHANGELOG",
"postInstallMessage": "file://POSTINSTALL.md",
"tags": [
"ai",
"proxy",
"nostr",
"bitcoin",
"openai"
],
"mediaLinks": [
"https://www.routstr.com/"
]
}