mlem
Some checks failed
/ build hive configuration (push) Has been cancelled
/ Build Nix targets (push) Has been cancelled

This commit is contained in:
Awen Lelu 2025-11-12 10:15:11 +01:00
parent 2cffd2c55a
commit e6f7e22451

View File

@ -1,12 +1,12 @@
{ inputs, pkgs, ... }:
{inputs, pkgs, ...}: { {
services.homepage-dashboard = { services.homepage-dashboard = {
enable = true; enable = true;
openFirewall = true; openFirewall = true;
allowedHosts = "dashboard.shobu.fr"; allowedHosts = "dashboard.shobu.fr";
settings = { settings = {
title = "Shobu's homelab dashboard"; title = "Shobu's homelab dashboard";
description = "a dashboard of free and wesome bullshit"; description = "a dashboard of free and awesome bullshit";
startUrl = "https://dashboard.shobu.fr"; startUrl = "https://dashboard.shobu.fr";
base = "https://dashboard.shobu.fr"; base = "https://dashboard.shobu.fr";
headerStyle = "boxed"; headerStyle = "boxed";
@ -14,9 +14,9 @@
providers = { providers = {
"finnhub" = "cuvq5e9r01qub8tv03g0cuvq5e9r01qub8tv03gg"; "finnhub" = "cuvq5e9r01qub8tv03g0cuvq5e9r01qub8tv03gg";
}; };
layout = [ layout = [
{"resources" = {};} { "resources" = { }; }
{ {
"about me stuff" = { "about me stuff" = {
tab = "Public"; tab = "Public";
@ -38,13 +38,13 @@
header = false; header = false;
}; };
} }
]; ];
}; };
widgets = [ widgets = [
{ {
greeting = { greeting = {
text = "Welcome on my services and links dashboard, make yourself home."; text = "Welcome on my services and links dashboard, make yourself home. mlem";
}; };
} }
{ {
@ -78,7 +78,7 @@
icon = "https://bddtrans.shobu.fr/favicon.ico"; icon = "https://bddtrans.shobu.fr/favicon.ico";
href = "https://bddtrans.shobu.fr"; href = "https://bddtrans.shobu.fr";
} }
]; ];
} }
]; ];
} }
@ -103,7 +103,7 @@
]; ];
} }
]; ];
services = [ services = [
{ {
"gayming" = [ "gayming" = [
@ -146,7 +146,7 @@
type = "jellyseerr"; type = "jellyseerr";
url = "https://jellyseerr.shobu.fr"; url = "https://jellyseerr.shobu.fr";
key = "MTczNzkyNzMxMzgwODk4N2FlZWJkLTQ0N2QtNGU0MS1iOWE1LTJmZmE3OTI4ZGQ5OQ=="; key = "MTczNzkyNzMxMzgwODk4N2FlZWJkLTQ0N2QtNGU0MS1iOWE1LTJmZmE3OTI4ZGQ5OQ==";
}; };
}; };
} }
{ {