@muhammedaksam/easiarr 1.3.5 → 1.4.1
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 +8 -5
- package/dist/index.js +29837 -0
- package/package.json +18 -16
- package/src/VersionInfo.ts +0 -12
- package/src/api/arr-api.ts +0 -508
- package/src/api/auto-setup-types.ts +0 -64
- package/src/api/bazarr-api.ts +0 -356
- package/src/api/cloudflare-api.ts +0 -577
- package/src/api/custom-format-api.ts +0 -212
- package/src/api/grafana-api.ts +0 -314
- package/src/api/heimdall-api.ts +0 -209
- package/src/api/homarr-api.ts +0 -296
- package/src/api/huntarr-api.ts +0 -622
- package/src/api/index.ts +0 -1
- package/src/api/jellyfin-api.ts +0 -473
- package/src/api/jellyseerr-api.ts +0 -660
- package/src/api/maintainerr-api.ts +0 -731
- package/src/api/naming-config.ts +0 -93
- package/src/api/overseerr-api.ts +0 -513
- package/src/api/plex-api.ts +0 -358
- package/src/api/portainer-api.ts +0 -467
- package/src/api/profilarr-api.ts +0 -380
- package/src/api/prowlarr-api.ts +0 -859
- package/src/api/qbittorrent-api.ts +0 -339
- package/src/api/quality-profile-api.ts +0 -269
- package/src/api/tautulli-api.ts +0 -277
- package/src/api/uptime-kuma-api.ts +0 -342
- package/src/apps/categories.ts +0 -14
- package/src/apps/index.ts +0 -2
- package/src/apps/registry.ts +0 -1255
- package/src/compose/caddy-config.ts +0 -129
- package/src/compose/generator.ts +0 -262
- package/src/compose/index.ts +0 -3
- package/src/compose/templates.ts +0 -78
- package/src/compose/traefik-config.ts +0 -185
- package/src/config/bookmarks-generator.ts +0 -149
- package/src/config/defaults.ts +0 -37
- package/src/config/homepage-config.ts +0 -376
- package/src/config/index.ts +0 -3
- package/src/config/manager.ts +0 -149
- package/src/config/recyclarr-config.ts +0 -179
- package/src/config/schema.ts +0 -310
- package/src/config/slskd-config.ts +0 -85
- package/src/config/soularr-config.ts +0 -105
- package/src/config/trash-quality-definitions.ts +0 -213
- package/src/data/lidarr-custom-formats.ts +0 -127
- package/src/data/trash-profiles.ts +0 -326
- package/src/docker/client.ts +0 -291
- package/src/docker/index.ts +0 -1
- package/src/index.ts +0 -77
- package/src/structure/manager.ts +0 -128
- package/src/ui/App.ts +0 -109
- package/src/ui/components/ApplicationSelector.ts +0 -272
- package/src/ui/components/FileEditor.ts +0 -91
- package/src/ui/components/FooterHint.ts +0 -119
- package/src/ui/components/PageLayout.ts +0 -152
- package/src/ui/components/UpdateNotification.ts +0 -101
- package/src/ui/index.ts +0 -1
- package/src/ui/screens/AdvancedSettings.ts +0 -181
- package/src/ui/screens/ApiKeyViewer.ts +0 -500
- package/src/ui/screens/AppConfigurator.ts +0 -731
- package/src/ui/screens/AppManager.ts +0 -276
- package/src/ui/screens/CloudflaredSetup.ts +0 -974
- package/src/ui/screens/ContainerControl.ts +0 -579
- package/src/ui/screens/FullAutoSetup.ts +0 -1719
- package/src/ui/screens/HomepageSetup.ts +0 -306
- package/src/ui/screens/JellyfinSetup.ts +0 -471
- package/src/ui/screens/JellyseerrSetup.ts +0 -612
- package/src/ui/screens/LogsViewer.ts +0 -468
- package/src/ui/screens/MainMenu.ts +0 -288
- package/src/ui/screens/MonitorDashboard.ts +0 -866
- package/src/ui/screens/ProwlarrSetup.ts +0 -623
- package/src/ui/screens/QBittorrentSetup.ts +0 -268
- package/src/ui/screens/QuickSetup.ts +0 -1161
- package/src/ui/screens/RecyclarrSetup.ts +0 -418
- package/src/ui/screens/SecretsEditor.ts +0 -214
- package/src/ui/screens/SettingsScreen.ts +0 -605
- package/src/ui/screens/TRaSHProfileSetup.ts +0 -395
- package/src/ui/screens/index.ts +0 -4
- package/src/util/arch.ts +0 -78
- package/src/utils/browser.ts +0 -26
- package/src/utils/categories.ts +0 -59
- package/src/utils/debug.ts +0 -91
- package/src/utils/env.ts +0 -137
- package/src/utils/logs.ts +0 -118
- package/src/utils/migrations/1765626338_rename_env_variables.ts +0 -101
- package/src/utils/migrations/1765707135_rename_easiarr_status.ts +0 -90
- package/src/utils/migrations/1765732722_remove_cloudflare_dns_api_token.ts +0 -44
- package/src/utils/migrations/1769515650_migrate_to_xdg.ts +0 -107
- package/src/utils/migrations.ts +0 -164
- package/src/utils/password.ts +0 -42
- package/src/utils/unraid.ts +0 -101
- package/src/utils/update-checker.ts +0 -210
- package/src/utils/url-utils.ts +0 -38
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
> ⚠️ **Work In Progress** - This project is in early experimental development. Features may be incomplete, unstable, or change without notice.
|
|
12
12
|
|
|
13
|
-
TUI tool for generating docker-compose files for the \*arr media ecosystem with
|
|
13
|
+
TUI tool for generating docker-compose files for the \*arr media ecosystem with 52 apps, TRaSH Guides best practices, VPN routing, and Traefik/Caddy reverse proxy support.
|
|
14
14
|
|
|
15
15
|
A terminal-based wizard that helps you set up Radarr, Sonarr, Prowlarr, and other \*arr applications with Docker Compose, following best practices from [TRaSH Guides](https://trash-guides.info/).
|
|
16
16
|
|
|
@@ -23,7 +23,7 @@ A terminal-based wizard that helps you set up Radarr, Sonarr, Prowlarr, and othe
|
|
|
23
23
|
- 🎮 **Container Control** - Start, stop, and restart containers directly from the TUI
|
|
24
24
|
- 📋 **Container Logs Viewer** - View and save Docker container logs from the TUI
|
|
25
25
|
- ⚙️ **App Management** - Add or remove apps from your stack with ease
|
|
26
|
-
- 💾 **Persistent Configuration** - Settings saved to
|
|
26
|
+
- 💾 **Persistent Configuration** - Settings saved to `$XDG_CONFIG_HOME/easiarr/config.json`
|
|
27
27
|
- 🔀 **Reverse Proxy** - Traefik or Caddy support with automatic SSL
|
|
28
28
|
- 🖥️ **Unraid Support** - Automatic OS detection and compatibility
|
|
29
29
|
|
|
@@ -56,7 +56,7 @@ bun run start
|
|
|
56
56
|
- [Bun](https://bun.sh/) >= 1.0
|
|
57
57
|
- [Docker](https://www.docker.com/) with Docker Compose v2
|
|
58
58
|
|
|
59
|
-
## Supported Applications (
|
|
59
|
+
## Supported Applications (52 apps across 10 categories)
|
|
60
60
|
|
|
61
61
|
### Media Management (Servarr)
|
|
62
62
|
|
|
@@ -79,6 +79,8 @@ bun run start
|
|
|
79
79
|
|
|
80
80
|
- **qBittorrent** - BitTorrent client
|
|
81
81
|
- **SABnzbd** - Usenet downloader
|
|
82
|
+
- **Slskd** - Soulseek client for music sharing
|
|
83
|
+
- **Soularr** - Lidarr integration for Soulseek
|
|
82
84
|
|
|
83
85
|
### Media Servers
|
|
84
86
|
|
|
@@ -103,6 +105,7 @@ bun run start
|
|
|
103
105
|
- **Portainer** - Docker container management UI
|
|
104
106
|
- **Huntarr** - Missing content manager for \*arr apps
|
|
105
107
|
- **Unpackerr** - Archive extraction for \*arr apps
|
|
108
|
+
- **Maintainerr** - Automated media cleanup manager
|
|
106
109
|
- **Recyclarr** - TRaSH Guides profile sync (CLI-based)
|
|
107
110
|
- **Profilarr** - TRaSH Guides profile sync (Web UI)
|
|
108
111
|
- **FileBot** - Media file renaming and automator
|
|
@@ -160,10 +163,10 @@ The wizard will automatically:
|
|
|
160
163
|
|
|
161
164
|
## Configuration
|
|
162
165
|
|
|
163
|
-
easiarr stores its configuration in
|
|
166
|
+
easiarr stores its configuration in `$XDG_CONFIG_HOME/easiarr/`:
|
|
164
167
|
|
|
165
168
|
```bash
|
|
166
|
-
|
|
169
|
+
$XDG_CONFIG_HOME/easiarr/
|
|
167
170
|
├── config.json # Your easiarr configuration
|
|
168
171
|
├── docker-compose.yml # Generated Docker Compose file
|
|
169
172
|
└── backups/ # Configuration backups
|