adapts homepage config
This commit is contained in:
parent
e19249a62e
commit
c0b73d2cae
1 changed files with 39 additions and 4 deletions
|
|
@ -1,10 +1,11 @@
|
|||
{
|
||||
services.homepage-dashboard = {
|
||||
enable = true;
|
||||
listenPort = 9001;
|
||||
listenPort = 9001;
|
||||
allowedHosts = "home.dnsc.io";
|
||||
settings = {
|
||||
theme = "dark";
|
||||
headerStyle = "boxedWidgets";
|
||||
background = {
|
||||
image = "https://i.ibb.co/v6FjzW5V/winter.png";
|
||||
opacity = 40;
|
||||
|
|
@ -32,6 +33,12 @@
|
|||
icon = "slidev.png";
|
||||
};
|
||||
}
|
||||
{
|
||||
"Homepage" = {
|
||||
href = "https://dnsc.io";
|
||||
icon = "html.png";
|
||||
};
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
|
|
@ -53,7 +60,35 @@
|
|||
];
|
||||
bookmarks = [
|
||||
{
|
||||
Tools = [
|
||||
Hosting = [
|
||||
{
|
||||
Fastmail = [
|
||||
{
|
||||
abbr = "PB";
|
||||
href = "https://porkbun.com/account/domainsSpeedy";
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
Hetzner = [
|
||||
{
|
||||
abbr = "HZ";
|
||||
href = "https://console.hetzner.com/projects/1355757/dashboard";
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
Tailscale = [
|
||||
{
|
||||
abbr = "TS";
|
||||
href = "https://login.tailscale.com/admin/machines";
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
Apps = [
|
||||
{
|
||||
Fastmail = [
|
||||
{
|
||||
|
|
@ -98,7 +133,7 @@
|
|||
YouTube = [
|
||||
{
|
||||
abbr = "YT";
|
||||
href = "https://youtube.com";
|
||||
href = "https://youtube.com/feed/subscriptions";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
@ -106,7 +141,7 @@
|
|||
Twitch = [
|
||||
{
|
||||
abbr = "TW";
|
||||
href = "https://twitch.tv";
|
||||
href = "https://www.twitch.tv/directory/following";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue