@adz I'm usually averse to making up new protocols :P If there was an existing url scheme I'd be all over it. I was thinking in this case I could extend the renderer extension and have it intercept the file type from any protocol and render it as a page instead. Does p2panda have url schemes for file transfer? Iirc it's changed backends a bunch in the past few years, right?
@mauve App distribution probably opening an .xdc (gzipped) file is fine, for distributing data among peers an shareable "document" identifier in the URL, maybe `xdc://<app-id>/<doc-id>` would be good and of course a protocol to find peers under that document id and replicate with them. p2panda could help with that! Or other already existing backends in agregore?
One can use that id also as a symmetric key to encrypt all xdc operations, similar to cryptpad.