Can we get a COSMOS app?
That would be fantastic!
Adding the following to /app/data/customconfig.py
worked for me:
c.Spawner.args = ['--collaborative']
You also need to run /app/code/remove_notebook_containers.py
after making changes.
For a list of parameters check out: https://jupyterhub.readthedocs.io/en/stable/api/spawner.html
I just found out that the creator of COSMOS has left Ball Aerospace and spun up his own company for COSMOS at OpenC3.com.
So that is probably the better source going forward.
I've started using WebODM this year and it is amazing, would love to see this on cloudron.
I've started using WebODM this year and it is amazing, would love to see this on cloudron.
@subven Even if it is "huge" it should still be possible, just need to warn the user when they go to install it.
I just found out that the creator of COSMOS has left Ball Aerospace and spun up his own company for COSMOS at OpenC3.com.
So that is probably the better source going forward.
@girish Thanks for looking into this!
In the mean time I've also been able to get the connection to work by using the "old key" method.
Adding the following to /app/data/customconfig.py
worked for me:
c.Spawner.args = ['--collaborative']
You also need to run /app/code/remove_notebook_containers.py
after making changes.
For a list of parameters check out: https://jupyterhub.readthedocs.io/en/stable/api/spawner.html
I've been trying to get a connection to work using SSH and private key for authentication. No matter what kind of ssh private key I use (with or without passphrase or different encryption method) I always get the same errors:
Feb 24 13:13:18 guacd[318]: DEBUG: Attempting private key import (WITHOUT passphrase)
Feb 24 13:13:18 guacd[318]: DEBUG: Initial import failed: (null)
Feb 24 13:13:18 guacd[318]: DEBUG: Re-attempting private key import (WITH passphrase)
Feb 24 13:13:53 guacd[318]: ERROR: Auth key import failed: (null)
I believe the issue is related to this: https://issues.apache.org/jira/browse/GUACAMOLE-1540
The suggested solution is to update the guacamole-server docker build to use libssh2 1.9.0-3.
Currently it is using libssh2 1.8.0-2
Can you please update the dockerfile to use the newer version of libssh2?
Any chance the latest update for Minecraft bedrock edition will get pulled in this evening?
@tracker
I would like to see this app as well. I came across this docker version of xenorchestra and believe it would make the process of making a cloudron app much easier: https://github.com/ronivay/xen-orchestra-docker