diff --git a/CHANGELOG.md b/CHANGELOG.md index 25e8fcf..65cab6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,10 +10,13 @@ ## [0.2.6] - 2020.09.20 ### How to update -See [UPDATE](https://github.com/ytorg/Yotter/blob/dev-indep/SELF-HOSTING.md#updating-the-server) if you are on a manual installation. Docker can be updated normally. +1. See [UPDATE](https://github.com/ytorg/Yotter/blob/dev-indep/SELF-HOSTING.md#updating-the-server) if you are on a manual installation. Docker can be updated normally. + +2. **IMPORTANT** You will need to change the nginx config file (`/etc/nginx/sites-available/yotter`) and it should look [like this](https://bin.nixnet.services/?414267b3cfd753b4#EX8Zwpj4iXTBjkGThCiaV88bYZfzvmmaG2sokLKKYQFu). ## Added - [x] Admin tools - Delete inactive users. +- [x] Youtube: Play only audio. ## Changed - [x] Database character limits. diff --git a/README.md b/README.md index 6a21321..9297a1b 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,8 @@ I always recommend self-hosting, as you will be the only person with access to t | name |server location|registrations?| | ------------ | ------------ | ------------ | | https://yotter.xyz |Germany| Limited (60 users)| -| https://yotter.kavin.rocks/ |India| Limited (50 users)| +| https://yotter.kavin.rocks/ |India| Limited (100 users)| +| https://yotter.jank.media/ |Germany| Limited (100 users)| ## Configure the server You will find in the root folder of the project a file named `yotter-config.json`. This is the global config file for the Yotter server.