Add note about additional libraries for apprise

https://github.com/tubearchivist/tubearchivist/issues/841
This commit is contained in:
Simon 2024-12-02 17:49:38 +07:00
parent fe139572fc
commit 1a8cd330e3
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4

View File

@ -64,4 +64,5 @@ docker exec -it tubearchivist apprise -b "Hello from TA" <link>
!!! note "Notes:"
- This will only send notifications when a task returns anything, e.g. if a [Rescan Subscriptions](#rescan-subscriptions) task doesn't find any new videos to add, a notification will *not* be sent.
- Due to the fact that Apprise is running inside a container, [desktop notifications](https://github.com/caronc/apprise/wiki#desktop-notification-services) will not work.
- Notification services that require additional libraries that what is provided by Apprise are not supported. If you really *need* to use services that require additional libraries, you can use Apprise in a standalone server as a proxy or manually install what you need in the container.
- You can add mutiple notifications for the same task by saving and selecting the same task multiple times.