audreyt / ethercalc

Node.js port of Multi-user SocialCalc
https://ethercalc.net
Other
2.97k stars 538 forks source link

looking for the backup/restore component of ethercalc.org #654

Open sebalis opened 5 years ago

sebalis commented 5 years ago

Hi. I just described my Ethercalc installation in issue #653. I notice that ethercalc.org has a web-based backup/restore facitlity that is not included in my standard installation (npm i -g ethercalc). Is this component openly available so that I could add it?

eddyparkinson commented 5 years ago

I suspect this is from the sandstorm version.

You can backup with curl via the api as well. see https://ethercalc.org/_/buttonsize and https://github.com/audreyt/ethercalc/blob/master/API.md

@audreyt what code do you run on ethercalc.org is it available on github?

audreyt commented 5 years ago

The log viewer is available here https://github.com/audreyt/ethercalc-log but I have not made it generic for other installations. https://git.framasoft.org/framasoft/ert is a similar attempt.