forked from jeroenpardon/sui
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapps.json
executable file
·24 lines (24 loc) · 1.62 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
{
"apps" : [
{"name":"Bazarr","url":"http://10.0.0.10:8080","icon":"message-video"},
{"name":"CloudCMD","url":"http://files.example.com","icon":"folder-multiple-outline"},
{"name":"Cockpit","url":"http://10.0.0.10:8888","icon":"airplane"},
{"name":"Feedbin","url":"http://rss.example.com","icon":"rss"},
{"name":"Filestash","url":"http://cloud.example.com","icon":"package"},
{"name":"Jackett","url":"http://jackett.example.com","icon":"tshirt-crew-outline"},
{"name":"Lidarr","url":"http://music.example.com","icon":"music"},
{"name":"Minio","url":"http://minio.example.com","icon":"server"},
{"name":"Mylar","url":"http://comics.example.com","icon":"book-open-variant"},
{"name":"Nextcloud","url":"http://cloud.example.com","icon":"weather-cloudy"},
{"name":"Ombi","url":"http://request.example.com","icon":"file-find-outline"},
{"name":"Pi-hole","url":"http://pihole.example.com","icon":"do-not-disturb"},
{"name":"Plex","url":"http://play.example.com","icon":"plex"},
{"name":"Portainer","url":"http://port1.example.com","icon":"docker"},
{"name":"Radarr","url":"http://movies.example.com","icon":"filmstrip"},
{"name":"Sonarr","url":"http://tv.example.com","icon":"television-box"},
{"name":"Stackedit","url":"http://md.example.com","icon":"markdown"},
{"name":"Transmission","url":"http://dl.example.com","icon":"progress-download"},
{"name":"Ubooquity","url":"http://opds.example.com","icon":"library-shelves"},
{"name":"Youtube-DL","url":"http://yt.example.com","icon":"youtube"}
]
}