[Feaure Request] Custom Remote Binaries JSON file #24
Replies: 3 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
-
|
Of course! You could still allow custom binaries to be added alongside the official ones. You could also allow modifying and/or adding the URL to a custom server that sends the binary JSON, and allow users to create (at risk) their own set of binaries with a self-built API that they could update themselves based on their needs. |
Beta Was this translation helpful? Give feedback.
-
|
Yes! It can be a URL or a custom file. You can define it without allowing the user to edit it, or you can include a field to specify the physical file or URL (for custom APIs). |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Hi, When I try to edit the binaries-remote.json file, as soon as I press the manage binaries button, the file is reset to its default values. I noticed that the following binary, in addition to being repeated three times, points to the wrong URL (mirror.mariadb.org instead of archive.mariadb.org).
{
"id": "mariadb-11.8.5-official",
"kind": "database",
"engine": "mariadb",
"version": "11.8.5",
"sourceUrl": "https://mirror.mariadb.org/mariadb-11.8.5/winx64-packages/mariadb-11.8.5-winx64.zip"
},
I tried editing it and adding the links for NGINX and PHP to see them installed "natively."
I think adding a remote-binaries-custom.json could also allow for simple user integration for their own needs, and the community could keep an updated file.
Perhaps it would also be convenient if the original remote-binaries file could be dynamically updated via API/CURL from your site.
Thanks.
I'm really enjoying Forgekit. Every day I realize that Forgekit is what all developers really need and don't know it.
Thanks again
Beta Was this translation helpful? Give feedback.
All reactions