From fd3e3802a8444c3a8d49e9c637daeb31d7aa28f5 Mon Sep 17 00:00:00 2001 From: Cracker Date: Tue, 7 May 2019 08:52:34 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 620da15..77c3b0a 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ You can run this app with and without docker 1. `docker run -d -p 8080:8080 rofl256/whiteboard` 2. Surf to http://YOURIP:8080 -## API +## URL Parameters Call your site with GET parameters to change the WhiteboardID or the Username `http://YOURIP:8080?whiteboardid=MYID&username=MYNAME` From a5b5b3a92756d0f6d5a7b7e61dca70efbd7b9e38 Mon Sep 17 00:00:00 2001 From: Cracker Date: Tue, 7 May 2019 08:54:59 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 77c3b0a..eedbb06 100644 --- a/README.md +++ b/README.md @@ -52,9 +52,9 @@ Done! * Whiteboards are gone if you restart the Server, so keep that in mind (or save your whiteboard) * You shoud be able to customize the layout without ever toutching the whiteboard.js (take a look at index.html & main.js) -## All run parameters (also docker) -* --accesstoken => take a look at "Security" for a full explanation -* --disablesmallestscreen => can be set to "true" if you don't want show the "smallest screen" indicator (A dotted line) to the users +## All server run parameters (also docker) +* accesstoken => take a look at "Security - AccessToken" for a full explanation +* disablesmallestscreen => set this to "true" if you don't want show the "smallest screen" indicator (A dotted gray line) to the users ## ToDo * Make undo function more reliable on texts From 45f61e57c92cfd7fcc78e533c760a3847085a199 Mon Sep 17 00:00:00 2001 From: Cracker Date: Tue, 7 May 2019 08:57:20 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eedbb06..c347589 100644 --- a/README.md +++ b/README.md @@ -75,8 +75,8 @@ To run it at /whiteboard. Don't forget to change -> YOURIP! ## Nextcloud integration 1. Install this app on your server -2. Enable and go to "external sites" on your Nextcloud -2. Add Link to your server: `https://YOURIP/whiteboard/?whiteboardid=WHITEBOARDNAME&username={uid}` +2. Enable and go to "external sites" (app) on your Nextcloud +2. Add a link to your server: `https://YOURIP/whiteboard/?whiteboardid=WHITEBOARDNAME&username={uid}` You can give each group its own whiteboard by changeing the WHITEBOARDNAME in the URL if you want. Note: You might have to serve the app with https (If your nextcloud server runs https). To do so, its recommend to run this app behind a reverse proxy. (as shown above)