130 Commits

Author SHA1 Message Date
Anish Sarkar 34a49df8a3 docs: document runtime env vars and same-origin proxy access 2026-06-16 02:12:11 +05:30
Anish Sarkar 6d9540a1e8 docs(docker): document single-origin proxy deployment 2026-06-15 11:04:31 +05:30
Anish Sarkar ceace003aa feat(local-models): add documentation for connecting local model providers 2026-06-13 21:52:45 +05:30
Anish Sarkar e462839929 refactor(chat): simplify model selector connection flow 2026-06-10 21:50:10 +05:30
DESKTOP-RTLN3BA\$punk ce952d2ad1 chore: linting 2026-06-09 00:42:26 -07:00
DESKTOP-RTLN3BA\$punk 41a93ca8fb refactor(env): streamline Redis configuration and remove deprecated variables
- Consolidated Redis configuration by introducing a single `REDIS_URL` variable for Celery broker, result backend, and app cache.
- Removed deprecated variables related to Firecrawl and Stripe token limits from `.env.example` files.
- Updated documentation to reflect changes in environment variable usage for improved clarity and maintainability.
2026-06-08 14:37:44 -07:00
Anish Sarkar 4e00f24a03 feat(docker): add ZERO_AUTO_RESET configuration for improved replication safety
- Introduced the ZERO_AUTO_RESET environment variable to enable automatic reset of the SQLite replica in case of replication halts.
- Updated Docker Compose files to include ZERO_AUTO_RESET in service configurations.
- Enhanced documentation to clarify the purpose and usage of the new variable.
2026-06-06 14:21:14 +05:30
Anish Sarkar 4bfa04ed57 feat(docker): add interactive Watchtower update preference to installation scripts 2026-06-06 01:45:27 +05:30
Anish Sarkar f56e2325b0 docs(docker): enhance GPU installation instructions and update script behavior 2026-06-06 01:15:25 +05:30
Anish Sarkar c1ee5fabf9 feat(docker): enhance multi-architecture and CUDA support in Docker workflows
- Added support for multiple image variants (CPU, CUDA 12.8, CUDA 12.6) in the Docker build workflow.
- Updated Docker Compose configuration to utilize the new SURFSENSE_VARIANT environment variable for selecting image variants.
- Enhanced documentation to clarify usage of backend image variants and their corresponding environment variable settings.
2026-06-05 23:39:42 +05:30
Anish Sarkar 2e64d5d3de Merge remote-tracking branch 'upstream/dev' into feat/whatsapp-gateway-integration 2026-06-02 01:22:32 +05:30
CREDO23 00ee6d04ee docs(zero-sync): list automation_runs in synced tables 2026-06-01 21:02:58 +02:00
Anish Sarkar ebddf4506a feat(messaging): introduce comprehensive setup docs for Telegram, WhatsApp, Slack, and Discord messaging channels 2026-06-02 00:25:49 +05:30
Anish Sarkar 3faaa25af6 refactor(database): update default source values to 'surfsense' for chat threads and messages 2026-05-28 13:11:05 +05:30
Anish Sarkar c958fe5bc6 feat(gateway): introduce GATEWAY_TELEGRAM_INTAKE_MODE for Telegram integration 2026-05-28 05:02:07 +05:30
Anish Sarkar 6302939a72 feat(docs): add observability documentation 2026-05-23 03:18:25 +05:30
DESKTOP-RTLN3BA\$punk ed22da7b95 feat: bumped version to 0.0.24 2026-05-20 03:01:37 -07:00
DESKTOP-RTLN3BA\$punk b285293b4e fix: docker one click setup 2026-05-20 01:25:07 -07:00
jimmyzhuu e1acb7e7c3 docs: add Baidu Search connector guide 2026-04-28 10:11:07 +08:00
Anish Sarkar f877269768 fix: update installation instructions for Obsidian connector 2026-04-25 04:17:22 +05:30
Anish Sarkar 9b1b9a90c0 Merge remote-tracking branch 'upstream/dev' into feat/obsidian-plugin 2026-04-24 21:34:55 +05:30
Anish Sarkar 1d324f169f docs: enhance Obsidian connector installation instructions and add BRAT installation method 2026-04-22 17:34:27 +05:30
Anish Sarkar 4a75603d4f feat: implement sync notifications for Obsidian plugin
- Added functionality to create and update notifications during the Obsidian sync process.
- Improved handling of sync completion and failure notifications.
- Updated connector naming convention in various locations for consistency.
2026-04-22 06:38:51 +05:30
Anish Sarkar 22f8cb2cd3 feat: enhance obsidian connector doc and add notes for migration from legacy obsidian connector 2026-04-22 00:24:26 +05:30
Anish Sarkar 99623a85d5 refactor: remove legacy Obsidian connector support 2026-04-22 00:10:24 +05:30
Anish Sarkar 7c23f31dc0 feat: add Ollama setup guide to documentation 2026-04-21 23:25:43 +05:30
Anish Sarkar 000c2d9b5b style: simplify LLM model terminology in UI 2026-04-02 10:11:35 +05:30
CREDO23 10e0e733af fix: configure zero-cache sync workers, connection limits, and publication 2026-04-01 10:18:51 +02:00
Anish Sarkar 27b71c07b6 feat: add Dropbox connector documentation and update sitemap 2026-03-30 22:45:06 +05:30
Anish Sarkar e2dd6e61a9 docs: update OneDrive permissions in documentation to reflect required access for connector authentication 2026-03-28 22:25:35 +05:30
Anish Sarkar dd6558e8eb chore: update Microsoft OAuth configuration in documentation to reflect unified client ID and secret for Teams and OneDrive 2026-03-28 18:23:49 +05:30
Anish Sarkar 9160c4ce4e feat: add Microsoft OneDrive connector documentation and sitemap entry 2026-03-28 18:22:25 +05:30
DESKTOP-RTLN3BA\$punk 685ad0c02d feat: add folder management features including creation, deletion, and organization of documents within folders 2026-03-27 01:39:15 -07:00
CREDO23 5d8a62a4a6 merge upstream/dev into feat/migrate-electric-to-zero
Resolve 8 conflicts:
- Accept upstream deletion of 3 composio_*_connector.py (unified Google connectors)
- Accept our deletion of ElectricProvider.tsx, use-connectors-electric.ts,
  use-messages-electric.ts (replaced by Zero equivalents)
- Keep both new deps in package.json (@rocicorp/zero + @slate-serializers/html)
- Regenerate pnpm-lock.yaml
2026-03-24 17:40:34 +02:00
CREDO23 7d7d032e78 docs: add database permission requirements for Zero in managed environments
Document that the Postgres user needs REPLICATION and CREATE privileges
for zero-cache. Docker setup handles this automatically (superuser), but
managed databases (RDS, Supabase, etc.) may need explicit grants.
2026-03-23 20:01:06 +02:00
CREDO23 6ad5ead320 docs: add Zero sync documentation and update existing docs
- Create how-to/zero-sync.mdx setup guide
- Update docker-compose.mdx with zero-cache service, env vars, troubleshooting
- Update dev-compose.mdx with Zero build arg
- Update install-script.mdx with zero-cache URL
- Update manual-installation.mdx with Zero frontend env var
- Add Zero sync page to how-to index, meta.json, and sitemap
2026-03-23 18:35:39 +02:00
CREDO23 2b7465cdaa chore: remove Electric SQL plumbing and infrastructure
Remove all Electric SQL client code, Docker service, env vars, CI build
args, install scripts, and documentation. Feature hooks that depend on
Electric are intentionally left in place to be rewritten with Rocicorp
Zero in subsequent commits.

Deleted:
- lib/electric/ (client.ts, context.ts, auth.ts, baseline.ts)
- ElectricProvider.tsx
- docker/scripts/init-electric-user.sh
- content/docs/how-to/electric-sql.mdx

Cleaned:
- package.json (4 @electric-sql/* deps)
- app/layout.tsx, UserDropdown.tsx, LayoutDataProvider.tsx
- docker-compose.yml, docker-compose.dev.yml
- Dockerfile, docker-entrypoint.js
- .env.example (frontend, docker, backend)
- CI workflows, install scripts, docs
2026-03-23 16:53:20 +02:00
Anish Sarkar b092d8d13d feat: update OAuth scopes for Confluence, Gmail, Google Calendar, Google Drive, and Jira connectors 2026-03-21 12:50:25 +05:30
Anish Sarkar ab7946f417 feat: add web search docs 2026-03-17 14:17:51 +05:30
Anish Sarkar 0cf3acc3c1 feat: update installation documentation with new structure and content for manual installation 2026-03-12 21:24:55 +05:30
Anish Sarkar f8558b6c6a feat: add new index sections for Connectors, Docker Installation, and How-To Guides 2026-03-12 21:11:39 +05:30
Anish Sarkar 53de474e5e feat: add Code of Conduct document and update layout with new icon for improved community guidelines visibility 2026-03-10 03:33:57 +05:30
Anish Sarkar dd231a455c chore: restructure documentation to enhance user experience with a new index page and dedicated prerequisites section 2026-03-10 03:28:49 +05:30
Anish Sarkar 2329121bc0 chore: update documentation titles and improve clarity in Docker installation guides 2026-03-10 03:15:45 +05:30
Anish Sarkar 609086ecc8 chore: update Docker installation documentation and add new installation options for improved user guidance 2026-03-10 03:01:26 +05:30
Anish Sarkar ba869d552c docs: update installation instructions in multiple language READMEs to specify Docker Desktop and provide separate commands for Windows users 2026-03-04 01:07:25 +05:30
Anish Sarkar 799b3dcbfe docs: add note for Windows users to install WSL before running installation commands 2026-03-01 00:43:02 +05:30
Anish Sarkar f419efcde1 Merge remote-tracking branch 'upstream/dev' into fix/docker 2026-02-27 05:00:23 +05:30
Anish Sarkar 4e401fdb92 feat: enhance installation script to include automatic Watchtower setup with customizable interval 2026-02-27 04:41:08 +05:30
Anish Sarkar 20ebb0703f chore: add icons to documentation metadata for improved visual representation 2026-02-27 02:15:21 +05:30