added build, and added side menu to webserver

This commit is contained in:
arnaucode
2018-04-15 14:20:15 +02:00
parent 3e0ef09e55
commit 9bd5a48bcc
23 changed files with 266 additions and 122 deletions

BIN
cli/cli

Binary file not shown.

View File

@@ -87,7 +87,7 @@ func option1() {
repo := padArchiver.OpenRepo(repoID)
ipfsHash, err := repo.StorePad(link, subdirectory, title)
ipfsHash, err := repo.StorePad(link, subdirectory, title, true)
if err != nil {
color.Red(err.Error())
} else {