diff --git a/homepage/.env b/homepage/.env index 3d94a35..a567dc9 100644 --- a/homepage/.env +++ b/homepage/.env @@ -115,10 +115,17 @@ HOMEPAGE_VAR_KAVITA_URL=https://kavita.akanealw.com HOMEPAGE_VAR_KAVITA_USERNAME=akanealw HOMEPAGE_VAR_KAVITA_PASSWORD=NneY3arvXx2FacypvEkU +# ZABBIX +HOMEPAGE_VAR_ZABBIX_URL=https://zabbix.akanealw.com +# METUBE +HOMEPAGE_VAR_METUBE_URL=https://metube.akanealw.com +# MSTREAM +HOMEPAGE_VAR_MSTREAM_URL=https://mstream.akanealw.com - +# OLIVETIN +HOMEPAGE_VAR_OLIVETIN_URL=https://olivetin.akanealw.com diff --git a/homepage/config/services.yaml b/homepage/config/services.yaml index 3d72ed5..8a2a216 100644 --- a/homepage/config/services.yaml +++ b/homepage/config/services.yaml @@ -318,9 +318,40 @@ siteMonitor: "{{HOMEPAGE_VAR_JDOWNLOADER_URL}}" target: _blank +- DockerServer1: + - Mstream: + icon: mstream.png + href: "{{HOMEPAGE_VAR_MSTREAM_URL}}" + siteMonitor: "{{HOMEPAGE_VAR_MSTREAM_URL}}" + target: _blank + +- DockerServer2: + - Olivetin: + icon: olivetin.png + href: "{{HOMEPAGE_VAR_OLIVETIN_URL}}" + siteMonitor: "{{HOMEPAGE_VAR_OLIVETIN_URL}}" + target: _blank + - ProxyServer: - ArchiveBox: icon: archivebox.png href: "{{HOMEPAGE_VAR_ARCHIVEBOX_URL}}" siteMonitor: "{{HOMEPAGE_VAR_ARCHIVEBOX_URL}}" target: _blank + +- Other: + - Zabbix: + icon: zabbix.png + href: https://zabbix.akanealw.com + siteMonitor: https://zabbix.akanealw.com + widget: + type: iframe + name: Zabbix + src: https://zabbix.akanealw.com + classes: h-60 sm:h-60 md:h-60 lg:h-60 xl:h-60 2xl:h-72 # optional, use tailwind height classes, see https://tailwindcss.com/docs/height + referrerPolicy: same-origin # optional, no default + allowPolicy: autoplay; fullscreen; gamepad # optional, no default + allowFullscreen: false # optional, default: true + loadingStrategy: eager # optional, default: eager + allowScrolling: no # optional, default: yes + refreshInterval: 2000 # optional, no default \ No newline at end of file