From 4b243b114a2b46d9192950db4c4a559ffb06f9d6 Mon Sep 17 00:00:00 2001 From: PLUJA <64632615+pluja@users.noreply.github.com> Date: Sun, 20 Sep 2020 12:07:39 +0200 Subject: [PATCH 1/4] Update instrucitons! --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25e8fcf..1642c9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,9 @@ ## [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/?3bffa936ec1aa2d8#AJWMbuHgzzE7CdsxhCxuHKYV5Nf92vBozxWNJgrktSRi). ## Added - [x] Admin tools - Delete inactive users. From b556ba8d795c6451b4d93ba91e6b00b48d5456d0 Mon Sep 17 00:00:00 2001 From: PLUJA <64632615+pluja@users.noreply.github.com> Date: Sun, 20 Sep 2020 12:08:14 +0200 Subject: [PATCH 2/4] Update instructions + news --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1642c9c..54b0c10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ ## Added - [x] Admin tools - Delete inactive users. +- [x] Youtube: Play only audio. ## Changed - [x] Database character limits. From 10ab56c91f65fdd3c51c4cde4f5639398d0e973f Mon Sep 17 00:00:00 2001 From: FireMasterK <20838718+FireMasterK@users.noreply.github.com> Date: Sun, 20 Sep 2020 15:38:22 +0530 Subject: [PATCH 3/4] Add u/mansG's instance --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. From 8ab33a391f4c45ab3c2be479057d1bffd114373e Mon Sep 17 00:00:00 2001 From: PLUJA <64632615+pluja@users.noreply.github.com> Date: Sun, 20 Sep 2020 12:16:13 +0200 Subject: [PATCH 4/4] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54b0c10..65cab6c 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/?3bffa936ec1aa2d8#AJWMbuHgzzE7CdsxhCxuHKYV5Nf92vBozxWNJgrktSRi). +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.