-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathjellyfin.skeleton
61 lines (61 loc) · 1.23 KB
/
jellyfin.skeleton
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
{
name: `JellyFin`,
description: `The Free Software Media Browser`,
image: `jellyfin/jellyfin`,
uuid: `F301B560-3262-4B4D-B09D-75CBB86B3BB1`,
tags: [
`Media`
],
actions: [
{
type: `Text`,
text: `Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media. It is an alternative to the proprietary Emby and Plex, to provide media from a dedicated server to end-user devices via multiple apps.`
},
{
type: `Header`,
title: `Media`
},
{
type: `SelectShares`,
name: `/media`,
description: `Select the media to share in JellyFin`
}
],
properties: [
{
type: `Directory`,
name: `/cache`,
style: `store`
},
{
type: `Directory`,
name: `/config`,
backup: true
},
{
type: `Directory`,
name: `/media`,
style: `store`
},
{
type: `Environment`,
name: `DOTNET_RUNNING_IN_CONTAINER`,
value: `true`
},
{
type: `Port`,
name: `8096/tcp`,
port: 8096,
protocol: `TCP`,
web: {
type: `newtab`,
path: ``
}
},
{
type: `Network`,
name: `primary`,
value: `home`
}
]
}