docs: update README to add notification feature

This commit is contained in:
FuzzyGrim
2025-04-01 23:34:35 +02:00
parent dc4c0c1de8
commit 68e5ee085f

View File

@@ -20,7 +20,8 @@ You can try the app at [yamtrack.fuzzygrim.com](https://yamtrack.fuzzygrim.com)
- Keep a tracking history with each action with a media, such as when you added it, when you started it, when you started watching it again, etc.
- Create custom media entries, for niche media that cannot be found by the supported APIs.
- Use personal lists to organize your media for any purpose, add other members to collaborate on your lists.
- Keep up with your upcoming media with a calendar.
- Keep up with your upcoming media releases with a calendar.
- Receive notifications of upcoming media releases via [Apprise](https://github.com/caronc/apprise/wiki) (supports Discord, Telegram, ntfy, Slack, email, and many more).
- Easy deployment with Docker via docker-compose with SQLite or PostgreSQL.
- Multi-users functionality allowing individual accounts with personalized tracking.
- Flexible authentication options including OIDC and 100+ social providers (Google, GitHub, Discord, etc.) via django-allauth.