User Tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
services:cloudcommander [2025/01/21 07:39] willyservices:cloudcommander [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-====== Cloud Commander ====== 
- 
-[[http://cloudcmd.io/|CloudCommander]] is an amazing web-based file manager for your server files. It is a good replacement for [[services:filebrowser|FileBrowser]] since it's much more capable and has way less quirks, even if the UI is a little bit more //old-style//. 
- 
-===== Installation ===== 
- 
-As usual, you will want to install it with it's own user: 
-<code bash> 
-useradd -d /data/daemons/cloudcmd -m cloudcmd -g users 
-</code> 
- 
-See [[gentoo:npm|Using npm on Gentoo]] on how to setup your non-root user environment to use npm. 
- 
-Then, install CloudCommander: 
-<code bash> 
-su - cloudcmd 
-npm i cloudcmd -g 
-</code> 
- 
- 
- 
-===== Reverse Proxy ===== 
- 
- 
-===== Running ===== 
- 
-cloudcmd --packer zip --root /data/shares/common --prefix /common --port 5005 --confirm-copy --confirm-move --no-auth --no-config-auth --no-contact --vim --no-dropbox --name "Common Share" 
-