From 53833e6e32769ead14515a947174bfa368738793 Mon Sep 17 00:00:00 2001 From: TheThomaas Date: Wed, 14 Jan 2026 18:12:48 +0100 Subject: [PATCH] Update config --- mafl/data/config.yml | 27 +++++++++------------- mafl/data/icons/forgejo.svg | 36 ++++++++++++++++++++++++++++++ mafl/data/icons/home-assistant.svg | 4 ++++ mafl/data/icons/jellyfin.svg | 23 +++++++++++++++++++ 4 files changed, 74 insertions(+), 16 deletions(-) create mode 100644 mafl/data/icons/forgejo.svg create mode 100644 mafl/data/icons/home-assistant.svg create mode 100644 mafl/data/icons/jellyfin.svg diff --git a/mafl/data/config.yml b/mafl/data/config.yml index 673b078..7e6bc21 100644 --- a/mafl/data/config.yml +++ b/mafl/data/config.yml @@ -3,27 +3,22 @@ services: Home: - title: Home Assistant description: Home automation system - link: 'https://home-assistant.local.thethomaas.net/' + link: 'https://home.thethomaas.net/' icon: - name: simple-icons:homeassistant + url : icons/home-assistant.svg wrap: true - color: '#3dbcf3' - title: Jellyfin description: Media server - link: 'https://jellyfin.local.thethomaas.net/' + link: 'https://watch.thethomaas.net/' icon: - name: simple-icons:jellyfin - # url : https://raw.githubusercontent.com/jellyfin/jellyfin-ux/master/branding/SVG/icon-transparent.svg + url : icons/jellyfin.svg wrap: true - color: '#00A4DC' - title: Forgejo - description: Ad blocking service + description: Self-hosted lightweight software forge link: 'https://git.thethomaas.net/' icon: - name: simple-icons:forgejo - # url: https://codeberg.org/forgejo/governance/raw/branch/main/branding/logo/forgejo.svg + url: icons/forgejo.svg wrap: true - color: '#68bc71' Cloud: - title: Traefik @@ -45,16 +40,16 @@ services: name: logos:grafana wrap: true - Devices: - - title: Router - description: Keenetic Peak - link: '#' + Appareils: + - title: Box internet + description: Wingo + link: 'http://192.168.1.254' icon: name: bi:router-fill wrap: true - title: NAS description: Network storage - link: '#' + link: 'http://192.168.1.121:5000/' icon: name: mdi:nas wrap: true \ No newline at end of file diff --git a/mafl/data/icons/forgejo.svg b/mafl/data/icons/forgejo.svg new file mode 100644 index 0000000..9110274 --- /dev/null +++ b/mafl/data/icons/forgejo.svg @@ -0,0 +1,36 @@ + + + + + Forgejo logo + Caesar Schinas + + + + + + + + + + + + + \ No newline at end of file diff --git a/mafl/data/icons/home-assistant.svg b/mafl/data/icons/home-assistant.svg new file mode 100644 index 0000000..ad8df76 --- /dev/null +++ b/mafl/data/icons/home-assistant.svg @@ -0,0 +1,4 @@ + + + + diff --git a/mafl/data/icons/jellyfin.svg b/mafl/data/icons/jellyfin.svg new file mode 100644 index 0000000..7fe9500 --- /dev/null +++ b/mafl/data/icons/jellyfin.svg @@ -0,0 +1,23 @@ + + + + + + + + + + icon-transparent + + + + + \ No newline at end of file