-
Notifications
You must be signed in to change notification settings - Fork 4
/
apps.json
159 lines (159 loc) · 4.23 KB
/
apps.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
{
"apps": [
{
"name": "Nextcloud file sharing",
"id": "nextcloud",
"description": "Access & share your files from any device"
},
{
"name": "Diaspora social network",
"id": "diaspora",
"description": "A privacy-aware, distributed, open source social network"
},
{
"name": "Mail server",
"id": "mail",
"description": "Mail with Web interface and compatible with popular mail apps"
},
{
"name": "File browser",
"id": "files",
"description": "Simple file browser"
},
{
"name": "Rocket.Chat",
"id": "rocketchat",
"description": "Text, voice and video chat"
},
{
"name": "GOGS git server",
"id": "gogs",
"description": "Distributed version control system"
},
{
"name": "Syncthing",
"id": "syncthing",
"description": "Continuous File Synchronization"
},
{
"name": "WordPress",
"id": "wordpress",
"description": "Blogging, mailing lists and forums, media galleries, and online stores"
},
{
"name": "Standard Notes",
"id": "notes",
"description": "Standard Notes is an easy-to-use encrypted note-taking app"
},
{
"name": "Users",
"id": "users",
"description": "User management app"
},
{
"name": "Pi-hole",
"id": "pihole",
"description": "Network-wide Ad Blocking"
},
{
"name": "OpenVPN",
"id": "openvpn",
"description": "Secure connection to your Syncloud device over the Internet"
},
{
"name": "Plex Media Server",
"id": "plex",
"description": "Free movies and TV plus all your personal media libraries on every device. Master your Mediaverse"
},
{
"name": "Bitwarden",
"id": "bitwarden",
"description": "Password Manager"
},
{
"name" : "Home Assistant",
"id" : "home-assistant",
"description": "Home automation software designed to be the central control system for smart home devices"
},
{
"name" : "Jellyfin Media System",
"id" : "jellyfin",
"description": "The Free Software Media System"
},
{
"name" : "Collabora Online DE",
"id" : "collabora",
"description": "Collabora Online to edit your Nextcloud Office documents"
},
{
"name" : "Mastodon",
"id" : "mastodon",
"description": "Social Network"
},
{
"name" : "Grocy",
"id" : "grocy",
"description": "Groceries & household management"
},
{
"name" : "Matrix",
"id" : "matrix",
"description": "An open network for secure, decentralized communication"
},
{
"name" : "Crowdsec",
"id" : "crowdsec",
"description": "Intrusion prevention system"
},
{
"name" : "Calibre-Web",
"id" : "calibre",
"description": "Browsing, reading and downloading eBooks"
},
{
"name" : "ShairPort",
"id" : "shairport",
"description": "AirPlay audio player"
},
{
"name" : "PhotoPrism AI-Powered Photos",
"id" : "photoprism",
"description": "AI-Powered Photos App for the Decentralized Web. We are on a mission to protect your freedom and privacy"
},
{
"name" : "Stable Diffusion",
"id" : "stable-diffusion",
"description": "Generative artificial intelligence (generative AI) model that produces unique photorealistic images from text and image prompts"
},
{
"name" : "Transmission",
"id" : "transmission",
"description": "A Fast, Easy and Free Bittorrent Client"
},
{
"name" : "Frigate NVR",
"id" : "frigate",
"description": "NVR With Realtime Object Detection for IP Cameras"
},
{
"name" : "YouTube Downloader",
"id" : "youtube",
"description": "YouTube downloader based on yt-dlp tool"
},
{
"name" : "PeerTube",
"id" : "peertube",
"description": "Decentralized video platform"
},
{
"name" : "Jitsi Meet",
"id" : "jitsimeet",
"description": "Secure and high quality meetings"
},
{
"name" : "Paperless-ngx",
"id" : "paperless",
"description": "Scan, index and archive all your physical documents"
}
]
}