An open API service indexing awesome lists of open source software.

https://github.com/allendema/searxng-svelte

SearxNG frontend built using SvelteKit & TailwindCSS
https://github.com/allendema/searxng-svelte

frontend searx searxng svelte sveltekit webui

Last synced: 6 months ago
JSON representation

SearxNG frontend built using SvelteKit & TailwindCSS

Awesome Lists containing this project

README

          

## SearxNG frontend built using SvelteKit & TailwindCSS
Adopted from [Hearchco/frontend](https://github.com/hearchco/frontend)

## FAQ
POC POC POC

## Install
```
cd /opt
git clone https://github.com/allendema/searxng-svelte.git
cd searxng-svelte
make install
```

## Setup

- Edit `.env` file with your domain.
- Add HTTP Headers for your frontend domain to searxNG settings.yml and restart it.
In 'server' -> 'default\_http\_headers' section:
```yaml
Access-Control-Allow-Origin: "https://*.pi.local"
Access-Control-Allow-Methods: "GET"
Access-Control-Allow-Headers: "Content-Type, Authorization"
```

- `make dev`

- then visit your domain/webui to search!

## TODO
- fix image previews
- copy search url
- systemd service
- use [bun](https://bun.sh/) instead of yarn/pnpm.