diff --git a/infrastructure/homepage/config/services.yaml b/infrastructure/homepage/config/services.yaml index 1fff929..1af2de3 100644 --- a/infrastructure/homepage/config/services.yaml +++ b/infrastructure/homepage/config/services.yaml @@ -2,27 +2,47 @@ # For configuration options and examples, please see: # https://gethomepage.dev/latest/configs/services -- Blog: +- Personal: - wordpress: icon: https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons@master/png/wordpress.png href: https://www.bensuperpc.org/ description: Wordpress + - linkstack: + icon: https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons@master/png/linkstack.png + href: https://linkstack.bensuperpc.org/ + description: Linkstack + - uptime-kuma: + icon: https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons@master/png/uptime-kuma.png + href: https://uptimekuma.bensuperpc.org/ + description: Uptime Kuma -- Media: +- Sharing: - jellyfin: icon: https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons@master/png/jellyfin.png href: https://jellyfin.bensuperpc.org/ description: Jellyfin + - psitransfer: + icon: https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons@master/png/psitransfer.png + href: https://psitransfer.bensuperpc.org/ + description: PsiTransfer + - qbittorrent: + icon: https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons@master/png/qbittorrent.png + href: https://qbittorrent.bensuperpc.org/ + description: qBittorrent + - syncthing: + icon: https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons@master/png/syncthing.png + href: https://syncthing.bensuperpc.org/ + description: Syncthing + - transmission: + icon: https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons@master/png/transmission.png + href: https://transmission.bensuperpc.org/ + description: Transmission - Utils: - it-tools: icon: https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons@master/png/it-tools.png href: https://it-tools.bensuperpc.org/ description: IT Tools - - psitransfer: - icon: https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons@master/png/psitransfer.png - href: https://psitransfer.bensuperpc.org/ - description: PsiTransfer - gitea: icon: https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons@master/png/gitea.png href: https://gitea.bensuperpc.org/ diff --git a/infrastructure/homepage/config/settings.yaml b/infrastructure/homepage/config/settings.yaml index 7220fc8..b73ad9f 100644 --- a/infrastructure/homepage/config/settings.yaml +++ b/infrastructure/homepage/config/settings.yaml @@ -4,10 +4,49 @@ title: Bensuperpc -headerStyle: boxedWidgets +base: https://homepage.bensuperpc.org + +#favicon: /images/favicon.ico + +logpath: /app/logs + +background: + image: /images/deep.jpg + blur: md + opacity: 50 + brightness: 50 + +theme: dark +color: slate + +language: fr + +layout: + Personal: + style: row + columns: 6 + Media: + style: row + columns: 6 + Sharing: + style: row + columns: 6 + Utils: + style: row + columns: 6 + initiallyCollapsed: false + +quicklaunch: + searchDescriptions: true + hideInternetSearch: false + hideVisitURL: false + +hideVersion: true + +headerStyle: boxed useEqualHeights: true -providers: - openweathermap: openweathermapapikey - weatherapi: weatherapiapikey +#providers: +# openweathermap: openweathermapapikey +# weatherapi: weatherapiapikey diff --git a/infrastructure/homepage/docker-compose.homepage.yml b/infrastructure/homepage/docker-compose.homepage.yml index a0dad55..52040b4 100644 --- a/infrastructure/homepage/docker-compose.homepage.yml +++ b/infrastructure/homepage/docker-compose.homepage.yml @@ -11,8 +11,9 @@ services: env_file: - ./homepage/env/homepage.env volumes: - - ./homepage/config:/app/config - - homepage_log:/app/config/logs + - homepage_log:/app/logs + - ./homepage/config:/app/config:ro + - ./homepage/image:/app/public/images:ro - /var/run/docker.sock:/var/run/docker.sock:ro networks: - infra-network diff --git a/infrastructure/homepage/image/deep.jpg b/infrastructure/homepage/image/deep.jpg new file mode 100644 index 0000000..aeb7d7e Binary files /dev/null and b/infrastructure/homepage/image/deep.jpg differ