hardlounge/client
Damjan Georgievski cf1f24bff6 Allow The Lounge to be proxied behind a /path/ url
contains three small changes to use relative urls instead of absolute rooted at /

* favicons in index.html
* badge and pop sound in lounge.js
* the url for the socket.io endpoint

Typical use with nginx:

    location /path/ {
      proxy_http_version 1.1;
      proxy_set_header Upgrade $http_upgrade;
      proxy_set_header Connection "upgrade";
      proxy_pass http://localhost:9000/;
    }

those trailing / are important.
2016-02-13 22:40:06 +01:00
..
audio Added badges and notifications 2014-07-08 01:15:10 +02:00
css Rotate part/quit icon 2016-01-27 10:32:59 -08:00
img Update image files 2014-09-28 15:46:32 -07:00
js Allow The Lounge to be proxied behind a /path/ url 2016-02-13 22:40:06 +01:00
themes Update project name in additional themes 2016-02-10 06:20:05 +00:00
views Change user buttons to as. Allows highlighting on firefox. 2016-01-24 16:53:06 +00:00
index.html Allow The Lounge to be proxied behind a /path/ url 2016-02-13 22:40:06 +01:00
robots.txt Normalize line endings 2014-09-13 14:29:45 -07:00