coderaiser / cloudcmd

✨☁️📁✨ Cloud Commander file manager for the web with console and editor.
https://cloudcmd.io
MIT License
1.83k stars 257 forks source link

Terminal_path is not woking properly. (Docker) #415

Closed zilion2000 closed 3 months ago

zilion2000 commented 3 months ago

In docker container when i try to modify CLOUDCMD_TERMINAL_PATH env variable I got info that cloudcmd can't find a module with name of a path that I specify.

Example: In docker compose:

environment:  
- CLOUDCMD_TERMINAL=true
- CLOUDCMD_TERMINAL_PATH=/

In container logs:

mc | cloudcmd --terminal: Cannot find module '/'

coderaiser commented 3 months ago

TERMINAL_PATH is path of Terminal module, most likely you don’t want to override it.