put one together https://github.com/c0decafe/cloudron-codeserver
c0decafe
Posts
-
Code Server (Vs code online) -
Code Server (Vs code online)Yes, I updated the package with (un)license, impermanent home dir and a few other tweaks.
As for language support, I can't think of any clean implementation within the current scope.
As a matter of fact, my primary use case for this package is, counterintuitively, not development, but rather a power editor with extensions, ie: markdown editor with
git
integration,dendron
, etc..The only way to make it scale for actual software dev within the scope of a
cloudron
app would be leveraging (abusing?) the docker addon.The best candidate is
coder
, from the same team that maintainscode-server
: https://github.com/coder/coderYou can find a poc at https://github.com/c0decafe/cloudron-coder, but actually starting containers doesn't work yet.
Upstream
VSCode
also has a nifty devcontainers extension to do just that:- https://code.visualstudio.com/docs/devcontainers/containers
- https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers
It is however unfortunately not supported on web platforms right now:
Another alternative currently available on
cloudron
is theGitLab
webide, but:- No extensions support (yet)
https://gitlab.com/gitlab-org/gitlab/-/issues/355092 - No run/debug support (yet)
- Requires manually installed remote runtimes
https://docs.gitlab.com/ee/user/project/remote_development/
-
Mattermost v8.0+ and PostgreSQLThis is the original reference:
Basically the AI plugin will only be available on postgresql.
Furthermore, others plugins are dropping mysql support accordingly, ie:
I don't think anyone expects a smooth migration of their existing instance but it would great if we can get a supported postgresql package.
-
Code Server (Vs code online) -
extra dependencies for indexing files on mattermost@nebulon thank you! it is working as expected from my end.
-
extra dependencies for indexing files on mattermostHello,
from https://mattermost.com/blog/file-search/
For Mattermost Self-Managed workspaces, search results will return files with matching contents for .pdf, .pptx, .odt, .html, and plain text documents. System Admins can install these dependencies in order to enable searching contents of .docx, .rtf, and .pages files.
The dependencies are:
- tidy
- wv
- popplerutils
- nrtf
- justext
Any chance we can have them included in the app?
Should i submit a merge request?