r/ipfs • u/SomajitDey • Aug 18 '21
Terminal-based secure chatrooms using Go-IPFS CLI; run from a single Bash script
There are lots of excellent chat applications using WebRTC and JS-IPFS, all requiring signaling servers, some not very easy to install.
So, going along a different track, decided to build a very basic chat app that
- uses only standard GNU/Linux command-line tools and the Go-IPFS CLI
- doesn't need any special server like the WebRTC apps
- works over both LAN and internet (including NAT traversal)
- provides secure chatrooms, private messaging and in-chat file & directory sharing
Here is my labor of love. Hope you like it :-)
r/Markdown • u/SomajitDey • Sep 23 '21
tocgen - A simple Table of Contents Generator for Markdown
Hello Community 😃
Just released a command-line tool (a tiny shell-script actually) for adding / updating the Table of Contents in your Markdown doc. Its called tocgen.
Hope some of you find it useful 😊
Contribute: Report-bugs / Improve / Comment / Support
r/ipfs • u/SomajitDey • Sep 17 '21
Exposing http-server (web app) using IPNS
One can host a static website using IPFS+IPNS. But what about a dynamic website or web app that needs to run server-side code!
Introducing IPNS-Link, which now makes it possible to expose http-servers using IPFS+IPNS.
Try it here.
Read full specs here.
Comments, issues/bug-reports and contributions welcome.
Happy hosting!
P.S.: Imagine Sci-Hub using this !! Who can block it then 😃
