Transmission for homepage, new proxmox domain

This commit is contained in:
Gabriel Simmer 2023-12-24 01:11:08 +00:00
parent 08aa64693f
commit cef5674cdb
Signed by: arch
SSH key fingerprint: SHA256:m3OEcdtrnBpMX+2BDGh/byv3hrCekCLzDYMdvGEKPPQ

View file

@ -63,15 +63,12 @@
};
};
}
{ Flood = {
icon = "flood.png";
href = "https://flood.gmem.ca";
{ Transmission = {
icon = "transmission.png";
description = "Download progress for torrents";
widget = {
type = "flood";
url = "https://flood.gmem.ca";
username = "admin";
password = "{{HOMEPAGE_VAR_FLOOD_PASSWORD}}";
type = "transmission";
url = "http://192.168.50.187:9091";
};
};
}
@ -122,11 +119,11 @@
}
{ "Proxmox Homelab" = {
icon = "proxmox.png";
href = "https://proxmox.scorpion-ghost.ts.net";
href = "https://proxmox.gmem.ca";
description = "Homelabe proxmox";
widget = {
type = "proxmox";
url = "https://proxmox.scorpion-ghost.ts.net";
url = "https://proxmox.gmem.ca";
username = "api@pam!homepage";
password = "{{HOMEPAGE_VAR_PROXMOX_PASSWORD}}";
};