mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-09 05:14:41 -05:00
feat: refactored wireguard and fixed self-hosted bookmarks
This commit is contained in:
parent
5c1d3e6356
commit
cd118791e5
14 changed files with 55 additions and 128 deletions
|
@ -21,12 +21,11 @@ in
|
|||
keyword = "Discord";
|
||||
}
|
||||
{
|
||||
name = "Elm-UI";
|
||||
url = "https://package.elm-lang.org/packages/mdgriffith/elm-ui/latest/";
|
||||
name = "Elm Packages";
|
||||
url = "https://package.elm-lang.org/packages";
|
||||
tags = [
|
||||
"elm-ui"
|
||||
"elm"
|
||||
"ui"
|
||||
"packages"
|
||||
];
|
||||
keyword = "Elm";
|
||||
}
|
||||
|
@ -52,7 +51,7 @@ in
|
|||
}
|
||||
{
|
||||
name = "GitLab (Fallaryn)";
|
||||
url = "${gitlabURL}/fallaryn/dotfiles";
|
||||
url = "${gitlabURL}/fallaryn";
|
||||
tags = [
|
||||
"fallaryn"
|
||||
] ++ gitlabTags;
|
||||
|
@ -60,7 +59,7 @@ in
|
|||
}
|
||||
{
|
||||
name = "GitLab (Isaac)";
|
||||
url = "${gitlabURL}/askyourself/dotfiles";
|
||||
url = "${gitlabURL}/askyourself";
|
||||
tags = [
|
||||
"isaac"
|
||||
"askyourself"
|
||||
|
@ -69,9 +68,9 @@ in
|
|||
}
|
||||
{
|
||||
name = "GitLab (Nick)";
|
||||
url = "${gitlabURL}/upRootNutrition/dotfiles";
|
||||
url = "${gitlabURL}/upRootNutrition";
|
||||
tags = [
|
||||
"brbwaffles"
|
||||
"uprootnutrition"
|
||||
] ++ gitlabTags;
|
||||
keyword = "GitLab";
|
||||
}
|
||||
|
@ -85,14 +84,5 @@ in
|
|||
];
|
||||
keyword = "Hack";
|
||||
}
|
||||
{
|
||||
name = "Discord-Haskell";
|
||||
url = "https://hackage.haskell.org/package/discord-haskell-1.17.1";
|
||||
tags = [
|
||||
"discord"
|
||||
"haskell"
|
||||
];
|
||||
keyword = "Dack";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
@ -51,7 +51,7 @@ in
|
|||
}
|
||||
{
|
||||
name = instances.forgejo.label;
|
||||
url = "https://${instances.forgejo.subdomain}.${instances.web.domains.url3}";
|
||||
url = "https://${instances.forgejo.domains.url0}";
|
||||
tags = [
|
||||
instances.forgejo.name
|
||||
"forge"
|
||||
|
@ -59,19 +59,9 @@ in
|
|||
];
|
||||
keyword = instances.forgejo.label;
|
||||
}
|
||||
# {
|
||||
# name = instances.hledger.label;
|
||||
# url = "http://localhost.${builtins.toString instances.hledger.ports.port0}";
|
||||
# tags = [
|
||||
# instances.hledger.name
|
||||
# "hledger"
|
||||
# "finances"
|
||||
# ];
|
||||
# keyword = instances.hledger.label;
|
||||
# }
|
||||
{
|
||||
name = "${instances.jellyfin.label} (Internet)";
|
||||
url = "https://${instances.jellyfin.name}.${instances.web.domains.url0}";
|
||||
url = "https://${instances.jellyfin.domains.url0}";
|
||||
tags = jellyfinTags;
|
||||
keyword = instances.jellyfin.label;
|
||||
}
|
||||
|
@ -83,7 +73,7 @@ in
|
|||
}
|
||||
{
|
||||
name = instances.mastodon.label;
|
||||
url = "https://${instances.mastodon.subdomain}.${instances.web.domains.url3}";
|
||||
url = "https://${instances.mastodon.domains.url0}";
|
||||
tags = [
|
||||
instances.mastodon.name
|
||||
"mast"
|
||||
|
@ -104,7 +94,7 @@ in
|
|||
}
|
||||
{
|
||||
name = instances.nextcloud.label;
|
||||
url = "https://${instances.nextcloud.subdomain}.${instances.web.domains.url1}";
|
||||
url = "https://${instances.nextcloud.domains.url0}";
|
||||
tags = [
|
||||
instances.nextcloud.name
|
||||
"next"
|
||||
|
@ -124,7 +114,7 @@ in
|
|||
}
|
||||
{
|
||||
name = "${instances.glance.label} (Local)";
|
||||
url = "http://${instances.web.localhost.address0}:${toString instances.glance.ports.port0}";
|
||||
url = "https://${instances.glance.domains.url0}";
|
||||
tags = [
|
||||
"glance"
|
||||
"dashboard"
|
||||
|
@ -135,7 +125,7 @@ in
|
|||
}
|
||||
{
|
||||
name = "${instances.ollama.label} (Server)";
|
||||
url = "https://${instances.ollama.subdomain}.${instances.web.domains.url0}";
|
||||
url = "https://${instances.ollama.domains.url0}";
|
||||
tags = ollamaTags;
|
||||
keyword = instances.ollama.label;
|
||||
}
|
||||
|
@ -145,29 +135,6 @@ in
|
|||
tags = ollamaTags;
|
||||
keyword = instances.ollama.label;
|
||||
}
|
||||
# {
|
||||
# name = "${instances.owncast.label} (Admin)";
|
||||
# url = "http://${ceres.ip.address0}:${toString instances.owncast.ports.port0}/admin";
|
||||
# tags = owncastTags;
|
||||
# keyword = instances.owncast.label;
|
||||
# }
|
||||
# {
|
||||
# name = "${instances.owncast.label} (Server)";
|
||||
# url = "http://${instances.owncast.subdomain}.${instances.web.domains.url1}";
|
||||
# tags = owncastTags;
|
||||
# keyword = instances.owncast.label;
|
||||
# }
|
||||
# {
|
||||
# name = instances.peertube.label;
|
||||
# url = "https://${instances.peertube.subdomain}.${instances.web.domains.url3}";
|
||||
# tags = [
|
||||
# instances.peertube.name
|
||||
# "peer"
|
||||
# "tube"
|
||||
# "uprootnutrition"
|
||||
# ];
|
||||
# keyword = instances.peertube.label;
|
||||
# }
|
||||
{
|
||||
name = "Router";
|
||||
url = "http://${instances.web.localhost.address2}";
|
||||
|
@ -179,7 +146,7 @@ in
|
|||
}
|
||||
{
|
||||
name = "${instances.searx.label} (Internet)";
|
||||
url = "https://${instances.searx.subdomain}.${instances.web.domains.url0}";
|
||||
url = "https://${instances.searx.domains.url0}";
|
||||
tags = [
|
||||
"search"
|
||||
"sear"
|
||||
|
@ -215,7 +182,7 @@ in
|
|||
}
|
||||
{
|
||||
name = instances.vaultwarden.label;
|
||||
url = "https://${instances.vaultwarden.subdomain}.${instances.web.domains.url0}";
|
||||
url = "https://${instances.vaultwarden.domains.url0}";
|
||||
tags = [
|
||||
instances.vaultwarden.name
|
||||
"bitwarden"
|
||||
|
|
|
@ -90,15 +90,6 @@
|
|||
];
|
||||
keyword = "Deep";
|
||||
}
|
||||
{
|
||||
name = "Uncensored AI";
|
||||
url = "https://www.aiuncensored.info";
|
||||
tags = [
|
||||
"uncensored"
|
||||
"ai"
|
||||
];
|
||||
keyword = "AI";
|
||||
}
|
||||
{
|
||||
name = "Canadian Blood Services";
|
||||
url = "https://www.blood.ca/en";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue