generated from gethyperos/hypr-repository
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.json
139 lines (139 loc) · 3.91 KB
/
index.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
[
{
"id": "deluge",
"name": "Deluge",
"description": "Deluge is a cross-platform BitTorrent client",
"directory": "deluge",
"icon": "Apps/deluge/metadata/icon.png",
"manifest": "Apps/deluge/app.json",
"metadata": "Apps/deluge/metadata/app.md",
"categories": [
"Files",
"Torrent"
]
},
{
"id": "jellyfin",
"name": "Jellyfin",
"description": "Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media",
"directory": "jellyfin",
"icon": "Apps/jellyfin/metadata/icon.png",
"manifest": "Apps/jellyfin/app.json",
"metadata": "Apps/jellyfin/metadata/app.md",
"categories": [
"Media"
]
},
{
"id": "linkding",
"name": "linkding",
"description": "Self-hosted bookmark service",
"directory": "linkding",
"icon": "Apps/linkding/metadata/icon.png",
"manifest": "Apps/linkding/app.json",
"metadata": "Apps/linkding/metadata/app.md",
"categories": [
"Reading"
]
},
{
"id": "miniflux",
"name": "Miniflux",
"description": "Miniflux is a minimalist and opinionated feed reader.",
"directory": "miniflux",
"icon": "Apps/miniflux/metadata/icon.png",
"manifest": "Apps/miniflux/app.json",
"metadata": "Apps/miniflux/metadata/app.md",
"categories": [
"Media",
"Reading"
]
},
{
"id": "photoprism",
"name": "PhotoPrism",
"description": "AI-Powered Photos App for the Decentralized Web. It makes use of the latest technologies to tag and find pictures automatically without getting in your way.",
"directory": "photoprism",
"icon": "Apps/photoprism/metadata/icon.png",
"manifest": "Apps/photoprism/app.json",
"metadata": "Apps/photoprism/metadata/app.md",
"categories": [
"Media"
]
},
{
"id": "pihole",
"name": "Pi-hole",
"description": "Pi-hole is a general purpose network-wide ad-blocker that protects your network from ads and trackers",
"directory": "pihole",
"icon": "Apps/pihole/metadata/icon.png",
"manifest": "Apps/pihole/app.json",
"metadata": "Apps/pihole/metadata/app.md",
"categories": [
"Network"
]
},
{
"id": "plex",
"name": "plex",
"description": "Plex organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices.",
"directory": "plex",
"icon": "Apps/plex/metadata/icon.png",
"manifest": "Apps/plex/app.json",
"metadata": "Apps/plex/metadata/app.md",
"categories": [
"Media"
]
},
{
"id": "prowlarr",
"name": "Prowlarr",
"description": "prowlarr is a indexer manager/proxy/",
"directory": "prowlarr",
"icon": "Apps/prowlarr/metadata/icon.png",
"manifest": "Apps/prowlarr/app.json",
"metadata": "Apps/prowlarr/metadata/app.md",
"categories": [
"Torrent"
]
},
{
"id": "radarr",
"name": "Radarr",
"description": "Radarr is a movie collection manager",
"directory": "radarr",
"icon": "Apps/radarr/metadata/icon.png",
"manifest": "Apps/radarr/app.json",
"metadata": "Apps/radarr/metadata/app.md",
"categories": [
"Media",
"Torrent"
]
},
{
"id": "sonarr",
"name": "Sonarr",
"description": "Sonarr (formerly NZBdrone) is a PVR for usenet and bittorrent users.",
"directory": "sonarr",
"icon": "Apps/sonarr/metadata/icon.png",
"manifest": "Apps/sonarr/app.json",
"metadata": "Apps/sonarr/metadata/app.md",
"categories": [
"Media",
"Torrent"
]
},
{
"id": "transmission",
"name": "Transmission",
"description": "Transmission is a cross-platform BitTorrent client",
"directory": "transmission",
"icon": "Apps/transmission/metadata/icon.png",
"manifest": "Apps/transmission/app.json",
"metadata": "Apps/transmission/metadata/app.md",
"categories": [
"Files",
"Torrent"
]
}
]