From ad45e4c17a5d6e6778ea3ca4ed6aeae139cfb73f Mon Sep 17 00:00:00 2001 From: akanealw Date: Wed, 17 Jan 2024 14:04:36 -0600 Subject: [PATCH] updating services and env --- .env | 9 +++++---- compose.yml | 2 -- homepage/config/services.yaml | 20 +++++++++++++------- 3 files changed, 18 insertions(+), 13 deletions(-) diff --git a/.env b/.env index 2d9fdaf..1d8c481 100755 --- a/.env +++ b/.env @@ -187,7 +187,8 @@ HOMEPAGE_VAR_KAVITA_PASSWORD=NneY3arvXx2FacypvEkU ## LINKS TAB ## ## DOCKERSERVER1 ## - +# OLIVETIN +HOMEPAGE_VAR_OLIVETIN_URL=https://olivetin.akanealw.com # STIRLING PDF HOMEPAGE_VAR_STIRLING_PDF_URL=https://spdf.akanealw.com @@ -207,9 +208,6 @@ HOMEPAGE_VAR_WEBNUT_URL=https://webnut.akanealw.com # FRESHRSS HOMEPAGE_VAR_FRESHRSS_URL=https://freshrss.akanealw.com -# OLIVETIN -HOMEPAGE_VAR_OLIVETIN_URL=https://olivetin.akanealw.com - # PAPERLESS-NGX HOMEPAGE_VAR_PAPERLESS_NGX_URL=https://paperless.akanealw.com @@ -238,6 +236,9 @@ HOMEPAGE_VAR_BITWARDEN_URL=https://bitwarden.akanealw.com # FILE BROWSER HOMEPAGE_VAR_FILE_BROWSER_URL=https://filebrowser.akanealw.com +# GIST +HOMEPAGE_VAR_OPEN_GIST_URL=https://gist.akanealw.com + # GOACCESS HOMEPAGE_VAR_GOACCESS_URL=https://goaccess.akanealw.com diff --git a/compose.yml b/compose.yml index 76f8199..f555869 100755 --- a/compose.yml +++ b/compose.yml @@ -221,7 +221,5 @@ services: volumes: - ${DOCKER_CONFIGS}/wireguard:/etc/wireguard - - networks: proxy: diff --git a/homepage/config/services.yaml b/homepage/config/services.yaml index 9e7ad9b..ca33d5b 100644 --- a/homepage/config/services.yaml +++ b/homepage/config/services.yaml @@ -405,6 +405,12 @@ ######################## - DockerServer1: + - Olivetin: + icon: olivetin.png + href: "{{HOMEPAGE_VAR_OLIVETIN_URL}}" + siteMonitor: "{{HOMEPAGE_VAR_OLIVETIN_URL}}" + target: _blank + - Sterling PDF: icon: stirling-pdf.png href: "{{HOMEPAGE_VAR_STIRLING_PDF_URL}}" @@ -449,13 +455,7 @@ siteMonitor: "{{HOMEPAGE_VAR_FRESHRSS_URL}}" target: _blank - - Olivetin: - icon: olivetin.png - href: "{{HOMEPAGE_VAR_OLIVETIN_URL}}" - siteMonitor: "{{HOMEPAGE_VAR_OLIVETIN_URL}}" - target: _blank - - - Paperless: + - Paperless-ngx: icon: paperless-ngx.png href: "{{HOMEPAGE_VAR_PAPERLESS_URL}}" siteMonitor: "{{HOMEPAGE_VAR_PAPERLESS_URL}}" @@ -511,6 +511,12 @@ siteMonitor: "{{HOMEPAGE_VAR_FILE_BROWSER_URL}}" target: _blank + - Gist: + icon: gist.png + href: "{{HOMEPAGE_VAR_OPEN_GIST_URL}}" + siteMonitor: "{{HOMEPAGE_VAR_OPEN_GIST_URL}}" + target: _blank + - GoAccess: icon: goaccess.png href: "{{HOMEPAGE_VAR_GOACCESS_URL}}"