-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make webui skeleton #226
Comments
There's more done at my repo: https://github.com/mappum/ipfs-webui |
Managed to get https://github.com/zignig/go-ipfs/tree/http_work in working order , uses gin and rice ( that have not been go depped yet @whyrusleeping :P ) ipfs : index.html redirection and directory listing are working. Section templates and menu system is working. It will probably need to be rebased to get it up to speed. |
Hey @zignig you should be aware of the massive drop incoming in #262 and #263. And, the HTTP part of go-ipfs will only be (a) the command api (done in #262), and (b) serving the ipfs-webui bundle. (might obsolete some of what you did :/ ) |
indeed 👍 but I learnt a lot of golang while doing it. I'm sure there is some usable code in it. The index redirect and directory list stuff took me ages to get going. :) If it's not used directly in go-ipfs , I will probably reuse it to write golang apps that use ipfs ( my thing[tracker|iverse] storage. ) |
Wow, is it now the running joke that I dont ever godep my code?? 😭 |
Add the full libp2p default bootstrap peer list
No description provided.
The text was updated successfully, but these errors were encountered: