Update homepage

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
Bensuperpc 2024-08-24 08:20:51 +02:00
parent 5eef332e34
commit 059289d7c3
4 changed files with 72 additions and 12 deletions

View File

@ -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/

View File

@ -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

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 KiB