125 lines
3.2 KiB
PHP
125 lines
3.2 KiB
PHP
<?php
|
|
$apps = [
|
|
"app"=>
|
|
[
|
|
[
|
|
"url"=>"https://mirv.top/",
|
|
"name"=>"MIRV TOP",
|
|
"desc"=>"My ugly blog",
|
|
"icon"=>"mdi:wordpress"
|
|
],
|
|
[
|
|
"url"=>"https://wiki.mirv.top/",
|
|
"name"=>"Записнушка",
|
|
"desc"=>"Склерозник",
|
|
"icon"=>"mdi:notebook-outline"
|
|
],
|
|
[
|
|
"url"=>"https://rss.mirv.top/",
|
|
"name"=>"RSS News",
|
|
"desc"=>"My news feeds",
|
|
"icon"=>"mdi:rss"
|
|
],
|
|
[
|
|
"url"=>"https://git.mirv.top/",
|
|
"name"=>"GIT",
|
|
"desc"=>"Selfhosted git repo",
|
|
"icon"=>"simple-icons:gitea"
|
|
],
|
|
[
|
|
"url"=>"https://mon.mirv.top/",
|
|
"name"=>"Zabbix",
|
|
"desc"=>"Selfhosted monitoring system",
|
|
"icon"=>"carbon:cloud-monitoring"
|
|
],
|
|
[
|
|
"url"=>"https://up.mirv.top/",
|
|
"name"=>"Uptime",
|
|
"desc"=>"Selfhosted monitoring system",
|
|
"icon"=>"simple-icons:uptimekuma"
|
|
],
|
|
[
|
|
"url"=>"https://ha.mirv.top/",
|
|
"name"=>"Home Assistant",
|
|
"desc"=>"My self-AI home",
|
|
"icon"=>"mdi:home-assistant"
|
|
],
|
|
[
|
|
"url"=>"https://next.mirv.top/",
|
|
"name"=>"NextCloud",
|
|
"desc"=>"My garbage storage",
|
|
"icon"=>"simple-icons:nextcloud"
|
|
],
|
|
[
|
|
"url"=>"https://mine.mirv.top/",
|
|
"name"=>"MineCraft",
|
|
"desc"=>"Sweet Home",
|
|
"icon"=>"mdi:minecraft"
|
|
],
|
|
[
|
|
"url"=>"http://mine.mirv.top:8123/",
|
|
"name"=>"MineCraft Map",
|
|
"desc"=>"Map for MIRV Minecraft Server",
|
|
"icon"=>"mdi:map"
|
|
],
|
|
[
|
|
"url"=>"http://192.168.1.50/",
|
|
"name"=>"GAGARIN",
|
|
"desc"=>"Mainsail interface for Klipper",
|
|
"icon"=>"mdi:printer-3d-nozzle-outline"
|
|
],
|
|
],
|
|
"link"=>
|
|
[
|
|
"EMAIL"=>
|
|
[
|
|
[
|
|
"url"=>"https://mail.google.com/mail/u/0/#inbox",
|
|
"name"=>"Gmail"
|
|
],
|
|
[
|
|
"url"=>"https://mail.yandex.ru/",
|
|
"name"=>"Ya.Mail"
|
|
],
|
|
],
|
|
"СОЦСЕТЬ"=>
|
|
[
|
|
[
|
|
"url"=>"https://vk.com/",
|
|
"name"=>"VK"
|
|
],
|
|
[
|
|
"url"=>"https://ok.ru/",
|
|
"name"=>"OK"
|
|
],
|
|
[
|
|
"url"=>"https://youtube.com/",
|
|
"name"=>"Youtube"
|
|
],
|
|
],
|
|
"МЕДИА"=>
|
|
[
|
|
[
|
|
"url"=>"https://music.yandex.ru/",
|
|
"name"=>"Ya.Music"
|
|
],
|
|
[
|
|
"url"=>"https://hd.kinopoisk.ru/",
|
|
"name"=>"KinoPoisk"
|
|
],
|
|
|
|
],
|
|
"3D"=>
|
|
[
|
|
[
|
|
"url"=>"https://www.thingiverse.com/",
|
|
"name"=>"Thingiverse"
|
|
],
|
|
[
|
|
"url"=>"https://www.printables.com/",
|
|
"name"=>"Printables"
|
|
],
|
|
|
|
],
|
|
],
|
|
]; |