v2 playful migration attempt for ipfs/ipfs-desktop (electron) #1576
SgtPooki
started this conversation in
Show and tell
Replies: 1 comment
-
|
This is great! Some good feedback in there. Could you please open tickets for what you believe are bugs e.g. open files issue. I'd also like to make the docs easier as it seemed you struggled with that. How can we improve them? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was able to throw together a quick implementation of ipfs/ipfs-desktop using wails in less than 3 hours. I ran into a number of issues trying to figure out exactly how the
wails devhosting of the assets worked.. and ended up serving JS via embed.FS and the static files vianpx serve. This is probably not the way things are supposed to work, but it's what I ended up with when struggling to get the app to work properly.P.S. I am not familiar with golang. The most I've done is get a PR ready for some library, and not publish it.
Check it out at https://github.com/SgtPooki/ipfs-desktop-wails
Beta Was this translation helpful? Give feedback.
All reactions