diff --git a/hosts/sisyphe/features/multimedia/sabnzbd.nix b/hosts/sisyphe/features/multimedia/sabnzbd.nix index 7b578e4..75a85d3 100644 --- a/hosts/sisyphe/features/multimedia/sabnzbd.nix +++ b/hosts/sisyphe/features/multimedia/sabnzbd.nix @@ -9,14 +9,16 @@ reverse_proxy 8080 ''; - services.prometheus.exporters.sabnzbd = { - enable = true; - servers = [ - { - sisyphe = { + /* + services.prometheus.exporters.sabnzbd = { + enable = true; + servers = [ + { + sisyphe = { - }; - } - ]; - }; + }; + } + ]; + }; + */ } diff --git a/hosts/sisyphe/features/services/grafana.nix b/hosts/sisyphe/features/services/grafana.nix index d7b2f72..39afd7c 100644 --- a/hosts/sisyphe/features/services/grafana.nix +++ b/hosts/sisyphe/features/services/grafana.nix @@ -1,4 +1,4 @@ -{ config, ... }: +{ ... }: { services.grafana = { enable = true; @@ -10,6 +10,6 @@ }; services.caddy.virtualHosts."http://grafana.sisyphe.normandy.hypervirtual.world".extraConfig = '' - reverse_proxy :3000 - ''; + reverse_proxy :3000 + ''; } diff --git a/hosts/sisyphe/features/services/homelab-dashboard.nix b/hosts/sisyphe/features/services/homelab-dashboard.nix index c810a46..a4a64e6 100644 --- a/hosts/sisyphe/features/services/homelab-dashboard.nix +++ b/hosts/sisyphe/features/services/homelab-dashboard.nix @@ -84,12 +84,14 @@ in } ]; - bookmarks = [ { code = [ { "Github" = [ { href = "https://github.com"; } ]; } ]; } ]; + bookmarks = [ + { code = [ { "Github" = [ { href = "https://github.com"; } ]; } ]; } + { social = [ { "Bluesky" = [ { href = "https://bsky.app"; } ]; { "mastodon" = [{ href = "https://fish.hypervirtual.world" }]; } } ]; } + ]; services = [ { "Divertissement" = [ - { "Serveur Minecraft poulet" = { icon = "minecraft"; @@ -236,7 +238,6 @@ in }; } { - "Transmission" = { icon = "transmission"; description = "s'occupe du téléchargement des fichiers"; @@ -278,15 +279,6 @@ in } { "Administration" = [ - /* - { - "Proxmox Backup Server" = { - icon = "proxmox-light"; - description = "Permet de sauvegarder le serveur."; - href = "https://${cfg.proxmoxBSIp}:8007"; - }; - } - */ { "Proxmox VE" = { icon = "proxmox"; diff --git a/hosts/sisyphe/features/services/uptime-kuma.nix b/hosts/sisyphe/features/services/uptime-kuma.nix index 2ed8136..4f566e6 100644 --- a/hosts/sisyphe/features/services/uptime-kuma.nix +++ b/hosts/sisyphe/features/services/uptime-kuma.nix @@ -9,12 +9,11 @@ }; services.caddy.virtualHosts."http://status.hypervirtual.world".extraConfig = '' - reverse_proxy :4000 - ''; - + reverse_proxy :4000 + ''; + services.caddy.virtualHosts."http://uptime.sisyphe.normandy.hypervirtual.world".extraConfig = '' - reverse_proxy :4000 - ''; - - + reverse_proxy :4000 + ''; + }