threefoldtech / web3gw

Proxy for the web3 world
Apache License 2.0
1 stars 1 forks source link

AYDO 1.0.0 baselayer usable & good enough #166

Open despiegk opened 1 year ago

despiegk commented 1 year ago

requirement to deliver: https://github.com/threefoldtech/home/issues/1481

explain how to use aydo (sftpgo) in mdbook & example scripts

see also

alichaddad commented 1 year ago

Vbuilder can be found here: https://github.com/threefoldtech/vbuilders/tree/development/builders/play/threebot Updated docs for SFTPGO containing information about trigger changes: https://github.com/threefoldtech/3bot/blob/development_integration/manual/src/server/sftpgo.md

despiegk commented 1 year ago

we should alos know how to run it independent of 3bot main code and also test against the new integration with onlyoffice

rawdaGastan commented 10 months ago

Vbuilder for sftpgo can be found here: https://github.com/threefoldtech/vbuilders/tree/development/builders/play/sftpgo image can be found here: https://github.com/threefoldtech/tf-images/tree/development/tfgrid3/aydo

xmonader commented 10 months ago

creating a directory and uploading multiple files e.g v, go, odt files works image

each has an edit button showing up on the right image

editing hello.v shows with syntax highlighting image

editing the odt file shows the only office interface image

xmonader commented 10 months ago

for sharing for edit

1- from my files, choose the odt file to edit and click on share image

2- give it a name if not done automatically by sftp go and make it read/write image

3- back to shares and get the share link image

in another browser

you go to the share link e.g http://185.206.122.41/web/client/editfile?path=/myshare/helloworld.odt&id=FhwNCP4GhcJBt6bjn69vGD

image

xmonader commented 10 months ago

Areas of improvements:

xmonader commented 10 months ago

Update: there's a PR with a direct share button in the My files view that creates an auto r/w share using the basename of the file.

xmonader commented 10 months ago

update: image

Button for share & copy to clipboard now exists in the my files view and it creates a read/write share with default name, it wasn't shown for files of size greater than 1mb, so that was also adjusted in the configurations https://github.com/freeflowuniverse/aydo/issues/18 https://github.com/freeflowuniverse/aydo/issues/22

still debugging why it seems to be using the wrong encoding (it's not consistently producible on instances) image