diff --git a/README.md b/README.md index e2749d9..f08ef1b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- + # Project N.O.M.A.D. ### Node for Offline Media, Archives, and Data @@ -144,4 +144,4 @@ sudo bash /opt/project-nomad/update_nomad.sh ###### Uninstall Script - Need to start fresh? Use the uninstall script to make your life easy. Note: this cannot be undone! ```bash curl -fsSL https://raw.githubusercontent.com/Crosstalk-Solutions/project-nomad/refs/heads/main/install/uninstall_nomad.sh -o uninstall_nomad.sh && sudo bash uninstall_nomad.sh -``` \ No newline at end of file +``` diff --git a/admin/docs/getting-started.md b/admin/docs/getting-started.md index f019291..3287da5 100644 --- a/admin/docs/getting-started.md +++ b/admin/docs/getting-started.md @@ -10,14 +10,14 @@ If this is your first time using N.O.M.A.D., the Easy Setup wizard will help you **[Launch Easy Setup →](/easy-setup)** -![Easy Setup Wizard — Step 1: Choose your capabilities](/docs/easy-setup-step1.png) +![Easy Setup Wizard — Step 1: Choose your capabilities](/docs/easy-setup-step1.webp) The wizard walks you through four simple steps: 1. **Capabilities** — Choose what to enable: Information Library, AI Assistant, Education Platform, Maps, Data Tools, and Notes 2. **Maps** — Select geographic regions for offline maps 3. **Content** — Choose curated content collections with Essential, Standard, or Comprehensive tiers -![Content tiers — Essential, Standard, and Comprehensive](/docs/easy-setup-tiers.png) +![Content tiers — Essential, Standard, and Comprehensive](/docs/easy-setup-tiers.webp) 4. **Review** — Confirm your selections and start downloading Depending on what you selected, downloads may take a while. You can monitor progress in the Settings area, continue using features that are already installed, or leave your server running overnight for large downloads. @@ -64,7 +64,7 @@ The Education Platform provides complete educational courses that work offline. ### AI Assistant — Built-in Chat -![AI Chat interface](/docs/ai-chat.png) +![AI Chat interface](/docs/ai-chat.webp) N.O.M.A.D. includes a built-in AI chat interface powered by Ollama. It runs entirely on your server — no internet needed, no data sent anywhere. @@ -90,7 +90,7 @@ N.O.M.A.D. includes a built-in AI chat interface powered by Ollama. It runs enti ### Knowledge Base — Document-Aware AI -![Knowledge Base upload interface](/docs/knowledge-base.png) +![Knowledge Base upload interface](/docs/knowledge-base.webp) The Knowledge Base lets you upload documents so the AI can reference them when answering your questions. It uses semantic search (RAG via Qdrant) to find relevant information from your uploaded files. @@ -115,7 +115,7 @@ The Knowledge Base lets you upload documents so the AI can reference them when a ### Maps — Offline Navigation -![Offline maps viewer](/docs/maps.png) +![Offline maps viewer](/docs/maps.webp) View maps without internet. Download the regions you need before going offline. @@ -148,7 +148,7 @@ As your needs change, you can add more content anytime: ### Wikipedia Selector -![Content Explorer — browse and download Wikipedia packages and curated collections](/docs/content-explorer.png) +![Content Explorer — browse and download Wikipedia packages and curated collections](/docs/content-explorer.webp) N.O.M.A.D. includes a dedicated Wikipedia content management tool for browsing and downloading Wikipedia packages. @@ -161,7 +161,7 @@ N.O.M.A.D. includes a dedicated Wikipedia content management tool for browsing a ### System Benchmark -![System Benchmark with NOMAD Score and Builder Tag](/docs/benchmark.png) +![System Benchmark with NOMAD Score and Builder Tag](/docs/benchmark.webp) Test your hardware performance and see how your NOMAD build stacks up against the community. diff --git a/admin/docs/home.md b/admin/docs/home.md index edabd24..a059a4f 100644 --- a/admin/docs/home.md +++ b/admin/docs/home.md @@ -8,7 +8,7 @@ Your personal offline knowledge server is ready to use. Think of it as having Wikipedia, Khan Academy, an AI assistant, and offline maps all in one place, running on hardware you control. -![Command Center Dashboard](/docs/dashboard.png) +![Command Center Dashboard](/docs/dashboard.webp) ## What Can You Do? diff --git a/admin/inertia/components/BouncingLogo.tsx b/admin/inertia/components/BouncingLogo.tsx index 8c2cc73..5ded30b 100644 --- a/admin/inertia/components/BouncingLogo.tsx +++ b/admin/inertia/components/BouncingLogo.tsx @@ -31,7 +31,7 @@ const FadingImage = ({ alt = "Fading image", className = "" }) => { isVisible ? 'opacity-100' : 'opacity-0' }`}> {alt} diff --git a/admin/inertia/components/StyledSidebar.tsx b/admin/inertia/components/StyledSidebar.tsx index ceba4ae..ccf97db 100644 --- a/admin/inertia/components/StyledSidebar.tsx +++ b/admin/inertia/components/StyledSidebar.tsx @@ -55,7 +55,7 @@ const StyledSidebar: React.FC = ({ title, items }) => { return (
- Project Nomad Logo + Project Nomad Logo

{title}

- Project Nomad Logo + Project Nomad Logo { if (isInModal) { diff --git a/admin/inertia/layouts/AppLayout.tsx b/admin/inertia/layouts/AppLayout.tsx index 1d6a4ed..150ffef 100644 --- a/admin/inertia/layouts/AppLayout.tsx +++ b/admin/inertia/layouts/AppLayout.tsx @@ -25,7 +25,7 @@ export default function AppLayout({ children }: { children: React.ReactNode }) { className="p-2 flex gap-2 flex-col items-center justify-center cursor-pointer" onClick={() => (window.location.href = '/home')} > - Project Nomad Logo + Project Nomad Logo

Command Center


Rogue Support — Conquer Your Home Network diff --git a/admin/public/docs/ai-chat.png b/admin/public/docs/ai-chat.png deleted file mode 100644 index 2ad2772..0000000 Binary files a/admin/public/docs/ai-chat.png and /dev/null differ diff --git a/admin/public/docs/ai-chat.webp b/admin/public/docs/ai-chat.webp new file mode 100644 index 0000000..11a515d Binary files /dev/null and b/admin/public/docs/ai-chat.webp differ diff --git a/admin/public/docs/benchmark.png b/admin/public/docs/benchmark.png deleted file mode 100644 index bd7c784..0000000 Binary files a/admin/public/docs/benchmark.png and /dev/null differ diff --git a/admin/public/docs/benchmark.webp b/admin/public/docs/benchmark.webp new file mode 100644 index 0000000..529505b Binary files /dev/null and b/admin/public/docs/benchmark.webp differ diff --git a/admin/public/docs/content-explorer.png b/admin/public/docs/content-explorer.png deleted file mode 100644 index 6e2cd2d..0000000 Binary files a/admin/public/docs/content-explorer.png and /dev/null differ diff --git a/admin/public/docs/content-explorer.webp b/admin/public/docs/content-explorer.webp new file mode 100644 index 0000000..6cd0f0a Binary files /dev/null and b/admin/public/docs/content-explorer.webp differ diff --git a/admin/public/docs/dashboard.png b/admin/public/docs/dashboard.png deleted file mode 100644 index 0516715..0000000 Binary files a/admin/public/docs/dashboard.png and /dev/null differ diff --git a/admin/public/docs/dashboard.webp b/admin/public/docs/dashboard.webp new file mode 100644 index 0000000..95a16a6 Binary files /dev/null and b/admin/public/docs/dashboard.webp differ diff --git a/admin/public/docs/easy-setup-step1.png b/admin/public/docs/easy-setup-step1.png deleted file mode 100644 index ab21b72..0000000 Binary files a/admin/public/docs/easy-setup-step1.png and /dev/null differ diff --git a/admin/public/docs/easy-setup-step1.webp b/admin/public/docs/easy-setup-step1.webp new file mode 100644 index 0000000..d113167 Binary files /dev/null and b/admin/public/docs/easy-setup-step1.webp differ diff --git a/admin/public/docs/easy-setup-tiers.png b/admin/public/docs/easy-setup-tiers.png deleted file mode 100644 index 23c4fb4..0000000 Binary files a/admin/public/docs/easy-setup-tiers.png and /dev/null differ diff --git a/admin/public/docs/easy-setup-tiers.webp b/admin/public/docs/easy-setup-tiers.webp new file mode 100644 index 0000000..3d2bbf1 Binary files /dev/null and b/admin/public/docs/easy-setup-tiers.webp differ diff --git a/admin/public/docs/knowledge-base.png b/admin/public/docs/knowledge-base.png deleted file mode 100644 index d2c069a..0000000 Binary files a/admin/public/docs/knowledge-base.png and /dev/null differ diff --git a/admin/public/docs/knowledge-base.webp b/admin/public/docs/knowledge-base.webp new file mode 100644 index 0000000..665c6e2 Binary files /dev/null and b/admin/public/docs/knowledge-base.webp differ diff --git a/admin/public/docs/maps.png b/admin/public/docs/maps.png deleted file mode 100644 index 8c8707c..0000000 Binary files a/admin/public/docs/maps.png and /dev/null differ diff --git a/admin/public/docs/maps.webp b/admin/public/docs/maps.webp new file mode 100644 index 0000000..67e8ba3 Binary files /dev/null and b/admin/public/docs/maps.webp differ diff --git a/admin/public/powered_by_crosstalk.png b/admin/public/powered_by_crosstalk.png deleted file mode 100644 index e8478b4..0000000 Binary files a/admin/public/powered_by_crosstalk.png and /dev/null differ diff --git a/admin/public/powered_by_crosstalk.webp b/admin/public/powered_by_crosstalk.webp new file mode 100644 index 0000000..4bd4c9e Binary files /dev/null and b/admin/public/powered_by_crosstalk.webp differ diff --git a/admin/public/project_nomad_logo.png b/admin/public/project_nomad_logo.png deleted file mode 100644 index 079fedd..0000000 Binary files a/admin/public/project_nomad_logo.png and /dev/null differ diff --git a/admin/public/project_nomad_logo.webp b/admin/public/project_nomad_logo.webp new file mode 100644 index 0000000..a082960 Binary files /dev/null and b/admin/public/project_nomad_logo.webp differ diff --git a/admin/public/rogue-support-banner.png b/admin/public/rogue-support-banner.png deleted file mode 100644 index 1115782..0000000 Binary files a/admin/public/rogue-support-banner.png and /dev/null differ diff --git a/admin/public/rogue-support-banner.webp b/admin/public/rogue-support-banner.webp new file mode 100644 index 0000000..f675037 Binary files /dev/null and b/admin/public/rogue-support-banner.webp differ diff --git a/admin/resources/views/inertia_layout.edge b/admin/resources/views/inertia_layout.edge index 03dd4f4..98972c4 100644 --- a/admin/resources/views/inertia_layout.edge +++ b/admin/resources/views/inertia_layout.edge @@ -32,4 +32,4 @@ @inertia() - \ No newline at end of file +