Compare commits
No commits in common. "da908a8e140c2ae8a083760916196c9faa1a4d30" and "13b2e94ee46393cd1fe2520cbd033e966df4d7a3" have entirely different histories.
da908a8e14
...
13b2e94ee4
1 changed files with 7 additions and 8 deletions
|
|
@ -55,9 +55,9 @@
|
||||||
[ "CDN" "http://10.3.14.217: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" "si:authentik" "https://auth.satr14.my.id" "http://main.dns.satr14.my.id:1411/" ]
|
||||||
[ "2FAuth" "authy" "https://2fa.satr14.my.id" "http://main.dns.satr14.my.id:8090/" ]
|
[ "2FAuth" "si:authy" "https://2fa.satr14.my.id" "http://main.dns.satr14.my.id:8090/" ]
|
||||||
[ "VaultWarden" "vaultwarden" "https://pass.proxy.satr14.my.id" "http://main.dns.satr14.my.id:8060/" ]
|
[ "VaultWarden" "si:vaultwarden" "https://pass.proxy.satr14.my.id" "http://main.dns.satr14.my.id:8060/" ]
|
||||||
];
|
];
|
||||||
bookmarks = [
|
bookmarks = [
|
||||||
[ "Tailscale" "tailscale" "https://login.tailscale.com/" ]
|
[ "Tailscale" "tailscale" "https://login.tailscale.com/" ]
|
||||||
|
|
@ -197,10 +197,9 @@ in {
|
||||||
style = "compact";
|
style = "compact";
|
||||||
show-failing-only = true;
|
show-failing-only = true;
|
||||||
sites = map (e: {
|
sites = map (e: {
|
||||||
same-tab = true;
|
enabled = true;
|
||||||
allow-insecure = true;
|
domain = builtins.elemAt e 0;
|
||||||
title = builtins.elemAt e 0;
|
answer = builtins.elemAt e 1;
|
||||||
url = builtins.elemAt e 1;
|
|
||||||
}) monitor;
|
}) monitor;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
@ -255,4 +254,4 @@ in {
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue