update dashboard
This commit is contained in:
parent
da908a8e14
commit
6581a3ecb9
2 changed files with 12 additions and 14 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
{ timezone, ... }: let
|
{ timezone, homelab, ... }: let
|
||||||
rss = [
|
rss = [
|
||||||
"https://www.raspberrypi.com/news/feed/"
|
"https://www.raspberrypi.com/news/feed/"
|
||||||
"https://www.jeffgeerling.com/blog.xml"
|
"https://www.jeffgeerling.com/blog.xml"
|
||||||
|
|
@ -28,17 +28,16 @@
|
||||||
"UCYO_jab_esuFRV4b17AJtAw" # 3Blue1Brown
|
"UCYO_jab_esuFRV4b17AJtAw" # 3Blue1Brown
|
||||||
];
|
];
|
||||||
gh = [
|
gh = [
|
||||||
"pi-hole/pi-hole"
|
|
||||||
"tailscale/tailscale"
|
"tailscale/tailscale"
|
||||||
"nodejs/node"
|
|
||||||
"denoland/deno"
|
|
||||||
"oven-sh/bun"
|
|
||||||
"glanceapp/glance"
|
"glanceapp/glance"
|
||||||
|
"nixos/nixpkgs"
|
||||||
"ollama/ollama"
|
"ollama/ollama"
|
||||||
|
"nginx/nginx"
|
||||||
|
"oven-sh/bun"
|
||||||
];
|
];
|
||||||
search = [
|
search = [
|
||||||
[ "CVE" "!cve" "https://securityvulnerability.io/vulnerability/CVE-{QUERY}" ]
|
|
||||||
[ "Website" "!!" "https://{QUERY}" ]
|
[ "Website" "!!" "https://{QUERY}" ]
|
||||||
|
[ "CVE" "!cve" "https://securityvulnerability.io/vulnerability/CVE-{QUERY}" ]
|
||||||
[ "YouTube" "!yt" "https://www.youtube.com/results?search_query={QUERY}" ]
|
[ "YouTube" "!yt" "https://www.youtube.com/results?search_query={QUERY}" ]
|
||||||
[ "GitHub" "!gh" "https://github.com/search?q={QUERY}" ]
|
[ "GitHub" "!gh" "https://github.com/search?q={QUERY}" ]
|
||||||
[ "Nix Packages" "!nix" "https://search.nixos.org/packages?channel=unstable&type=packages&query={QUERY}" ]
|
[ "Nix Packages" "!nix" "https://search.nixos.org/packages?channel=unstable&type=packages&query={QUERY}" ]
|
||||||
|
|
@ -49,15 +48,14 @@
|
||||||
monitor = [
|
monitor = [
|
||||||
[ "Hypervisor" "https://10.3.14.69:8006/" ]
|
[ "Hypervisor" "https://10.3.14.69:8006/" ]
|
||||||
[ "Router" "http://10.3.14.1:80/" ]
|
[ "Router" "http://10.3.14.1:80/" ]
|
||||||
[ "DNS" "http://10.3.14.42:8088/" ]
|
[ "DNS" "http://localhost:8088/" ]
|
||||||
[ "Proxy" "http://10.3.14.120:81/" ]
|
[ "Proxy" "https://localhost:443/" ]
|
||||||
[ "NAS" "http://10.3.14.217/" ]
|
[ "CDN" "http://localhost:3000/" ]
|
||||||
[ "CDN" "http://10.3.14.217:3000/" ]
|
|
||||||
];
|
];
|
||||||
services = [
|
services = [
|
||||||
[ "PocketID" "authentik" "https://auth.satr14.my.id" "http://main.dns.satr14.my.id:1411/" ]
|
[ "PocketID" "authentik" "https://auth.proxy.satr14.my.id" "http://localhost:1411/" ]
|
||||||
[ "2FAuth" "authy" "https://2fa.satr14.my.id" "http://main.dns.satr14.my.id:8090/" ]
|
[ "AdGuardHome" "adguard" "https://dns.proxy.satr14.my.id" "http://localhost:8088/" ]
|
||||||
[ "VaultWarden" "vaultwarden" "https://pass.proxy.satr14.my.id" "http://main.dns.satr14.my.id:8060/" ]
|
[ "ApacheHTTPD" "apache" "https://cdn.proxy.satr14.my.id" "http://localhost:3000/" ]
|
||||||
];
|
];
|
||||||
bookmarks = [
|
bookmarks = [
|
||||||
[ "Tailscale" "tailscale" "https://login.tailscale.com/" ]
|
[ "Tailscale" "tailscale" "https://login.tailscale.com/" ]
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
proxyMappings = {
|
proxyMappings = {
|
||||||
"dns" = { dest = "http://localhost:8088"; auth = true; };
|
"dns" = { dest = "http://localhost:8088"; auth = true; };
|
||||||
"cdn" = { dest = "http://localhost:3000"; auth = false; };
|
"cdn" = { dest = "http://localhost:3000"; auth = false; };
|
||||||
"auth" = { dest = "http://localhost:1411"; auth = true; };
|
"auth" = { dest = "http://localhost:1411"; auth = false; };
|
||||||
"@" = { dest = "http://localhost:5070"; auth = false; };
|
"@" = { dest = "http://localhost:5070"; auth = false; };
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue