Skip to content

Commit

Permalink
[mod] README.md formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
allendema authored Oct 13, 2024
1 parent 235307b commit 7ec205d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
## SearxNG frontend built using SvelteKit & TailwindCSS
Adopted from [Hearchco/frontend](https://github.com/hearchco/frontend)

## FAQ
### FAQ
POC POC POC


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

## Setup
### 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:
- Edit `.env` file with your domain.
- Add acces control headers for your frontend domain to searxNG settings.yml like below.
- In 'server' -> 'default\_http\_headers' section:
```yaml
Access-Control-Allow-Origin: "https://*.pi.local"
Access-Control-Allow-Methods: "GET, POST"
Access-Control-Allow-Headers: "Content-Type, Authorization"
```
`make dev`
- `make dev`

then visit your domain/webui to search!
- restart searxNG and visit your domain/webui to search!

## TODO
### TODO
- fix image previews
- copy search url
- systemd service
Expand Down

0 comments on commit 7ec205d

Please sign in to comment.