Damus
daniele · 5w
Cool, I need to play more with nsite! Unsolicited UX feedback: - It's not possibile to drag multiple file, only one is picked; maybe you should refuse everything and inform the user to drag a folder...
sandwich profile picture
Thanks for taking the time to provide feedback.

- It should definitely gate uploads to folders only.
- Generally people deploy sites from a `dist` folder, but yes, that would be handy. It does have a secrets scanner to warn the user if they are uploading potential secrets.
- Not sure what you mean by an "update" button in this context
- I can add basic nsite management capability, list with destroy button. This is an e2e demo for a specification. The text will be more clear on next update.
- It is using blossom for all files.

nsite needs gateways, blossom servers that can handle loads (like nostr.download), web deployers, management applications, and so much more.

nsite.run is just a reference implementation. Open to PRs. nsite is a community initiative, and nsite.run is a hub for that initiative.
1
daniele · 5w
> Not sure what you mean by an "update" button in this context I mean a call-to-action button, as user after a deploy I expect to be able to view/edit/destroy the resource; I had to simply redo the process from the beginning to see if deploying again would update the current deployed website. > It...