From 3e32a48d2a990dcab7e0f1cc4f696551b6e39a86 Mon Sep 17 00:00:00 2001 From: akanealw Date: Sun, 21 Jan 2024 12:23:44 -0600 Subject: [PATCH] added it-tools --- homepage/.env | 3 +++ homepage/config/services.yaml | 7 +++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/homepage/.env b/homepage/.env index 679ebd2..fa067ab 100644 --- a/homepage/.env +++ b/homepage/.env @@ -196,6 +196,9 @@ HOMEPAGE_VAR_SYNCTHING_URL_3=https://st-laptoppc.akanealw.com # FRESHRSS HOMEPAGE_VAR_FRESHRSS_URL=https://freshrss.akanealw.com +# IT TOOLS +HOMEPAGE_VAR_IT_TOOLS_URL=https://it-tools.akanealw.com + # PAPERLESS-NGX HOMEPAGE_VAR_PAPERLESS_NGX_URL=https://paperless.akanealw.com diff --git a/homepage/config/services.yaml b/homepage/config/services.yaml index 7c54859..54743ed 100644 --- a/homepage/config/services.yaml +++ b/homepage/config/services.yaml @@ -468,8 +468,6 @@ href: "{{HOMEPAGE_VAR_SYNCTHING_URL_3}}" siteMonitor: "{{HOMEPAGE_VAR_SYNCTHING_URL_3}}" - - ######################## - DockerServer2: - FreshRSS: @@ -477,6 +475,11 @@ href: "{{HOMEPAGE_VAR_FRESHRSS_URL}}" siteMonitor: "{{HOMEPAGE_VAR_FRESHRSS_URL}}" + - IT-Tools: + icon: "https://files.akanealw.com/icons/it-tools.png" + href: "{{HOMEPAGE_VAR_IT_TOOLS_URL}}" + siteMonitor: "{{HOMEPAGE_VAR_IT_TOOLS_URL}}" + - Paperless-ngx: icon: "https://files.akanealw.com/icons/paperless-ngx.png" href: "{{HOMEPAGE_VAR_PAPERLESS_NGX_URL}}"