@muhammedaksam/easiarr 0.7.8 → 0.7.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@muhammedaksam/easiarr",
3
- "version": "0.7.8",
3
+ "version": "0.7.9",
4
4
  "description": "TUI tool for generating docker-compose files for the *arr media ecosystem with 41 apps, TRaSH Guides best practices, VPN routing, and Traefik reverse proxy support",
5
5
  "module": "src/index.ts",
6
6
  "type": "module",
@@ -158,6 +158,8 @@ export async function generateServicesYaml(config: EasiarrConfig): Promise<strin
158
158
  yaml += ` widget:\n`
159
159
  yaml += ` type: customapi\n`
160
160
  yaml += ` url: https://api.github.com/repos/muhammedaksam/easiarr/releases/latest\n`
161
+ yaml += ` headers:\n`
162
+ yaml += ` User-Agent: easiarr-homepage-widget\n`
161
163
  yaml += ` refreshInterval: 86400000\n` // 24 hours
162
164
  yaml += ` mappings:\n`
163
165
  yaml += ` - field: tag_name\n`