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
a548c96550
chore: update SearXNG installation scripts and directory structure
...
- Updated the Docker Compose file to use the latest SearXNG image version 2026.3.13-3c1f68c59.
- Added creation of the 'searxng' directory in installation scripts for better organization.
- Included new configuration files (settings.yml and limiter.toml) in the installation process.
2026-03-15 04:05:04 +05:30
Anish Sarkar
933c767806
Merge remote-tracking branch 'upstream/dev' into fix/docker-dev
2026-03-10 11:25:54 +05:30
Anish Sarkar
ab0f75f8ab
chore: update port configurations in Docker setup to avoid conflicts and improve local development environment
2026-03-09 23:08:27 +05:30
DESKTOP-RTLN3BA\$punk
33f88bf46c
fix: remove Out-Null from docker compose command in install.ps1 to allow output visibility
Build and Push Docker Images / tag_release (push) Waiting to run
Build and Push Docker Images / build (./surfsense_backend, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-24.04-arm, linux/arm64, arm64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_backend, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-latest, linux/amd64, amd64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_web, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-24.04-arm, linux/arm64, arm64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_web, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-latest, linux/amd64, amd64) (push) Blocked by required conditions
Build and Push Docker Images / create_manifest (surfsense-backend) (push) Blocked by required conditions
Build and Push Docker Images / create_manifest (surfsense-web) (push) Blocked by required conditions
2026-03-03 14:55:31 -08:00
DESKTOP-RTLN3BA\$punk
01a1c17b09
fix: update SURFSENSE_VERSION to latest and change repository URL to main branch in installation scripts
2026-03-03 13:53:28 -08:00
DESKTOP-RTLN3BA\$punk
441421c009
fix: update version display message in installation scripts to reflect new branding
2026-03-03 13:51:13 -08:00
DESKTOP-RTLN3BA\$punk
c2a8d43281
fix: update dump file handling in install.ps1 to read content directly for PostgreSQL restoration
2026-03-03 13:42:20 -08:00
DESKTOP-RTLN3BA\$punk
1541cb3c7b
fix: update dump file handling in install.ps1 to use resolved path for PostgreSQL restoration
2026-03-03 13:32:43 -08:00
DESKTOP-RTLN3BA\$punk
b88122fc17
refactor: implement Invoke-NativeSafe function in installation and migration scripts to streamline error handling for Docker commands
2026-03-03 13:08:37 -08:00
DESKTOP-RTLN3BA\$punk
8238c56b3f
fix: improve error handling in Docker installation script for Windows by using try-finally blocks
2026-03-03 12:56:07 -08:00
Anish Sarkar
533519b343
refactor: enhance version display logic in installation scripts to read from .env file
2026-03-03 19:43:55 +05:30
Anish Sarkar
0fd1d37ed4
chore: update installation script to improve error handling and suppress output in Docker commands
2026-03-03 19:33:21 +05:30
Anish Sarkar
e7d6e5f5bd
feat: add Windows installation script and update README for Linux/MacOS users
2026-03-03 19:13:59 +05:30