6ede33ccdb
Build and Push Docker Images / create_manifest (web, surfsense-web, , cpu) (push) Has been cancelled
Build and Push Docker Images / finalize_release (push) Has been cancelled
Obsidian Plugin Lint / lint (push) Has been cancelled
Build and Push Docker Images / build (./surfsense_web, cpu, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-24.04-arm, linux/arm64, arm64, , runner, false, cpu) (push) Has been cancelled
Build and Push Docker Images / build (./surfsense_web, cpu, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-latest, linux/amd64, amd64, , runner, false, cpu) (push) Has been cancelled
Build and Push Docker Images / compute_version (push) Has been cancelled
Build and Push Docker Images / build (./surfsense_backend, cpu, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-24.04-arm, linux/arm64, arm64, , production, false, cpu) (push) Has been cancelled
Build and Push Docker Images / build (./surfsense_backend, cpu, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-latest, linux/amd64, amd64, , production, false, cpu) (push) Has been cancelled
Build and Push Docker Images / build (./surfsense_backend, cu126, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-24.04-arm, linux/arm64, arm64, -cuda126, production, true, cuda126) (push) Has been cancelled
Build and Push Docker Images / build (./surfsense_backend, cu126, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-latest, linux/amd64, amd64, -cuda126, production, true, cuda126) (push) Has been cancelled
Build and Push Docker Images / build (./surfsense_backend, cu128, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-24.04-arm, linux/arm64, arm64, -cuda, production, true, cuda) (push) Has been cancelled
Build and Push Docker Images / build (./surfsense_backend, cu128, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-latest, linux/amd64, amd64, -cuda, production, true, cuda) (push) Has been cancelled
Build and Push Docker Images / verify_digests (push) Has been cancelled
Build and Push Docker Images / create_manifest (backend, surfsense-backend, , cpu) (push) Has been cancelled
Build and Push Docker Images / create_manifest (backend, surfsense-backend, -cuda, cuda) (push) Has been cancelled
Build and Push Docker Images / create_manifest (backend, surfsense-backend, -cuda126, cuda126) (push) Has been cancelled
66 lines
1.9 KiB
Plaintext
66 lines
1.9 KiB
Plaintext
---
|
|
title: Documentation
|
|
description: Welcome to SurfSense's documentation
|
|
icon: BookOpen
|
|
---
|
|
|
|
import { Card, Cards } from 'fumadocs-ui/components/card';
|
|
import { Download, Container, Wrench, Cable, BookOpen, FlaskConical, Heart, MessageCircle, Cpu } from 'lucide-react';
|
|
|
|
Welcome to **SurfSense's Documentation!** Here, you'll find everything you need to get the most out of SurfSense.
|
|
|
|
## Getting Started
|
|
|
|
The fastest way to run SurfSense is the [Docker installation](/docs/docker-installation), one command and you're up. If you want full control over each component (or want to contribute), use the [manual installation](/docs/manual-installation).
|
|
|
|
<Cards>
|
|
<Card
|
|
icon={<Container />}
|
|
title="Docker Installation"
|
|
description="One command, all dependencies pre-configured (recommended)"
|
|
href="/docs/docker-installation"
|
|
/>
|
|
<Card
|
|
icon={<Wrench />}
|
|
title="Manual Installation"
|
|
description="Set up SurfSense from source, component by component"
|
|
href="/docs/manual-installation"
|
|
/>
|
|
<Card
|
|
icon={<Cable />}
|
|
title="Connectors"
|
|
description="Built-in scraper APIs plus Notion, Slack, Google, Jira, and more"
|
|
href="/docs/connectors"
|
|
/>
|
|
<Card
|
|
icon={<Cpu />}
|
|
title="Local Models"
|
|
description="Connect local model servers like Ollama and LM Studio"
|
|
href="/docs/local-models"
|
|
/>
|
|
<Card
|
|
icon={<MessageCircle />}
|
|
title="Messaging Channels"
|
|
description="Chat with SurfSense from Telegram, WhatsApp, Slack, and Discord"
|
|
href="/docs/messaging-channels"
|
|
/>
|
|
<Card
|
|
icon={<BookOpen />}
|
|
title="How-To Guides"
|
|
description="Step-by-step guides for common tasks"
|
|
href="/docs/how-to"
|
|
/>
|
|
<Card
|
|
icon={<FlaskConical />}
|
|
title="Testing"
|
|
description="Running and writing tests for SurfSense"
|
|
href="/docs/testing"
|
|
/>
|
|
<Card
|
|
icon={<Heart />}
|
|
title="Code of Conduct"
|
|
description="Community guidelines and expectations"
|
|
href="/docs/code-of-conduct"
|
|
/>
|
|
</Cards>
|