helfrichmichael / cura-novnc

Provides an instance of Cura via noVNC in your favorite web browser!
12 stars 8 forks source link

Asking to update #3

Closed RealCommerzpunk closed 1 year ago

RealCommerzpunk commented 2 years ago

Hello, sorry, I cant find any other way to ask this: Would you consider to update this project / docker to the newest Cura 5.x? I love this container and would like to see the newest Cura in it. Thank you

helfrichmichael commented 2 years ago

Doing a Docker push now due to a filename change. Hoping to re-enable the automated pushes soon.

https://github.com/helfrichmichael/cura-novnc/runs/6852340116?check_suite_focus=true

helfrichmichael commented 2 years ago

Looks like this push wasn't as reliable as expected so the next push will hopefully resolve the failure for it to spin up.

helfrichmichael commented 2 years ago

Updated!

RealCommerzpunk commented 2 years ago

Thank you so much

RealCommerzpunk commented 1 year ago

Hello, my friend. There are a few updates since this, is there anything i can help to make these updates automatic?

thank you

helfrichmichael commented 1 year ago

I'll take a look into this. Cura has unfortunately not had a working file dialog lately though which has made me hesitant to release an update.

Ernold11 commented 1 year ago

@helfrichmichael I have problem when I try to build container using your Dockerfile:

Step 10/17 : RUN chmod +x /cura/get_latest_cura_release.sh   && latestCura=$(/cura/get_latest_cura_release.sh url)   && curaReleaseName=$(/cura/get_latest_cura_release.sh name)   && curl -sSL ${latestCura} > ${curaReleaseName}   && rm -f /cura/releaseInfo.json   && chmod +x /cura/${curaReleaseName}   && /cura/${curaReleaseName} --appimage-extract   && rm /cura/${curaReleaseName}   && rm -rf /var/lib/apt/lists/*   && apt-get autoclean   && groupadd cura   && useradd -g cura --create-home --home-dir /home/cura cura   && mkdir -p /cura   && mkdir -p /prints/   && chown -R cura:cura /cura/ /home/cura/ /prints/   && mkdir -p /home/cura/.config/   && echo "XDG_DOWNLOAD_DIR=\"/prints/\"" >> /home/cura/.config/user-dirs.dirs   && echo "file:///prints prints" >> /home/cura/.gtk-bookmarks
 ---> Running in a286c6276375
chmod: cannot access '/cura/Ultimaker-Cura-5.1.1-linux-modern.AppImage': No such file or directory
chmod: cannot access 'Ultimaker-Cura-5.1.1-linux.AppImage': No such file or directory
The command '/bin/sh -c chmod +x /cura/get_latest_cura_release.sh   && latestCura=$(/cura/get_latest_cura_release.sh url)   && curaReleaseName=$(/cura/get_latest_cura_release.sh name)   && curl -sSL ${latestCura} > ${curaReleaseName}   && rm -f /cura/releaseInfo.json   && chmod +x /cura/${curaReleaseName}   && /cura/${curaReleaseName} --appimage-extract   && rm /cura/${curaReleaseName}   && rm -rf /var/lib/apt/lists/*   && apt-get autoclean   && groupadd cura   && useradd -g cura --create-home --home-dir /home/cura cura   && mkdir -p /cura   && mkdir -p /prints/   && chown -R cura:cura /cura/ /home/cura/ /prints/   && mkdir -p /home/cura/.config/   && echo "XDG_DOWNLOAD_DIR=\"/prints/\"" >> /home/cura/.config/user-dirs.dirs   && echo "file:///prints prints" >> /home/cura/.gtk-bookmarks' returned a non-zero code: 1

Could you help with resolve that?

helfrichmichael commented 1 year ago

Finishing up a change and Docker build now. Should have this sorted shortly if all goes well.

helfrichmichael commented 1 year ago

Updated 🎉 !