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. diff --git a/README.md b/README.md index 412f81b..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)| @@ -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! 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