Initial commit: arr-stack homelab + local AI
Docker Compose media stack (gluetun, *arr, Jellyfin), Ternary-Bonsai AI (Open WebUI, Forgejo, optional OpenHands), and Ansible bootstrap for the SER5 Ubuntu host.
This commit is contained in:
commit
3645d1314c
33 changed files with 2673 additions and 0 deletions
29
searxng/settings.yml
Normal file
29
searxng/settings.yml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# Minimal SearXNG config for Open WebUI web-search RAG.
|
||||
# See https://docs.searxng.org/admin/settings/settings.html
|
||||
|
||||
use_default_settings: true
|
||||
|
||||
general:
|
||||
instance_name: "arr-stack searxng"
|
||||
enable_metrics: false
|
||||
|
||||
search:
|
||||
safe_search: 0
|
||||
autocomplete: ""
|
||||
default_lang: "en"
|
||||
formats:
|
||||
- html
|
||||
- json
|
||||
|
||||
server:
|
||||
# Shared secret for limiter / sessions; override via SEARXNG_SECRET in compose if you like
|
||||
secret_key: "change-me-in-production-use-env"
|
||||
limiter: false
|
||||
image_proxy: true
|
||||
|
||||
ui:
|
||||
static_use_hash: true
|
||||
|
||||
# Disable outbound image proxy noise; keep JSON API for Open WebUI
|
||||
outgoing:
|
||||
request_timeout: 10.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue