Tweak homar appearence
This commit is contained in:
parent
2af5ca6274
commit
335dc4e56a
|
@ -14,7 +14,7 @@ let
|
||||||
};
|
};
|
||||||
|
|
||||||
fa = name: "fas fa-${name}";
|
fa = name: "fas fa-${name}";
|
||||||
icon = file: "./assets/${../../../../common/icons/${file}}";
|
icon = file: "assets${../../../../common/icons/${file}}";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
services.nginx.virtualHosts."lab.moonythm.dev" = {
|
services.nginx.virtualHosts."lab.moonythm.dev" = {
|
||||||
|
@ -25,9 +25,8 @@ in
|
||||||
extraAssets = [ ../../../../common/icons ];
|
extraAssets = [ ../../../../common/icons ];
|
||||||
config = {
|
config = {
|
||||||
title = "✨ The celestial citadel ✨";
|
title = "✨ The celestial citadel ✨";
|
||||||
subtitle = "The home for my homelab :3";
|
|
||||||
|
|
||||||
header = true;
|
header = false;
|
||||||
footer = false;
|
footer = false;
|
||||||
connectivityCheck = true;
|
connectivityCheck = true;
|
||||||
|
|
||||||
|
@ -44,7 +43,6 @@ in
|
||||||
subtitle = "Password manager";
|
subtitle = "Password manager";
|
||||||
logo = icon "bitwarden.png";
|
logo = icon "bitwarden.png";
|
||||||
url = "warden.moonythm.dev";
|
url = "warden.moonythm.dev";
|
||||||
keywords = "pass";
|
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "Syncthing";
|
name = "Syncthing";
|
||||||
|
@ -57,7 +55,6 @@ in
|
||||||
subtitle = "Search engine";
|
subtitle = "Search engine";
|
||||||
logo = icon "whoogle.webp";
|
logo = icon "whoogle.webp";
|
||||||
url = "search.moonythm.dev";
|
url = "search.moonythm.dev";
|
||||||
keywords = "search google";
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue