forked from dappnode/DAppNodePackage-immich
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdappnode_package.json
More file actions
35 lines (35 loc) · 899 Bytes
/
Copy pathdappnode_package.json
File metadata and controls
35 lines (35 loc) · 899 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
{
"name": "immich.dnp.dappnode.eth",
"version": "0.1.0",
"description": "Self hosted image management solution with local face recognition and categorization",
"type": "service",
"author": "dappnode",
"categories": ["AI"],
"links": {
"UI": "http://immich-server.immich.dappnode:2283/",
"docs": "https://immich.app/"
},
"license": "GPL-3.0",
"upstream": [
{
"repo": "ghcr.io/immich-app/immich-server",
"version": "v2.1.0",
"arg": "IMMICH_VERSION"
},
{
"repo": "ghcr.io/immich-app/immich-machine-learning",
"version": "v2.1.0",
"arg": "IMMICH_VERSION"
},
{
"repo": "docker.io/valkey/valkey",
"version": "8-bookworm",
"arg": "VALKEY_VERSION"
},
{
"repo": "ghcr.io/immich-app/postgres",
"version": "14-vectorchord0.4.3-pgvectors0.2.0",
"arg": "POSTGRES_VERSION"
}
]
}