remove update guide for version 1.x
This commit is contained in:
parent
803af29e3a
commit
32a99433c7
@ -8,10 +8,6 @@ This is a lightweight NodeJS collaborative Whiteboard/Sketchboard which can easi
|
||||
|
||||
[HERE](https://cloud13.de/testwhiteboard/) (Reset every night)
|
||||
|
||||
## Updating
|
||||
|
||||
Information related to updating this app can be found [here](./doc/updating_guide.md).
|
||||
|
||||
## Some Features
|
||||
|
||||
- Shows remote user cursors while drawing
|
||||
@ -186,7 +182,7 @@ To run it at /whiteboard. Don't forget to change -> YOURIP!
|
||||
|
||||
## Apache Reverse Proxy configuration
|
||||
|
||||
````
|
||||
```
|
||||
<VirtualHost example.org:443>
|
||||
...
|
||||
# Proxy /whiteboard/ to whiteboard container
|
||||
@ -194,7 +190,8 @@ ProxyPass "/whiteboard/" "http://YOURIP:8080/"
|
||||
ProxyPassReverse "/whiteboard/" "http://YOURIP:8080/"
|
||||
...
|
||||
</VirtualHost>
|
||||
````
|
||||
```
|
||||
|
||||
To run it at /whiteboard. Don't forget to change -> YOURIP!
|
||||
|
||||
## Nextcloud integration
|
||||
|
@ -1,13 +0,0 @@
|
||||
# Updating guide
|
||||
|
||||
## From v1.x to 2.x (or latest)
|
||||
|
||||
Configuration handling has been updated: the ability to change settings from the CLI or the environment has been removed.
|
||||
|
||||
**Configuration is now handled with a yml config file**, which can be overridden with the `--config` CLI argument.
|
||||
|
||||
Here is the mapping from old cli argument / env variables to the new config file object:
|
||||
|
||||
- accesstoken => `backend.accessToken`
|
||||
- webdav => `backend.enableWebdav`
|
||||
- disablesmallestscreen => `frontend.showSmallestScreenIndicator`
|
Loading…
x
Reference in New Issue
Block a user