diff --git a/images/favicon_filebrowser.svg b/images/favicon_filebrowser.svg
new file mode 100644
index 0000000..5e78ecc
--- /dev/null
+++ b/images/favicon_filebrowser.svg
@@ -0,0 +1,147 @@
+
+
\ No newline at end of file
diff --git a/images/favicon_grafana.png b/images/favicon_grafana.png
new file mode 100644
index 0000000..3031d9a
Binary files /dev/null and b/images/favicon_grafana.png differ
diff --git a/images/favicon_jd.png b/images/favicon_jd.png
new file mode 100644
index 0000000..d27772b
Binary files /dev/null and b/images/favicon_jd.png differ
diff --git a/images/favicon_jellyfin.png b/images/favicon_jellyfin.png
new file mode 100644
index 0000000..5a4e185
Binary files /dev/null and b/images/favicon_jellyfin.png differ
diff --git a/images/favicon_keycloak.svg b/images/favicon_keycloak.svg
new file mode 100644
index 0000000..20de300
--- /dev/null
+++ b/images/favicon_keycloak.svg
@@ -0,0 +1,63 @@
+
\ No newline at end of file
diff --git a/images/favicon_portainer.png b/images/favicon_portainer.png
new file mode 100644
index 0000000..04afff2
Binary files /dev/null and b/images/favicon_portainer.png differ
diff --git a/index.php b/index.php
index d6a944e..c09853d 100644
--- a/index.php
+++ b/index.php
@@ -11,47 +11,30 @@ $domaines = array(
'img' => 'favicon_transfer.png'
),
array(
- 'name' => 'Emby',
- 'url' => 'https://emby.netdldata.net/',
- 'real' => 'emby.lan',
- 'port' => 8096,
- 'img' => 'favicon_emby.png'
+ 'name' => 'Keycloak',
+ 'url' => 'https://keycloak.netdldata.net/realms/apps/account/',
+ 'img' => 'favicon_keycloak.svg'
),
array(
'name' => 'Nextcloud',
'url' => 'https://cloud.netdldata.net/',
- 'real' => 'nextcloud.lan',
- 'port' => 443,
'img' => 'favicon_Nextcloud.svg'
),
- array(
- 'name' => 'Orion',
- 'url' => 'https://orion.netdldata.net/',
- 'real' => 'orion.lan',
- 'port' => 443,
- 'img' => 'favicon_omv.png'
- ),
array(
'name' => 'Gitea',
'url' => 'https://git.netdldata.net',
- 'real' => 'git.lan',
- 'port' => 3000,
'img' => 'favicon-gitea.png'
),
+ array(
+ 'name' => 'JDownloader',
+ 'url' => 'https://jd.netdldata.net/',
+ 'img' => 'favicon_jd.png'
+ ),
array(
'name' => 'qBittorrent',
'url' => 'https://torrent.netdldata.net',
- 'real' => 'torrent.lan',
- 'port' => 8080,
'img' => 'qbittorrent-tray.svg'
),
- array(
- 'name' => 'Webmin',
- 'url' => 'https://webmin.netdldata.net',
- 'real' => '192.168.110.74',
- 'port' => 10000,
- 'img' => 'favicon_webmin.png'
- ),
array(
'name' => 'Proxmox',
'url' => 'https://proxmox.netdldata.net',
@@ -59,13 +42,28 @@ $domaines = array(
'port' => 8006,
'img' => 'favicon_proxmox.png'
),
+ array(
+ 'name' => 'Portainer',
+ 'url' => 'https://portainer.netdldata.net',
+ 'img' => 'favicon_portainer.png'
+ ),
array(
'name' => 'Guacamole',
'url' => 'https://guacamole.netdldata.net',
- 'real' => 'guacamole.lan',
- 'port' => 8080,
'img' => 'favicon_guacamole.png'
),
+ array(
+ 'name' => 'Grafana',
+ 'url' => 'https://grafana.netdldata.net',
+ 'realx' => 'grafana.lan',
+ 'port' => 3000,
+ 'img' => 'favicon_grafana.png'
+ ),
+ array(
+ 'name' => 'Stream
Jellyfin',
+ 'url' => 'https://stream.netdldata.net/SSO/oid/p/Keycloak?isLinking=true',
+ 'img' => 'favicon_jellyfin.png'
+ ),
array(
'name' => 'Mail',
'url' => 'https://mail.netdldata.net',
@@ -73,6 +71,22 @@ $domaines = array(
'port' => 80,
'img' => 'favicon_roundcube.svg'
),
+ array(
+ 'name' => 'Filebrowser',
+ 'url' => 'https://filebrowser.netdldata.net',
+ 'realx' => 'filebrowser.lan',
+ 'port' => 80,
+ 'img' => 'favicon_filebrowser.svg'
+ ),
+ array(
+ 'name' => 'Orion',
+ 'url' => 'https://orion.netdldata.net/',
+ 'real' => 'orion.lan',
+ 'port' => 443,
+ 'img' => 'favicon_omv.png'
+ ),
+
+
);
if (isset($_COOKIE['socket'])) {
$domaines = unserialize($_COOKIE['socket']);