Atheos / Atheos-Docker

Web-based cloud IDE and code editor with minimal footprint and requirements.
11 stars 4 forks source link

Can't open existing or newly created files in editor? #6

Closed pwFoo closed 2 months ago

pwFoo commented 2 years ago

There is no way to open a file to edit... MIddle window is just empty. (double-)click no effect and right click don't have a "open to editor" ?

pwFoo commented 2 years ago

looks like editor isn't added to image and it try to get the latest release online? Console output


GET https://api.github.com/repos/Atheos/Atheos/releases/latest 404
echo @ echo.js:73
loadLatest @ init.js:78
settled @ init.js:42
xhr.onload @ echo.js:58
load (async)
echo @ echo.js:39
init @ init.js:30
(anonymous) @ init.js:18
pub @ carbon.js:50
init @ system.js:45```

Why editor version isn't sticky to the image without that remote dependency?
haexperts2020 commented 2 years ago

Same issue. Fresh docker install and can't create files or view them in my workspaces directories. All permissions are www-data

HLSiira commented 2 months ago

No, not quite. That request is how Atheos checks if there is a newer version so that it can alert the user if they want to update. My best guess is that it's the same issue as issue #5, something with how docker does mounting.