mirror of
https://github.com/tborychowski/self-hosted-cookbook.git
synced 2025-10-09 06:02:28 +00:00
cloudcmd
This commit is contained in:
parent
b98b9e2903
commit
52a13e2449
@ -98,6 +98,7 @@ The aims is to provide a ready-to-run recipes that you can just copy, paste and
|
||||
|
||||
|
||||
# Cloud & File Sharing
|
||||
- [CloudCmd](apps/cloud/cloudcmd.md)
|
||||
- [Filebrowser](apps/cloud/filebrowser.md)
|
||||
- [FileRun](apps/cloud/filerun.md)
|
||||
- [NextCloud](apps/cloud/nextcloud.md)
|
||||
|
35
apps/cloud/cloudcmd.md
Normal file
35
apps/cloud/cloudcmd.md
Normal file
@ -0,0 +1,35 @@
|
||||
# CloudCmd
|
||||
|
||||
- Fantastic web file manager with console and editor!
|
||||
- Dual-panel interface.
|
||||
- Easy to use and configure.
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
- [Homepage](https://cloudcmd.io/)
|
||||
- [Github repo](https://github.com/coderaiser/cloudcmd)
|
||||
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
## docker-compose.yml
|
||||
```yaml
|
||||
services:
|
||||
web:
|
||||
image: coderaiser/cloudcmd
|
||||
container_name: cloudcmd
|
||||
environment:
|
||||
- CLOUDCMD_CONTACT=false
|
||||
- CLOUDCMD_COLUMNS=name-size
|
||||
- CLOUDCMD_AUTH=true
|
||||
- CLOUDCMD_USERNAME=admin
|
||||
- CLOUDCMD_PASSWORD=admin
|
||||
- CLOUDCMD_ROOT=/mnt
|
||||
ports:
|
||||
- 8000:8000
|
||||
volumes:
|
||||
- /local_path:/mnt
|
||||
```
|
BIN
apps/cloud/cloudcmd.png
Normal file
BIN
apps/cloud/cloudcmd.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 595 KiB |
Loading…
Reference in New Issue
Block a user