-
Notifications
You must be signed in to change notification settings - Fork 375
/
appfile.json
190 lines (190 loc) · 6.53 KB
/
appfile.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
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
{
"version": "2.0",
"title": "Jellyfin",
"name": "jellyfin",
"icon": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/icon.png",
"tagline": "Puts you in control of your media.",
"overview": "Jellyfin enables you to collect, manage, and stream your media. Run the Jellyfin server on your system and gain access to the leading free-software entertainment system, bells and whistles included.",
"thumbnail": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/thumbnail.png",
"screenshots": [
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/screenshot-1.jpg",
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/screenshot-2.jpg",
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/screenshot-3.jpg",
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/screenshot-4.jpg",
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/screenshot-5.jpg"
],
"category": [
"Media"
],
"developer": {
"name": "Jellyfin",
"website": "https://jellyfin.org/",
"donate_text": "",
"donate_link": ""
},
"adaptor": {
"name": "CasaOS Team",
"website": "https://www.casaos.io",
"donate_text": "",
"donate_link": ""
},
"support": "https://discord.gg/knqAbbBbeX",
"website": "https://www.casaos.io",
"container": {
"image": "linuxserver/jellyfin:latest",
"shell": "bash",
"privileged": false,
"network_model": "bridge",
"web_ui": {
"http": "8096",
"https": "8920",
"path": "/"
},
"health_check": "",
"envs": [
{
"key": "TZ",
"value": "$TZ",
"configurable": "no",
"description": "TimeZone"
},
{
"key": "PUID",
"value": "$PUID",
"configurable": "no",
"description": "Run Jellyfin as specified uid."
},
{
"key": "PGID",
"value": "$PGID",
"configurable": "no",
"description": "Run Jellyfin as specified gid."
}
],
"ports": [
{
"container": "8096",
"host": "8096",
"type": "tcp",
"allocation": "preferred",
"configurable": "advanced",
"description": "WebUI HTTP Port"
},
{
"container": "8920",
"host": "8920",
"type": "tcp",
"allocation": "preferred",
"configurable": "advanced",
"description": "WebUI HTTPS Port"
},
{
"container": "7359",
"host": "7359",
"type": "tcp",
"allocation": "optional",
"configurable": "no",
"description": "Jellyfin auto-discovery Port"
},
{
"container": "1900",
"host": "1900",
"type": "tcp",
"allocation": "optional",
"configurable": "no",
"description": "Jellyfin DLNA Port"
}
],
"volumes": [
{
"container": "/config",
"host": "/DATA/AppData/$AppID/config",
"mode": "rw",
"allocation": "automatic",
"configurable": "no",
"description": "Jellyfin config directory."
},
{
"container": "/Media",
"host": "/DATA/Media",
"mode": "rw",
"allocation": "automatic",
"configurable": "advanced",
"description": "Jellyfin Media directory."
},
{
"container": "/opt/vc/lib",
"host": "/opt/vc/lib",
"mode": "rw",
"allocation": "optional",
"configurable": "advanced",
"description": "OpenMax libs"
}
],
"devices": [
{
"container": "/dev/dri",
"host": "/dev/dri",
"allocation": "optional",
"configurable": "advanced",
"description": "Hardware acceleration of AMD or Intel graphics device"
},
{
"container": "/dev/vcsm",
"host": "/dev/vcsm",
"allocation": "optional",
"configurable": "advanced",
"description": "Hardware acceleration of Raspberry Pi MMAL/OpenMAX "
},
{
"container": "/dev/vchiq",
"host": "/dev/vchiq",
"allocation": "optional",
"configurable": "advanced",
"description": "Hardware acceleration of Raspberry Pi MMAL/OpenMAX"
},
{
"container": "/dev/video10",
"host": "/dev/video10",
"allocation": "optional",
"configurable": "advanced",
"description": "Hardware acceleration of Raspberry Pi V4L2"
},
{
"container": "/dev/video11",
"host": "/dev/video11",
"allocation": "optional",
"configurable": "advanced",
"description": "Hardware acceleration of Raspberry Pi V4L2"
},
{
"container": "/dev/video12",
"host": "/dev/video12",
"allocation": "optional",
"configurable": "advanced",
"description": "Hardware acceleration of Raspberry Pi V4L2"
}
],
"constraints": {
"min_memory": 256,
"min_storage": 1024
},
"restart_policy": "unless-stopped",
"sysctls": [],
"cap_add": [],
"labels": []
},
"abilities": {
"notification": false,
"widgets": false,
"authentication": false,
"search": false,
"upnp": false
},
"tips": {},
"changelog":{
"latest_updates": "",
"url": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/changelog.txt"
},
"latest_update_date": "1640243786"
}