ansible-nas/docs/applications/cloudcmd.md

15 lines
801 B
Markdown
Raw Normal View History

2019-10-05 10:53:49 +00:00
# Cloud Commander file manager
2022-07-25 20:18:57 +00:00
Homepage: <https://cloudcmd.io/>
2019-10-05 10:53:49 +00:00
Cloud Commander is a file manager for the web. It includes a command-line console and a text editor. Cloud Commander helps you manage your server and work with files, directories and programs in a web browser from any computer, mobile or tablet.
## Usage
2020-01-25 23:40:26 +00:00
Set `cloudcmd_enabled: true` in your `inventories/<your_inventory>/nas.yml` file.
2019-10-20 22:43:16 +00:00
2022-07-25 20:18:57 +00:00
By default your the root of your Ansible-NAS box (`/`) is mounted into `/mnt/fs` within the container. If you'd like to change this update `cloudcmd_browse_directory` in your `inventories/<your_inventory>/nas.yml` file.
2019-10-20 22:43:16 +00:00
If you enable external access to Cloud Commander (note that this is not recommended) then ensure you configure authorisation
2022-07-25 20:18:57 +00:00
within the application (F10 from the main menu).