diff --git a/README.md b/README.md index 1077a80..53895f5 100644 --- a/README.md +++ b/README.md @@ -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 @@ -184,9 +180,9 @@ Add this to your server part: To run it at /whiteboard. Don't forget to change -> YOURIP! -## Apache Reverse Proxy configuration +## Apache Reverse Proxy configuration -```` +``` ... # Proxy /whiteboard/ to whiteboard container @@ -194,7 +190,8 @@ ProxyPass "/whiteboard/" "http://YOURIP:8080/" ProxyPassReverse "/whiteboard/" "http://YOURIP:8080/" ... -```` +``` + To run it at /whiteboard. Don't forget to change -> YOURIP! ## Nextcloud integration diff --git a/doc/updating_guide.md b/doc/updating_guide.md deleted file mode 100644 index 4e3fe6c..0000000 --- a/doc/updating_guide.md +++ /dev/null @@ -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`