From af26edb99f319efc2147ded4d72a989ddf056284 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 24 Sep 2020 06:58:15 +0000 Subject: [PATCH 1/4] Bump yarl from 1.5.1 to 1.6.0 Bumps [yarl](https://github.com/aio-libs/yarl) from 1.5.1 to 1.6.0. - [Release notes](https://github.com/aio-libs/yarl/releases) - [Changelog](https://github.com/aio-libs/yarl/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/yarl/compare/v1.5.1...v1.6.0) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a4fac5f..18f2955 100644 --- a/requirements.txt +++ b/requirements.txt @@ -52,7 +52,7 @@ webencodings==0.5.1 Werkzeug==1.0.1 wrapt==1.12.1 WTForms==2.3.3 -yarl==1.5.1 +yarl==1.6.0 youtube-dl==2020.9.20 youtube-search-fork==1.2.5 zope.event==4.4 From 8d6bdd23904c5a6dbb78e220d169256e97bcb500 Mon Sep 17 00:00:00 2001 From: PLUJA <64632615+pluja@users.noreply.github.com> Date: Sat, 26 Sep 2020 14:42:49 +0200 Subject: [PATCH 2/4] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b5fd5a..a36b76a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,8 @@ location ~ (/videoplayback|/vi/|/a) { ``` 3. Reload nginx `sudo service nginx reload` - +### Added +- [x] Admins can add a donation link to the Instance - Check `yotter-config.json` after update. ### Fixed - [x] Channel images were not proxied. From 8def9c44f24daa8033844c7b75eb11878e08e085 Mon Sep 17 00:00:00 2001 From: PLUJA <64632615+pluja@users.noreply.github.com> Date: Sat, 26 Sep 2020 14:44:07 +0200 Subject: [PATCH 3/4] Server config - add instance donation_url --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 412f81b..4a20deb 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ Currently available config is: * **show_admin_message**: Shows a message from the admin with title as `admin_message_title` and body as `admin_message` * **admin_user**: Username of the admin user. * **max_old_user_days**: Maximum days for a user to be inactive, otherwise will be deleted if admin uses the action. +* **donation_url**: Adds a link to a donation method for the instance. # Contributing Contributors are always welcome. You can help in many ways: Coding, organizing, designing, [donating](#donate), maintaining... You choose what you want to help with! From 855c23de283e791f8a6b08335b1811c41008db5d Mon Sep 17 00:00:00 2001 From: PLUJA <64632615+pluja@users.noreply.github.com> Date: Sat, 26 Sep 2020 14:47:54 +0200 Subject: [PATCH 4/4] Update max users yotter.xyz --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a20deb..4d08fe3 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ I always recommend self-hosting, as you will be the only person with access to t # Public Instances | name |server location|registrations?| | ------------ | ------------ | ------------ | -| https://yotter.xyz |Germany| Limited (60 users)| +| https://yotter.xyz |Germany| Limited (70 users)| | https://yotter.kavin.rocks/ |India| Limited (100 users)| | https://yotter.jank.media/ |Germany| Limited (100 users)|