@@ -64,29 +64,29 @@ class UnifiedStartRequest(BaseModel):
6464- Automates media collection, symlink creation, and metadata updates.
6565- Integrates with Overseerr, Plex, Trakt, and various scraper plugins (e.g. Torrentio, Jackett).
6666
67- Documentation: https://i-am-puid-0.github.io/DUMB/services/riven-backend""" ,
67+ Documentation: https://i-am-puid-0.github.io/DUMB/services/core/ riven-backend""" ,
6868 "cli_debrid" : """\
6969 CLI Debrid Service
7070- Lightweight, Python‑based downloader and streaming‑link creator.
7171- Integrates tightly with Real‑Debrid, Trakt, Plex, and various scraping services.
7272- Automates media collection, quality upgrades, and webhook‑driven triggers.
7373- Requires CLI Battery for metadata and optionally Phalanx DB for decentralized metadata.
7474
75- Documentation: https://i-am-puid-0.github.io/DUMB/services/cli-debrid""" ,
75+ Documentation: https://i-am-puid-0.github.io/DUMB/services/core/ cli-debrid""" ,
7676 "plex_debrid" : """\
7777 Plex Debrid Service
7878- Not fully implemented yet, but intended for users with an existing Plex Debrid setup.
7979- Users will need to copy an existing Plex Debrid settings.json file to `.../plex_debrid` mount directory.
8080
81- Documentation: https://i-am-puid-0.github.io/DUMB/services/plex-debrid""" ,
81+ Documentation: https://i-am-puid-0.github.io/DUMB/services/core/ plex-debrid""" ,
8282 "decypharr" : """\
8383 Decypharr Service
8484- Implementation of QbitTorrent with Multiple Debrid service support.
8585- Utilizes Sonarr and Radarr for media requests and management.
8686- Provides a WebDAV connection for easy access to media files.
8787- Integrates with Rclone for mounting of WebDAV content.
8888
89- Documentation: https://i-am-puid-0.github.io/DUMB/services/decypharr""" ,
89+ Documentation: https://i-am-puid-0.github.io/DUMB/services/core/ decypharr""" ,
9090 "plex" : """\
9191 Plex Media Server
9292- Official Plex server for organizing, streaming, and sharing your media library.
@@ -96,7 +96,7 @@ class UnifiedStartRequest(BaseModel):
9696Note: Automatic update is not supported for Plex Media Server at this time.
9797Recommended to run onboarding for Plex Media Server separately due to claim token timeout of 5 minutes.
9898
99- Documentation: https://i-am-puid-0.github.io/DUMB/services/plex-media-server""" ,
99+ Documentation: https://i-am-puid-0.github.io/DUMB/services/core/ plex-media-server""" ,
100100}
101101
102102OPTIONAL_POST_CORE = ["riven_frontend" ]
@@ -116,28 +116,28 @@ class UnifiedStartRequest(BaseModel):
116116- Can scrape from running Zurg instances or other Zilean peers.
117117- Configurable as an indexer in clients like Sonarr/Radarr.
118118
119- Documentation: https://i-am-puid-0.github.io/DUMB/services/zilean""" ,
119+ Documentation: https://i-am-puid-0.github.io/DUMB/services/optional/ zilean""" ,
120120 "pgadmin" : """\
121121 pgAdmin 4
122122- Web‑based administration tool for PostgreSQL databases.
123123- Pre‑installed and auto‑configured in DUMB for easy inspection, queries, and backups.
124124- Supports extensions like system_stats and pgAgent for advanced maintenance.
125125
126- Documentation: https://i-am-puid-0.github.io/DUMB/services/pgadmin""" ,
126+ Documentation: https://i-am-puid-0.github.io/DUMB/services/optional/ pgadmin""" ,
127127 "postgres" : """\
128128 PostgreSQL
129129- Core database system for storing metadata and internal configuration.
130130- Pre‑installed and initialized on container startup (default port 5432).
131131- Manages databases for pgAdmin, Zilean, and Riven by default.
132132
133- Documentation: https://i-am-puid-0.github.io/DUMB/services/postgres""" ,
133+ Documentation: https://i-am-puid-0.github.io/DUMB/services/dependent/ postgres""" ,
134134 "riven_frontend" : """\
135135 Riven Frontend
136136- Web UI for Riven Backend, providing a user‑friendly interface to manage and monitor services.
137137- Displays real‑time status of connected services, media libraries, and debrid providers.
138138- Allows users to trigger actions like metadata updates, link creation, and more.
139139
140- Documentation: https://i-am-puid-0.github.io/DUMB/services/riven-frontend""" ,
140+ Documentation: https://i-am-puid-0.github.io/DUMB/services/optional/ riven-frontend""" ,
141141}
142142
143143### create a list of debrid providers that are supported by each core service, and if any core service uses zurg as a dependency, then it is limited to RealDebrid.
0 commit comments