diff --git a/apps/gui/firefox.nix b/apps/gui/firefox.nix index 7828ec9..aa2737a 100644 --- a/apps/gui/firefox.nix +++ b/apps/gui/firefox.nix @@ -65,10 +65,6 @@ url = "https://github.com/"; label = "github"; } - { - url = "https://git.jojodev.com/"; - label = "jojodev"; - } { url = "https://git.jolheiser.com"; label = "ugit"; @@ -81,6 +77,9 @@ "browser.fixup.domainwhitelist.radarr" = true; "browser.fixup.domainwhitelist.sonarr" = true; "browser.fixup.domainwhitelist.jellyfin" = true; + "browser.fixup.domainwhitelist.files" = true; + "browser.fixup.domainwhitelist.pubserve" = true; + "browser.fixup.domainwhitelist.privserve" = true; }; bookmarks = [ { @@ -90,12 +89,6 @@ { name = "Gitea"; bookmarks = [ - { - name = "github"; - tags = [ "gitea" ]; - keyword = "go-gitea"; - url = "https://github.com/go-gitea/gitea"; - } { name = "jojodev"; tags = [ "gitea" ]; @@ -117,12 +110,6 @@ keyword = "gitea"; 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"; + } + ]; + } ]; } {