Update firefox bookmarks
This commit is contained in:
parent
4df046c0d4
commit
2cd3921dbc
|
@ -74,12 +74,8 @@
|
||||||
ManagedBookmarks = [
|
ManagedBookmarks = [
|
||||||
{ toplevel_name = "Standard Bookmarks"; }
|
{ toplevel_name = "Standard Bookmarks"; }
|
||||||
{
|
{
|
||||||
name = "NextCloud";
|
name = "Config Repo";
|
||||||
url = "https://cloud.xenia.me.uk/";
|
url = "https://git.xenia.me.uk/xenia/nixos";
|
||||||
}
|
|
||||||
{
|
|
||||||
name = "ntfy.sh";
|
|
||||||
url = "https://ntfy.xenia.me.uk";
|
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "WhatsApp Web";
|
name = "WhatsApp Web";
|
||||||
|
@ -89,6 +85,35 @@
|
||||||
name = "Discord";
|
name = "Discord";
|
||||||
url = "https://discord.com/app";
|
url = "https://discord.com/app";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "Server";
|
||||||
|
children = [
|
||||||
|
{
|
||||||
|
name = "NextCloud";
|
||||||
|
url = "https://cloud.xenia.me.uk/";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name = "Gitea";
|
||||||
|
url = "https://git.xenia.me.uk";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name = "Grafana Dashboard";
|
||||||
|
url = "https://status.xenia.me.uk";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name = "ntfy.sh";
|
||||||
|
url = "https://ntfy.xenia.me.uk";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name = "AdGuard Home";
|
||||||
|
url = "https://guard.xenia.me.uk";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name = "Traefik";
|
||||||
|
url = "https://traefik.xenia.me.uk";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
}
|
||||||
{
|
{
|
||||||
name = "Wikis";
|
name = "Wikis";
|
||||||
children = [
|
children = [
|
||||||
|
@ -129,15 +154,15 @@
|
||||||
name = "Mozilla Policy Templates";
|
name = "Mozilla Policy Templates";
|
||||||
url = "https://mozilla.github.io/policy-templates/";
|
url = "https://mozilla.github.io/policy-templates/";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "AdGuard Home Docs";
|
||||||
|
url = "https://github.com/AdguardTeam/AdGuardHome/wiki";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "Repos";
|
name = "Dev";
|
||||||
children = [
|
children = [
|
||||||
{
|
|
||||||
name = "Gitea";
|
|
||||||
url = "https://git.xenia.me.uk";
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
name = "GitHub";
|
name = "GitHub";
|
||||||
url = "https://github.com";
|
url = "https://github.com";
|
||||||
|
@ -146,36 +171,6 @@
|
||||||
name = "GitLab";
|
name = "GitLab";
|
||||||
url = "https://gitlab.com";
|
url = "https://gitlab.com";
|
||||||
}
|
}
|
||||||
{
|
|
||||||
name = "Config Repo";
|
|
||||||
url = "https://git.xenia.me.uk/xenia/nixos";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
name = "Awesome Hyprland";
|
|
||||||
url = "https://github.com/hyprland-community/awesome-hyprland";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
}
|
|
||||||
{
|
|
||||||
name = "Work";
|
|
||||||
children = [
|
|
||||||
{
|
|
||||||
name = "Nucleus";
|
|
||||||
url = "https://nucleus.ukaea.uk";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
name = "Office365";
|
|
||||||
url = "https://www.office.com";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
name = "Physics Summary";
|
|
||||||
url =
|
|
||||||
"https://users.euro-fusion.org/pages/physics-summary/LatestSession.php";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
name = "Main Page";
|
|
||||||
url = "https://wiki.jetdata.eu/open/index.php?title=Main_Page";
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue