feat: Jellyfin/Emby recommendations + piracy disclaimer + TOTP fix + AI chat
CI / Test & Lint (push) Canceled after 0s
CI / Security audit (push) Canceled after 0s

This commit is contained in:
Krystie
2026-08-13 03:38:46 -07:00
parent 3da8463cef
commit e6ec9c901b
2 changed files with 10 additions and 1 deletions
+4 -1
View File
@@ -53,11 +53,14 @@ const INTENT_PATTERNS = [
message: 'For media streaming, I recommend:',
recommendations: [
{ app: 'plex', reason: 'Stream movies and TV shows to any device' },
{ app: 'jellyfin', reason: 'Free open-source alternative to Plex, no premium features locked' },
{ app: 'emby', reason: 'Media server with live TV and parental controls' },
{ app: 'sonarr', reason: 'Automatically download TV shows' },
{ app: 'radarr', reason: 'Automatically download movies' },
{ app: 'qbittorrent', reason: 'Download client for media files' },
],
question: 'Would you like me to deploy any of these?',
disclaimer: 'DashCaddy provides deployment tools only. Users are responsible for complying with all applicable copyright and intellectual property laws. Always stream content you own or have rights to access.',
}),
},
@@ -334,4 +337,4 @@ module.exports = function({ asyncHandler }) {
return router;
};
module.exports.routeIntent = routeIntent;
module.exports.routeIntent = routeIntent;