swiftwave icon indicating copy to clipboard operation
swiftwave copied to clipboard

feat: Modify the store endpoint for easier store testing

Open that0n3guy opened this issue 9 months ago • 3 comments

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 avatar Mar 22 '25 13:03 that0n3guy

@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

tanmoysrt avatar Mar 22 '25 13:03 tanmoysrt

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.

tanmoysrt avatar Mar 22 '25 14:03 tanmoysrt

Thanks, I'll tested out the url above... that works nicely.

that0n3guy avatar Mar 22 '25 14:03 that0n3guy