mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
preparing stuff
This commit is contained in:
parent
585ab2b5aa
commit
b6cb128b5f
4 changed files with 24 additions and 31 deletions
|
@ -9,14 +9,16 @@
|
|||
reverse_proxy 8080
|
||||
'';
|
||||
|
||||
services.prometheus.exporters.sabnzbd = {
|
||||
enable = true;
|
||||
servers = [
|
||||
{
|
||||
sisyphe = {
|
||||
/*
|
||||
services.prometheus.exporters.sabnzbd = {
|
||||
enable = true;
|
||||
servers = [
|
||||
{
|
||||
sisyphe = {
|
||||
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
*/
|
||||
}
|
||||
|
|
|
@ -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
|
||||
'';
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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
|
||||
'';
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue