From cff6f7236297a42280488665436c123e94c69aab Mon Sep 17 00:00:00 2001 From: PLUJA <64632615+pluja@users.noreply.github.com> Date: Sun, 20 Sep 2020 12:30:18 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9297a1b..412f81b 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ I hope that this project can prosperate, gain contributors, new instances and cr - [x] Follow Twitter accounts. - [x] Follow Youtube accounts. - [x] Play Youtube videos on background on Android. +- [x] Play only audio from youtube to save data. - [x] Save your favourite Tweets. - [x] Tor-friendly. - [x] Terminal-browser friendly. From ce13f236ab69106e3cce2286126efd43701d2d33 Mon Sep 17 00:00:00 2001 From: PLUJA <64632615+pluja@users.noreply.github.com> Date: Sun, 20 Sep 2020 12:39:18 +0200 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65cab6c..2d06477 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ ### How to update 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). +2. **IMPORTANT** You will need to change the nginx config file (`/etc/nginx/sites-enabled/yotter`) and it should look [like this](https://bin.nixnet.services/?414267b3cfd753b4#EX8Zwpj4iXTBjkGThCiaV88bYZfzvmmaG2sokLKKYQFu). ## Added - [x] Admin tools - Delete inactive users. From 4f4747616604c2e8ebbbf0697caf740b4457c238 Mon Sep 17 00:00:00 2001 From: PLUJA <64632615+pluja@users.noreply.github.com> Date: Sun, 20 Sep 2020 12:42:27 +0200 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d06477..2f8a1e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ 2. **IMPORTANT** You will need to change the nginx config file (`/etc/nginx/sites-enabled/yotter`) and it should look [like this](https://bin.nixnet.services/?414267b3cfd753b4#EX8Zwpj4iXTBjkGThCiaV88bYZfzvmmaG2sokLKKYQFu). +3. Reload nginx `sudo service nginx reload` + ## Added - [x] Admin tools - Delete inactive users. - [x] Youtube: Play only audio.