Skip to content
This repository was archived by the owner on Jan 19, 2019. It is now read-only.

Commit 0204f52

Browse files
authoredOct 11, 2016
improve web interface docs
1 parent d84a9cf commit 0204f52

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎web/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Admin web interface
22

33
Admin web interface located in its [own repo](https://github.com/centrifugal/web). This
4-
is ReactJS based single-page application. But Centrifugo server comes with this interface builtin.
4+
is ReactJS based single-page application. But Centrifugo server comes with this interface builtin - so in most cases you don't need to download it separately.
55

66
[See demo on Heroku](https://centrifugo.herokuapp.com) (password `demo`) to see it in action.
77

@@ -44,6 +44,8 @@ Also you must additionally set 2 options in config: `admin_password` and `admin_
4444

4545
Make both strong and keep in secret.
4646

47+
After setting this in config go to http://localhost:8000 (by default) - and you should see web interface. Although there is `password` based authentication a good advice is to protect web interface by firewall rules in production. Also as web interface uses `/socket` Centrifugo websocket endpoint - you better protect that endpoint by firewall too.
48+
4749
If you don't want to use embedded web interface you can specify path to your own web interface directory:
4850

4951
```

0 commit comments

Comments
 (0)
This repository has been archived.