Having issue with blocklet store.
Hello team,
I’m running the official Blocklet Store on my own domain:
When a user clicks Launch, what determines the host used for blocklet_meta_url?
I want launch links to use:
https://store.12inchapps.com/api/blocklets/.../blocklet.json
not the default .did.abtnet.io URL.
Is this controlled only by the Store app’s primary domain / window.blocklet.appUrl, or is there another Store or Blocklet Server setting I need to update?
10 条回复
Also,
For launches from a self-hosted Store to an existing Blocklet Server, should the target server always ask for the server owner wallet before install?
I’m trying to understand how to match the official Store launch flow.
It seems like I can only launch an instance if Im logged in as user. If not I get this error
or i I try to skip wallet I get "not allowed"
Here is my login button
Blocklet Server
nobody care
Maybe In just asking the wrong question,
There is a a *Blocklet Launcher URL field in the Blocklet Store preferences section. What is the URL that we are supposed to put in that field?
I have a new button. I think we are getting much closer.
https://store.12inchapps.com
Now the only issue seems to be that if im not loggin in as admin to the blocklet server, then I cant launch the blocklet. I need for the launch capability be available to anybody who logs in.
z1VV21NqNWkiadznN32ALkos5dQqQwnCMty any insight into this issue?
Hi, support launching blocklets for any logged in user is disabled by default in blocklet server.
But if you really need to do so, you can fork https://github.com/ArcBlock/blocklet-server and customize your own version?
This should not be hard if you are working with coding agents such as claude or codex.
thank you, I will look into the fork.
is there better way to allow users to launch thier own blocklets from my personal store?
I’m just trying to understand the distribution loop for blocklets.
Thank you I forked and have my store up and running now.
Users can launch for free using either DID wallet or Google identity.
DeBOS