You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| XMPP_DOMAIN | buddycloud.org | The XMPP domain for your server | ✓ |
32
+
| XMPP_HOST | 192.168.0.55 | The hostname or IP of your XMPP server | ✓ |
33
+
| CHANNEL_COMPONENT | channels.buddycloud.org | The channel server component address | ✓ |
34
+
| ANONYMOUS_COMPONENT | anon.buddycloud.org | An 'anonymous' component which can be used for open nodes | null |
35
+
| MEDIA_ENDPOINT |http://192.168.0.56:9000| The endpoint for a [media server](https://github.com/buddycloud/buddycloud-media-server)| null |
36
+
| PUSHER_COMPONENT | pusher.buddycloud.org | The location of a [pusher component](https://github.com/buddycloud/buddycloud-pusher)| null |
37
+
| FRIENDFINDER_COMPONENT | finder.buddycloud.org | The location of a [friend finder component](https://github.com/buddycloud/buddycloud-friend-finder)| null |
38
+
| SEARCH_COMPONENT | search.buddycloud.org | The location of a [search component](https://github.com/buddycloud/channel-directory)| null |
39
+
| DISABLE_WEBSOCKET | 0 | Whether to disable the [XMPP-FTW](https://xmpp-ftw.jit.su) endpoint | false |
40
+
| DEBUG | 1 | Whether to write additional debug to the logs | false |
41
+
42
+
Then simply launch the API server with the required environment variables as follows:
43
+
44
+
```bash
45
+
docker run -d -p 9123:9123 -e ..... buddycloud/api-server
46
+
```
47
+
25
48
## Issues
26
49
27
50
Please log any issues at https://github.com/buddycloud/buddycloud-http-api/issues
0 commit comments