No description
Find a file
2023-03-14 23:46:06 +05:30
translations Not sure why I used dots instead of দাঁড়িs 2022-10-20 06:33:05 +05:30
.gitignore Add a little bit of documentation 2022-10-20 06:57:11 +05:30
go.mod Initial commit 2022-10-20 06:30:34 +05:30
go.sum Initial commit 2022-10-20 06:30:34 +05:30
LICENCE Add LICENCE 2022-10-20 06:45:48 +05:30
main.go en-GB -> en for now 2023-03-14 23:46:06 +05:30
README.EN.MD Add a little bit of documentation 2022-10-20 06:57:11 +05:30

A very simple tool to authenticate via Mutual TLS to an IPFS node, upload a directory and publish it on an IPNS node.

go build -ldflags "-s -w" -o ./ipfs-ezpublish .
./ipfs-ezpublish -cert-file Your.crt -private-key Your.key -shell-url "https://<your node>" -target dist -ipns-key <IPNS Key ID>

Licence

Licensed under AGPL 3.0 only, see LICENCE.