Compare commits

..

No commits in common. "26c347c51a315d03552525506500ab2a763622d8" and "b0c619f9c1aac544507c3cee0f9e10be32af345e" have entirely different histories.

2 changed files with 2 additions and 40 deletions

View File

@ -40,6 +40,7 @@ Shark_Park
steam
SteamDeck
talesfromtechsupport
techsupport
termux
theamazingdigitalciru
Ultrakill

View File

@ -323,48 +323,9 @@
};
# https://gethomepage.dev
services.homepage-dashboard = let
entry = name: value: { "${name}" = value; };
makeBookmark = name: abbr: href: entry name [ { inherit abbr href; } ];
in {
services.homepage-dashboard = {
enable = true;
listenPort = 8089;
# bookmarks customCSS customJS docker environmentFile kubernetes services settings widgets
settings = {
theme = "dark";
color = "slate";
};
widgets = [
( entry "resources" {
cpu = true;
memory = true;
disk = "/";
})
( entry "search" {
provider = "custom";
target = "_self";
url = "https://searx.protogen.io/search?q=";
suggestionUrl = "https://searx.protogen.io/autocompleter?q=";
showSearchSuggestions = true;
})
];
services = [
];
bookmarks = [
(entry "Developer" [
(makeBookmark "GitHub" "GH" "https://github.com")
])
(entry "Local" [
(makeBookmark "Syncthing" "ST" "http://127.0.0.1:8384")
])
(entry "Entertainment" [
(makeBookmark "Redlib" "RL" "https://redlib.protogen.io")
])
];
};
virtualisation.docker = {