Replies: 1 comment 4 replies
-
Do you have any errors in console of your browser? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hej
I am new to the cloudcmd :)
We have written helm chart to use cloudcmd in our little project.
Helm chart:
file-browser.zip
template file:
values.file-browser.yaml.zip
All works perfectly with the exception of the context menu.
At some point, it stopped having the context menu available on files. I can not create new files or edit them in any way I can only download them.
What am I doing wrong?
the /opt/cloudcmd/config.json:
{
"configDialog":true,
"console":false,
"contact":true,
"log":false,
"name":"File browser",
"oneFilePanel":true,
"prefix":"/files",
"root":"/opt/adbsg",
"terminal":false
}
example of deployment:
cloudcmd.txt
Beta Was this translation helpful? Give feedback.
All reactions