-
Notifications
You must be signed in to change notification settings - Fork 98
/
cops.json
49 lines (49 loc) · 2.6 KB
/
cops.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
46
47
48
49
{
"COPS": {
"containers": {
"cops": {
"image": "linuxserver/cops",
"launch_order": 1,
"ports": {
"80": {
"description": "Cops Webui port, Suggested default: 80",
"host_default": 80,
"label": "WebUI port",
"protocol": "tcp",
"ui": true
}
},
"volumes": {
"/config": {
"description": "Choose a Share for cops configuration. Eg: create a Share called cops-config for this purpose alone.",
"label": "Config Storage"
},
"/books": {
"description": "Choose a Share for cops book library. Eg: create a Share called cops-library for this purpose alone.",
"label": "Books location"
}
},
"environment": {
"PUID": {
"description": "Enter a valid UID to run cops as. It must have full permissions to all Shares mapped in the previous step.",
"label": "UID to run cops 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 cops as.",
"index": 2
}
}
}
},
"description": "COPS links to your Calibre library database and allows downloading and emailing of books directly from a web browser and provides a OPDS feed to connect to your devices.<p>Based on a custom docker image: <a href='https://hub.docker.com/r/linuxserver/cops' target='_blank'>https://hub.docker.com/r/linuxserver/cops</a>, available for amd64 and arm64 architecture.</p>",
"more_info": "<h4>Unlike other implementations of COPS in a docker container, the linuxserver version gives you access to config_local.php in /config to customise your install to suit your needs, including details of your email account etc to enable emailing of books, it also includes the dependencies required to directly view epub books in your browser.",
"ui": {
"slug": ""
},
"volume_add_support": true,
"website": "https://blog.slucas.fr/projects/calibre-opds-php-server/",
"version": "1.1"
}
}