-
Notifications
You must be signed in to change notification settings - Fork 98
/
ombi.json
45 lines (44 loc) · 1.88 KB
/
ombi.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
43
44
45
{
"Ombi": {
"containers": {
"ombi": {
"image": "linuxserver/ombi",
"launch_order": 1,
"ports": {
"3579": {
"description": "Ombi WebUI port. Suggested default: 3579",
"host_default": 3579,
"label": "WebUI port",
"protocol": "tcp",
"ui": true
}
},
"volumes": {
"/config": {
"description": "Choose a Share for Ombi configuration. Eg: create a Share called Ombi-config for this purpose alone.",
"label": "Config Storage"
}
},
"environment": {
"PUID": {
"description": "Enter a valid UID to run Ombi as. It must have full permissions to all Shares mapped in the previous step.",
"label": "UID to run Ombi as.",
"index": 1
},
"PGID": {
"description": "Enter a valid GID to use along with the above UID. It(or the above UID) must have full permissions to all Shares mapped in the previous step.",
"label": "GID to run Ombi as.",
"index": 2
}
}
}
},
"description": "Ombi allows you to host your own Plex Request and user management system.<p>Based on a custom docker image: <a href='https://hub.docker.com/r/linuxserver/ombi' target='_blank'>https://hub.docker.com/r/linuxserver/ombi</a>, available for amd64 and arm64 architecture.</p>",
"ui": {
"slug": ""
},
"volume_add_support": true,
"website": "https://ombi.io/",
"version": "1.1"
}
}