Skip to content

History / First Run

Revisions

  • docs: align First-Run with the 8-step setup wizard (add TMDB step); clarify DAPS config auto-migration

    chodeus committed Jun 17, 2026
  • docs: rewrite wiki for readability — validated against source, restructured nav, instructional voice

    chodeus committed Jun 17, 2026
  • docs: finish dropping email notifications (remove SMTP setup section + refs) Removes the "Setting up Email (SMTP)" section from Configuration.md and the Email mentions in First-Run and UI-Guide. (First-Run's "no forgot-password email" note is auth-related and stays.)

    chodeus committed May 31, 2026
  • docs(notifications): rewrite Discord / Notifiarr / Email setup - Drop Apprise from user-facing pages (UI doesn't expose it; the backend API explicitly rejects it). - Drop mention_role from the YAML example (was never wired in the backend). - Fix smtp_host -> smtp_server in the YAML example (the wiki had the wrong key; only smtp_server is read by the backend). - Fix the email YAML example to show 'from' as the sender and 'to' as recipients (the previous shape was internally consistent but the new UI form labels match the keys now too). - Add 'What gets sent' table explaining each module's notification body. - Add Common Fields section explaining Bot Name and Embed Color. - Add full setup walkthroughs for Discord webhooks, Notifiarr Passthrough (with the honest caveat that Bot Name is a CHUB-side label for Notifiarr since Passthrough has no per-notification override), and Email SMTP. - First-Run.md and UI-Guide.md updated to match.

    @chodeus chodeus committed May 24, 2026
  • docs: Interface settings merged into General Settings page Mirrors the chub@48bcc88 refactor — the standalone Interface page is gone; the theme picker now lives as a card on the General Settings page, and /settings/interface redirects to /settings/general for old bookmarks. - UI-Guide.md: settings count 8 → 7. The /settings/general section now describes both cards (Interface + General) and notes the redirect. - First-Run.md: collapses the two separate 'set the theme' / 'set the log level' bullets into one. - Home.md: fixes a stale 'Settings → Interface' reference for looking up the CHUB version (the UI doesn't surface the version in settings; the authoritative source is GET /api/version).

    @chodeus chodeus committed May 12, 2026
  • Restructure wiki for readability: split install, unify module docs, add Kometa guide - Add Kometa-Integration page: end-to-end setup between Kometa's asset_directory and CHUB's poster_renamerr (Docker mount alignment, PUID/PGID gotchas, verification steps). - Modules.md: each module now carries its full YAML block next to the prose (was split across Modules and Configuration). Emoji anchors for every module with a jump-to TOC at the top. - Configuration.md: drop per-module YAML (moved to Modules). Keep top-level blocks (general/auth/instances/schedule/notifications/ user_interface) plus a complete end-to-end example config.yml that covers every module minimally — previous version was missing several modules. - Installation.md: focus on Docker Compose + single-run Docker as the primary paths. Move Unraid and bare-metal to sibling pages. - Installation-Unraid.md, Installation-Bare-Metal.md: new sibling pages with platform-specific guidance (Unraid PUID/GID, systemd unit for bare metal). - First-Run.md: new page for post-install setup — admin user, instance wiring, module enablement, schedule, smoke test, and the password-reset flow. - sync_gdrive: replace the inline service-account walkthrough with a link to the DAPS rclone configuration guide (CHUB uses the same rclone backend; DAPS's version has screenshots and covers both service account and OAuth paths). - Sidebar reorganised with the new pages grouped under Install.

    @chodeus chodeus committed Apr 20, 2026