-
Notifications
You must be signed in to change notification settings - Fork 539
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Will this project continue to be maintained? #806
Comments
It appears that the author has an alternative docker hub image which is updated for the new(er) docker format. It still appears pretty old, and no recent updates, but it does run without any further modifications: https://hub.docker.com/r/audreyt/ethercalc-4.8
|
I managed to upgrade nodejs to 18, fix critical CVEs by manaually, minimally force upgrade some packages, and rewrite Dockerfile to not rely on the ancient published npm package: master...rophy:ethercalc:fix-critical-cve The docker image works for me: node 18, no critical CVE, mult-user spreadsheet works. I built one and published to: https://hub.docker.com/r/rophy/ethercalc/tags However, to make this project really maintainable, I think we need to drop that livescript and use more modern technology. From ethercalc blog, livescript was adopted to deal with nodejs callback hell and "prototype things with less lines of code"...
I tried to spend a day doing that, and gave up for now due to some complexity involved:
|
The last updates were made years ago. I have also not found a fork that is still being maintained.
When trying to install the instance using docker-compose, the following message is displayed:
ERROR: for ethercalc [DEPRECATION NOTICE] Docker Image Format v1 and Docker Image manifest version 2, schema 1 support is disabled by default and will be removed in an upcoming release. Suggest the author of docker.io/audreyt/ethercalc:latest to upgrade the image to the OCI Format or Docker Image manifest v2, schema 2. More information at https://docs.docker.com/go/deprecated-image-specs/
Is Ethercalc still being developed and kept up to date or is the project dead?
The text was updated successfully, but these errors were encountered: