mirror of https://git.jolheiser.com/dotnix.git
parent
f08646ac21
commit
ad6b421375
|
@ -65,10 +65,6 @@
|
||||||
url = "https://github.com/";
|
url = "https://github.com/";
|
||||||
label = "github";
|
label = "github";
|
||||||
}
|
}
|
||||||
{
|
|
||||||
url = "https://git.jojodev.com/";
|
|
||||||
label = "jojodev";
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
url = "https://git.jolheiser.com";
|
url = "https://git.jolheiser.com";
|
||||||
label = "ugit";
|
label = "ugit";
|
||||||
|
@ -81,6 +77,9 @@
|
||||||
"browser.fixup.domainwhitelist.radarr" = true;
|
"browser.fixup.domainwhitelist.radarr" = true;
|
||||||
"browser.fixup.domainwhitelist.sonarr" = true;
|
"browser.fixup.domainwhitelist.sonarr" = true;
|
||||||
"browser.fixup.domainwhitelist.jellyfin" = true;
|
"browser.fixup.domainwhitelist.jellyfin" = true;
|
||||||
|
"browser.fixup.domainwhitelist.files" = true;
|
||||||
|
"browser.fixup.domainwhitelist.pubserve" = true;
|
||||||
|
"browser.fixup.domainwhitelist.privserve" = true;
|
||||||
};
|
};
|
||||||
bookmarks = [
|
bookmarks = [
|
||||||
{
|
{
|
||||||
|
@ -90,12 +89,6 @@
|
||||||
{
|
{
|
||||||
name = "Gitea";
|
name = "Gitea";
|
||||||
bookmarks = [
|
bookmarks = [
|
||||||
{
|
|
||||||
name = "github";
|
|
||||||
tags = [ "gitea" ];
|
|
||||||
keyword = "go-gitea";
|
|
||||||
url = "https://github.com/go-gitea/gitea";
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
name = "jojodev";
|
name = "jojodev";
|
||||||
tags = [ "gitea" ];
|
tags = [ "gitea" ];
|
||||||
|
@ -117,12 +110,6 @@
|
||||||
keyword = "gitea";
|
keyword = "gitea";
|
||||||
url = "https://gitea.com";
|
url = "https://gitea.com";
|
||||||
}
|
}
|
||||||
{
|
|
||||||
name = "try";
|
|
||||||
tags = [ "gitea" ];
|
|
||||||
keyword = "try";
|
|
||||||
url = "https://try.gitea.io";
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
@ -212,6 +199,38 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "Files";
|
||||||
|
bookmarks = [
|
||||||
|
{
|
||||||
|
name = "files";
|
||||||
|
tags = [
|
||||||
|
"files"
|
||||||
|
"miniserve"
|
||||||
|
];
|
||||||
|
keyword = "files";
|
||||||
|
url = "http://files";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name = "privserve";
|
||||||
|
tags = [
|
||||||
|
"privserve"
|
||||||
|
"miniserve"
|
||||||
|
];
|
||||||
|
keyword = "privserve";
|
||||||
|
url = "http://privserve";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name = "pubserve";
|
||||||
|
tags = [
|
||||||
|
"pubserve"
|
||||||
|
"miniserve"
|
||||||
|
];
|
||||||
|
keyword = "pubserve";
|
||||||
|
url = "http://pubserve";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue