Compare commits
2 commits
d8d079953b
...
bcde69c1ea
| Author | SHA1 | Date | |
|---|---|---|---|
| bcde69c1ea | |||
| 58fa28434b |
2 changed files with 21 additions and 10 deletions
|
|
@ -225,14 +225,24 @@ in {
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
type = "bookmarks";
|
type = "bookmarks";
|
||||||
groups = [{
|
groups = [
|
||||||
links = map (e: {
|
{
|
||||||
same-tab = true;
|
links = [{
|
||||||
title = builtins.elemAt e 0;
|
same-tab = true;
|
||||||
icon = "si:${builtins.elemAt e 1}";
|
title = "NixOS Flake";
|
||||||
url = builtins.elemAt e 2;
|
icon = "si:git";
|
||||||
}) bookmarks;
|
url = "https://flakes.satr14.my.id";
|
||||||
}];
|
}];
|
||||||
|
}
|
||||||
|
{
|
||||||
|
links = map (e: {
|
||||||
|
same-tab = true;
|
||||||
|
title = builtins.elemAt e 0;
|
||||||
|
icon = "si:${builtins.elemAt e 1}";
|
||||||
|
url = builtins.elemAt e 2;
|
||||||
|
}) bookmarks;
|
||||||
|
}
|
||||||
|
];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
type = "to-do";
|
type = "to-do";
|
||||||
|
|
|
||||||
|
|
@ -6,8 +6,9 @@
|
||||||
certificateFile = "/mnt/data/cloudflared/cert.pem";
|
certificateFile = "/mnt/data/cloudflared/cert.pem";
|
||||||
default = "http_status:404";
|
default = "http_status:404";
|
||||||
ingress = {
|
ingress = {
|
||||||
"git.${homelab.domain}" = "http://localhost:3000";
|
"git.${homelab.domain}" = "http://localhost:3000";
|
||||||
"auth.${homelab.domain}" = "http://localhost:1411";
|
"auth.${homelab.domain}" = "http://localhost:1411";
|
||||||
|
"dash.${homelab.domain}" = "http://localhost:5070";
|
||||||
"gallery.${homelab.domain}" = "http://localhost:2284";
|
"gallery.${homelab.domain}" = "http://localhost:2284";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue