From 6dfc316b8b30b76b90f1aa7ee46acc780cdf5077 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Dom=C3=ADnguez?= Date: Mon, 28 Apr 2025 11:07:32 -0400 Subject: [PATCH] set up new layout and polish up how some services show up --- .docker/containers/homepage/docker.yaml | 3 +++ .docker/containers/homepage/services.yaml | 22 ++++++++++------------ .docker/containers/homepage/settings.yaml | 7 ++++--- 3 files changed, 17 insertions(+), 15 deletions(-) diff --git a/.docker/containers/homepage/docker.yaml b/.docker/containers/homepage/docker.yaml index 6a26f66..005b2e6 100644 --- a/.docker/containers/homepage/docker.yaml +++ b/.docker/containers/homepage/docker.yaml @@ -47,3 +47,6 @@ torrentstack-db-1: host: dockerproxy port: 2375 + torrentstack-lighttpd-1: + host: dockerproxy + port: 2375 diff --git a/.docker/containers/homepage/services.yaml b/.docker/containers/homepage/services.yaml index cb15b08..42138e1 100644 --- a/.docker/containers/homepage/services.yaml +++ b/.docker/containers/homepage/services.yaml @@ -20,7 +20,6 @@ description: Self-hosted digital library for many book formats server: kavita container: kavita - ping: https://read.peterdominguez.art widget: type: kavita url: https://read.peterdominguez.art @@ -79,12 +78,14 @@ description: Proxy server to bypass DDoS protection server: flaresolverr container: flaresolverr + showStats: true - Unbound: href: http://10.0.0.121:5335 icon: unbound.png description: Validating, recursive, and caching DNS resolver server: unbound container: unbound + showStats: true - Tools: - Nextcloud: href: https://cloud.peterdominguez.art/ @@ -92,7 +93,6 @@ description: A safe home for all your data server: torrentstack-app-1 container: torrentstack-app-1 - ping: https://cloud.peterdominguez.art widget: type: nextcloud url: https://cloud.peterdominguez.art @@ -104,7 +104,6 @@ description: A free, self-hostable feed aggregator server: freshrss container: freshrss - ping: https://rss.peterdominguez.art widget: type: freshrss url: https://rss.peterdominguez.art @@ -116,28 +115,28 @@ description: A self-hosted lightweight free software forge server: forgejo container: forgejo - ping: https://git.peterdominguez.art widget: type: gitea url: https://git.peterdominguez.art key: "{{HOMEPAGE_VAR_forgejo_key}}" - - Syncthing: - href: http://10.0.0.121:8384 - icon: syncthing.png - description: Open source peer-to-peer file synchronization - ping: http://10.0.0.121:8384 - SearXNG: href: https://search.peterdominguez.art/ icon: searxng.png description: Privacy-respecting, hackable metasearch engine server: searxng container: searxng - ping: https://search.peterdominguez.art + showStats: true + - Syncthing: + href: http://10.0.0.121:8384 + icon: syncthing.png + description: Open source peer-to-peer file synchronization + ping: http://10.0.0.121:8384 - Hugo: href: https://peterdominguez.art icon: hugo.png description: Open-source static site generator - ping: https://peterdominguez.art + server: torrentstack-lighttpd-1 + container: torrentstack-lighttpd-1 - meTube: href: http://10.0.0.121:8081 icon: metube.png @@ -150,4 +149,3 @@ description: A modern dashboard for your services server: homepage container: homepage - ping: https://home.peterdominguez.art diff --git a/.docker/containers/homepage/settings.yaml b/.docker/containers/homepage/settings.yaml index faab430..a04a377 100644 --- a/.docker/containers/homepage/settings.yaml +++ b/.docker/containers/homepage/settings.yaml @@ -3,14 +3,14 @@ # https://gethomepage.dev/configs/settings/ title: Courtyard description: DIE MONSTER, YOU DON'T BELONG IN THIS WORLD! -color: neutral theme: dark -headerStyle: boxed +color: neutral +headerStyle: clean useEqualHeights: true target: _self background: image: /images/castlevania3.png - blur: sm # sm, "", md, xl... see https://tailwindcss.com/docs/backdrop-blur + blur: xs # sm, "", md, xl... see https://tailwindcss.com/docs/backdrop-blur saturate: 50 # 0, 50, 100... see https://tailwindcss.com/docs/backdrop-saturate brightness: 50 # 0, 50, 75... see https://tailwindcss.com/docs/backdrop-brightness opacity: 60 # 0-100 @@ -25,3 +25,4 @@ layout: Tools: style: row columns: 4 +statusStyle: dot