18 Commits

Author SHA1 Message Date
795d31f89f Add ability to set custom base url (reverse proxy)
The URL can be set by either:

1. Setting the `baseUrl` property in `config/default.json`,
   `config/local.json`, or `config/${NODE_ENV}.json` file.
2. Setting the `PEERCALLS_BASE_URL` environment variable.

For example:

```
$ PEERCALLS_BASE_URL=/test1/test2 npm start

> peer-calls@2.0.3 start /peer-calls
> node src/index.js

  peercalls WebSocket URL: /test1/test2/ws +0ms
  peercalls Listening on: 3000 +76ms
```

In this case, opening `http://localhost:3000/test1/test2` would open the
homepage.

Fix #42
2017-08-17 20:14:17 -04:00
7d9f5dce01 Show version on front page 2017-06-18 10:35:38 -04:00
e0474ccb4f Make calls work 2017-06-17 13:22:40 -04:00
ddb54a28e2 Add support for coturn authentication 2017-05-30 20:11:18 -04:00
add5b707d1 Fix front page call redirect 2016-04-24 12:13:45 -04:00
3b95107bbc Make it work on Firefox 2016-04-24 10:37:30 -04:00
Jerko Steiner
a71fc2cfb5 Change front page text 2016-04-06 08:55:55 -04:00
d592fc9c0c Add target _blank for fork me ribbon 2016-04-05 20:16:47 -04:00
8969ff219f Redesigned front page 2016-04-05 20:12:12 -04:00
Jerko Steiner
f92bb8a6c1 Rename src/js to src/client 2016-04-04 18:01:31 -04:00
b8108226cd Add alerts and notifications about connection status 2016-04-04 17:31:47 -04:00
d5c6e06b26 Add text 2016-03-31 23:13:56 -04:00
37b83e495b Add logo 2016-03-31 23:11:30 -04:00
3bb3f1ed1c Update README.md 2016-03-31 21:28:54 -04:00
162062d108 Add fork me on GitHub link 2016-03-31 20:30:58 -04:00
9efe7474a2 Add input form 2016-03-31 20:00:51 -04:00
c166006100 Rename project to peercalls 2016-03-31 18:16:52 -04:00
6b90668501 Initial commit, working full screen video 2016-03-31 18:03:39 -04:00