mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
feat: added bookmarks
This commit is contained in:
parent
dda9c7dad7
commit
6c645d1dbe
6 changed files with 15 additions and 22 deletions
|
|
@ -17,11 +17,13 @@ let
|
|||
}) (builtins.map (service: instances.${service}.name) services);
|
||||
|
||||
instanceList = [
|
||||
instances.firefly-iii.name
|
||||
instances.forgejo.name
|
||||
instances.jellyfin.name
|
||||
instances.mastodon.name
|
||||
instances.ollama.name
|
||||
instances.qbittorrent.name
|
||||
instances.vaultwarden.name
|
||||
instances.firefly-iii.name
|
||||
];
|
||||
bookmarkConfigs = [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -2,6 +2,16 @@
|
|||
name = "Tools";
|
||||
toolbar = false;
|
||||
bookmarks = [
|
||||
{
|
||||
name = "Backblaze";
|
||||
url = "https://secure.backblaze.com/b2_buckets.htm";
|
||||
tags = [
|
||||
"backblaze"
|
||||
"cloud"
|
||||
"storage"
|
||||
];
|
||||
keyword = "Back";
|
||||
}
|
||||
{
|
||||
name = "Google Docs";
|
||||
url = "https://docs.google.com";
|
||||
|
|
@ -20,15 +30,6 @@
|
|||
];
|
||||
keyword = "Sheets";
|
||||
}
|
||||
{
|
||||
name = "IVPN";
|
||||
url = "https://www.ivpn.net";
|
||||
tags = [
|
||||
"ivpn"
|
||||
"vpn"
|
||||
];
|
||||
keyword = "IVPN";
|
||||
}
|
||||
{
|
||||
name = "Mega";
|
||||
url = "https://mega.io";
|
||||
|
|
@ -47,16 +48,6 @@
|
|||
];
|
||||
keyword = "Migadu";
|
||||
}
|
||||
|
||||
{
|
||||
name = "Mullvad";
|
||||
url = "https://mullvad.net";
|
||||
tags = [
|
||||
"mullvad"
|
||||
"vpn"
|
||||
];
|
||||
keyword = "Mull";
|
||||
}
|
||||
{
|
||||
name = "Monkeytype";
|
||||
url = "https://monkeytype.com/";
|
||||
|
|
|
|||
|
|
@ -58,9 +58,9 @@ in
|
|||
minecraft
|
||||
ollama
|
||||
projectSite
|
||||
qbittorrent
|
||||
restic
|
||||
sambaCeres
|
||||
torrent
|
||||
vaultwarden
|
||||
website
|
||||
zookeeper
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
let
|
||||
inherit (flake.config.people) user0;
|
||||
inherit (flake.config.services) instances;
|
||||
serviceCfg = instances.torrent;
|
||||
serviceCfg = instances.qbittorrent;
|
||||
host = instances.torrent.domains.url0;
|
||||
dns0 = instances.web.dns.provider0;
|
||||
dns0Path = "dns/${dns0}";
|
||||
Loading…
Add table
Add a link
Reference in a new issue