@inner-dj/server 0.1.6 → 0.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -50,6 +50,7 @@ To use a custom config path, set environment variable `CONFIG`.
50
50
  | adminOtp | ADMINOTP | string | TOTP token for admin access. If blank, one is generated at start up. Check logs. | RANDOM |
51
51
  | cookieTTL | COOKIETTL | number | Cookie max age in ms | 2592000000 (30d) |
52
52
  | jwtSecret | JWTSECRET | string | Secret for communications between client and server. Only share with client. | REQUIRED |
53
+ | limiter | - | [LimiterOptions](https://github.com/express-rate-limit/express-rate-limit#configuration) | Rate limiter settings for authentication endpoint | see [setDefaultLimits()](https://codeberg.org/sanin/inner-dj/src/branch/master/packages/server/src/config.ts) |
53
54
  | cookies | COOKIES | string | Optional path to Netscape-formatted file to read cookies from. See [how do I pass cookies to yt-dlp?](https://github.com/yt-dlp/yt-dlp/wiki/FAQ#how-do-i-pass-cookies-to-yt-dlp) | null |
54
55
  | db | | [DBConfig](#dbconfig) | | |
55
56
  | discord | | [DiscordReceiverConfig](#discordreceiverconfig) | | |