I have nextcloud and ethercalc up and running. After installing ownpad and providing the link to my ethercalc-instance in the settings, I can now create spreadsheet-files. But when I click them, I get to download a text-file that looks like this
I also did cp $NEXTROOT/resources/config/mimetypemapping.dist.json $NEXTROOT/config/mimetypemapping.json, where $NEXTROOT is the base folder of my nextcloud instance. Then I added the mimetypes as suggested in the readme.
Nota bene: With etherpad this all works as expected.
Hm… Somehow it works now. I’m not quite sure what I did, to accomplish that. I guess, I changed the instance to the default (https://framacalc.org) and back to my own…?!
I have nextcloud and ethercalc up and running. After installing ownpad and providing the link to my ethercalc-instance in the settings, I can now create spreadsheet-files. But when I click them, I get to download a text-file that looks like this
[InternetShortcut]
URL=http://link-to-my-instance.com/95NFcKBr6jvQvIcR
If I hit http://link-to-my-instance.com/95NFcKBr6jvQvIcR in the browser, I find a working spreadsheet, that I’d like to see from within nextcloud instead whenever I click a .calc-file.
I also did
cp $NEXTROOT/resources/config/mimetypemapping.dist.json $NEXTROOT/config/mimetypemapping.json
, where$NEXTROOT
is the base folder of my nextcloud instance. Then I added the mimetypes as suggested in the readme.Nota bene: With etherpad this all works as expected.