Commit graph

58 commits

Author SHA1 Message Date
lovasoa
533a075efa
readme 2022-10-18 10:24:29 +02:00
lovasoa
0171275c5d
Improve the documentation 2022-09-05 22:08:02 +02:00
Entwicklung
b907c313fa update README.md 2022-09-04 19:37:27 +02:00
Entwicklung
ba2a11bd43 update README.md 2022-09-04 19:36:41 +02:00
Entwicklung
c4ec807c61 update README.md 2022-09-04 19:36:13 +02:00
holema
7ac8a4b7c7
Update README.md 2022-09-03 18:26:17 +02:00
Entwicklung
b74cdd2906 add JWT board name verification 2022-09-03 16:49:23 +02:00
jamesdeacon
6f7068ab4b Use standard role claim instead of custom "moderator" 2022-07-25 16:39:04 +01:00
jamesdeacon
a8bb9fb3b5 Add clear button for moderators 2022-07-21 16:29:21 +01:00
jamesdeacon
5675d708e9 Add ability to set user as a moderator via jwt 2022-07-20 16:25:35 +01:00
jamesdeacon
2a705241ee
Update README.md
Co-authored-by: Ophir LOJKINE <pere.jobs@gmail.com>
2022-01-17 09:33:25 +00:00
James Deacon
1bdcdad3e3 Authenticates websockets & adds jwt test env 2022-01-10 11:47:50 +00:00
James Deacon
4ba291d86a Consolidate environment vars & fix race condition 2022-01-05 14:30:40 +00:00
Ophir LOJKINE
b759c9ec97
Update README.md 2021-09-13 14:31:37 +02:00
Ophir LOJKINE
4b612b4828
Update README.md 2021-06-11 08:46:08 +02:00
lovasoa
fcc97f58b5
add statsd monitoring
wbo is now more observable
2021-06-10 16:41:44 +02:00
Ophir LOJKINE
55acf500d0 add docker pulls badge 2021-06-10 00:12:14 +02:00
Ophir LOJKINE
7fdd7e9ce6 update README docker port 2021-06-09 17:39:51 +02:00
Ophir LOJKINE
9b8f934aa6
Update README.md 2021-06-06 11:40:49 +02:00
Ophir LOJKINE
bba3ce30a4
Update README.md
Instruct the user to create a persistent volume with the right permissions

See https://github.com/lovasoa/whitebophir/issues/164
2021-01-27 18:15:04 +01:00
Ophir LOJKINE
c8fbf673ad
Update docker instructions in README...
...  to match latest Dockerfile changes
2021-01-15 15:27:49 +01:00
Ingo Blechschmidt
2e0a901998
Allow for listening only on 127.0.0.1 (or some other address) (#161) 2021-01-13 10:02:03 +01:00
Ophir LOJKINE
f6f833e5ec
support only nodejs 10.0+ 2020-12-08 10:31:25 +01:00
Ophir LOJKINE
db49ac193a
Fix git clone command in README
Fixes https://github.com/lovasoa/whitebophir/issues/156
2020-12-07 16:41:37 +01:00
Ophir LOJKINE
4ed7628846
Update README.md 2020-11-15 19:32:20 +01:00
Wandera Brian
262860d823
update readme with powershell friendly docker pull (#147)
The new docker pull command works with Windows Powershell
In response to issue 146 from lovasoa/whitebophir on github
2020-11-15 19:30:03 +01:00
Ophir LOJKINE
c651a5a811
Update README.md
Make it explicit that the given docker command is for bash shells

See: https://github.com/lovasoa/whitebophir/issues/146
2020-11-15 19:17:53 +01:00
David Roundy
a412eee7eb
clarify the units of WBO_MAX_EMIT_COUNT (#115) 2020-08-11 19:54:46 +02:00
Ophir LOJKINE
21229fe6fd Add information about the configuration to the README 2020-08-11 18:25:34 +02:00
Ophir LOJKINE
d33540c313 Fix grammar in README 2020-07-07 09:57:53 +02:00
Ophir LOJKINE
f6ffabf936
explain how translations work in the README
adds a link to a wiki page about translations.

Fixes #101.
2020-07-06 18:49:55 +02:00
ophir
7cc186be80 Officially support node 8 2020-05-09 13:13:36 +02:00
ophir
b3e8e30c16 Merge branch 'master' of github.com:lovasoa/whitebophir 2020-05-01 19:29:01 +02:00
ophir
a84491a1c2 README: fix syntax error 2020-05-01 19:28:54 +02:00
Ophir LOJKINE
957ded7cd6
Update README.md 2020-05-01 12:38:11 +02:00
finnboeger
0f0b333335
Allow running the app behind a reverse proxy (#57)
* change url to hide app behind a relative path

* pass some of ther server configuration through to the client

* serve static files and connect to socket.io correctly when a URL Prefix is set

* Revert the changes to opengraph meta tags

opengraph meta tags need to be absolute URLs

* Remove unused commented-out code

* fix background.png url

* use prefix path for open graph metadata

* Revert changes using server side url modifications

* get open graph and socket.io url from request url / window.location

* remove debug console.log

* Fix favicon when not running under "/"

* Add proxying instructions to the README

Co-authored-by: Laurent Mazet <mazet@softndesign.org>
Co-authored-by: ophir <pere.jobs@gmail.com>
2020-05-01 12:33:13 +02:00
ophir
7ff1a71cd4 Remove openode 2020-04-27 23:49:15 +02:00
ophir
52a8f632ec Remove openode 2020-04-27 21:40:03 +02:00
Ophir LOJKINE
6bcffe3dde Warning message on old version of NodeJS
See 63db84f7dd (commitcomment-38508311)
2020-04-15 15:18:38 +02:00
Ophir LOJKINE
aacd4ed5c8
limit the size of screenshots in the README 2020-04-12 13:50:02 +02:00
Ophir LOJKINE
1ce1860704
reorganize the screenshots in the README 2020-04-12 11:47:15 +02:00
Ophir LOJKINE
128a3b94f1
Make the server installation instructions clearer 2020-04-10 15:47:15 +02:00
Ophir LOJKINE
054dd3e357
Replace readme links 2020-04-05 18:23:57 +02:00
Ophir LOJKINE
91f68e2104
add a link to openode 2020-04-02 21:11:40 +02:00
Ophir LOJKINE
ed6b9eace5
Restore the old link to openode.io 2020-04-02 18:53:22 +02:00
Ophir LOJKINE
614384b5d4
update url 2020-03-21 22:16:56 +01:00
Ophir LOJKINE
a601dda73f
Update README.md 2020-03-21 21:04:46 +01:00
Ophir LOJKINE
19b016c251
Add installation instructions to the readme
Fixes #19
2020-03-21 20:03:20 +01:00
Ophir LOJKINE
20c2493bd4
Update README.md 2019-06-21 12:13:51 +02:00
Ophir LOJKINE
01b64761f2
Update screenshots 2019-06-21 12:00:11 +02:00