-
-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add custom plugin repository support #351
Comments
@futurist see above and try this beta build |
@futurist do you have any feedback yet? |
@melonamin cool job! Just a little thing, I saw in the |
Script content in |
@melonamin I've tested and it's worked! thanks for the job! |
@melonamin After tried again, found some issues:
The GetPlugin window always loading if using customized domains(non-localhost, both http/https tried). Update: After several tries, I found the pluginHost url cannot have subPaths, like "http://xxx.com/repo/", that's why for the first issue. The second issue, maybe related below code: var gitHubURL: URL? {
URL(string: "https://github.com/matryer/xbar-plugins/blob/master/\(path)")
} It's like hard-coded, can it be a preference also? Thank you! |
As discussed in #342
Set custom plugin repository url with:
defaults write com.ameba.SwiftBar PluginRepositoryURL http://localhost:8000/
Use this archive as an example:
The text was updated successfully, but these errors were encountered: