From 81c11880144ed85aff71de7d66d4ff0dafa90580 Mon Sep 17 00:00:00 2001 From: Bensuperpc Date: Wed, 5 Feb 2025 21:00:27 +0100 Subject: [PATCH] Update homepage --- infrastructure/services/homepage/config/bookmarks.yaml | 2 +- infrastructure/services/homepage/config/docker.yaml | 2 +- infrastructure/services/homepage/config/services.yaml | 2 +- infrastructure/services/homepage/config/settings.yaml | 4 +++- infrastructure/services/homepage/config/widgets.yaml | 4 ++-- infrastructure/services/homepage/docker-compose.homepage.yml | 3 +++ 6 files changed, 11 insertions(+), 6 deletions(-) diff --git a/infrastructure/services/homepage/config/bookmarks.yaml b/infrastructure/services/homepage/config/bookmarks.yaml index 13eee3f..311047f 100644 --- a/infrastructure/services/homepage/config/bookmarks.yaml +++ b/infrastructure/services/homepage/config/bookmarks.yaml @@ -1,6 +1,6 @@ --- # For configuration options and examples, please see: -# https://gethomepage.dev/latest/configs/bookmarks +# https://gethomepage.dev/configs/bookmarks - Developer: - Github: diff --git a/infrastructure/services/homepage/config/docker.yaml b/infrastructure/services/homepage/config/docker.yaml index ceb90fb..d5d3ec0 100644 --- a/infrastructure/services/homepage/config/docker.yaml +++ b/infrastructure/services/homepage/config/docker.yaml @@ -1,6 +1,6 @@ --- # For configuration options and examples, please see: -# https://gethomepage.dev/latest/configs/docker/ +# https://gethomepage.dev/configs/docker #jellyfin: # host: jellyfin diff --git a/infrastructure/services/homepage/config/services.yaml b/infrastructure/services/homepage/config/services.yaml index fe3409d..774c174 100644 --- a/infrastructure/services/homepage/config/services.yaml +++ b/infrastructure/services/homepage/config/services.yaml @@ -1,6 +1,6 @@ --- # For configuration options and examples, please see: -# https://gethomepage.dev/latest/configs/services +# https://gethomepage.dev/configs/services/ - Personal: - wordpress: diff --git a/infrastructure/services/homepage/config/settings.yaml b/infrastructure/services/homepage/config/settings.yaml index 4d4a256..a9b0ddd 100644 --- a/infrastructure/services/homepage/config/settings.yaml +++ b/infrastructure/services/homepage/config/settings.yaml @@ -1,9 +1,11 @@ --- # For configuration options and examples, please see: -# https://gethomepage.dev/latest/configs/settings +# https://gethomepage.dev/configs/settings/ title: Bensuperpc +description: Bensuperpc's homepage + base: https://www.bensuperpc.org favicon: /image/favicon.ico diff --git a/infrastructure/services/homepage/config/widgets.yaml b/infrastructure/services/homepage/config/widgets.yaml index 1c52eec..83975bc 100644 --- a/infrastructure/services/homepage/config/widgets.yaml +++ b/infrastructure/services/homepage/config/widgets.yaml @@ -1,7 +1,7 @@ --- # For configuration options and examples, please see: -# https://gethomepage.dev/latest/configs/service-widgets -# https://gethomepage.dev/main/widgets/services/qbittorrent +# https://gethomepage.dev/widgets/services/ +# https://gethomepage.dev/widgets/services/qbittorrent/ #- logo: # icon: /image/daisy.jpg diff --git a/infrastructure/services/homepage/docker-compose.homepage.yml b/infrastructure/services/homepage/docker-compose.homepage.yml index abd04b9..15ce497 100644 --- a/infrastructure/services/homepage/docker-compose.homepage.yml +++ b/infrastructure/services/homepage/docker-compose.homepage.yml @@ -6,6 +6,9 @@ services: profiles: - homepage restart: on-failure:5 +# environment: +# - PUID=${PUID:-1000} +# - PGID=${PGID:-1000} depends_on: - caddy env_file: