mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
Update README.md
This commit is contained in:
parent
39f33dd4a2
commit
859c3fbe95
1 changed files with 6 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ All main configuration could be done thrue config.json.
|
|||
}
|
||||
```
|
||||
|
||||
Server ports
|
||||
Server
|
||||
---------------
|
||||
Standard practices say no non-root process gets to talk to
|
||||
the Internet on a port less than 1024. Anyway I suggest you
|
||||
|
|
@ -145,6 +145,11 @@ in your list they could differ).
|
|||
@:/tmp/cloudcmd (dev) $ su iptables -t nat -D PREROUTING 2
|
||||
```
|
||||
|
||||
To run Cloud Commander as daemon in linux you could set **log** to true in config and
|
||||
do something like this:
|
||||
|
||||
nohup node cloudcmd
|
||||
|
||||
Authorization
|
||||
---------------
|
||||
Thru openID Cloud Commander could authorize clients on GitHub.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue