Replies: 1 comment 2 replies
-
SwiftBar's repository browser stands on two API calls with the following outputs:
You may notice that Plugins API returns the text of each plugin, SwiftBar DOESN'T use that, instead it downloads the file from GitHub. If you can replicate the API and make your plugins available through http\https then it would be relatively simple for me to add support for custom repositories. We can take an alternative route and standardize a separate API for private repos, which let say, could be just a git repo with a special index.json file, but this needs more time and thought |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to setup a private plugin repo in the company, which includes tools for internal using.
One way I can image is to change the repository host to our native location, like an IP address which not public.
That way people can just click browser/get repository in the menu (but not from github)
Is it possible?
Beta Was this translation helpful? Give feedback.
All reactions