feat: Modify the store endpoint for easier store testing
Is your feature request related to a problem? Please describe
I would love to fork the store and help add a couple store items. That said, I can't figure out how to modify the store endpoint to test this thing.
Feature request would be to easily modify the store endpoint .
Describe the solution you'd like
In settings, simply change the store endpoint from https://raw.githubusercontent.com/swiftwave-org/app-store/main/store.json to any url we have (probably just a forked version of that json).
Are you working on this?
No
@that0n3guy If you want to test it, you can do it this way -
{{base_url}}/dashboard/deploy/app-store/install?stack=<stack_yaml_file_path>
Example -
http://swiftwave.test/dashboard/deploy/app-store/install?stack=https://raw.githubusercontent.com/swiftwave-org/app-store/main/stacks/appsmith.yaml
Btw, it's a good idea to provide some way to add other store (store outside swiftwave's management).
But, can't add that at this moment. develop branch is almost broken due to v3 changes. Will add this support in v3.
Thanks, I'll tested out the url above... that works nicely.