Stack SearXNG complete — backend, frontend Angular /ng, configs Caddy et systemd
  • TypeScript 84.3%
  • CSS 9.7%
  • HTML 6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-06-25 12:39:06 +00:00
backend Sanitize: masquer la secret_key 2026-06-25 12:39:06 +00:00
caddy Stack SearXNG Yandesign initial 2026-06-25 12:38:58 +00:00
frontend Stack SearXNG Yandesign initial 2026-06-25 12:38:58 +00:00
systemd Stack SearXNG Yandesign initial 2026-06-25 12:38:58 +00:00
.gitignore Stack SearXNG Yandesign initial 2026-06-25 12:38:58 +00:00
README.md Stack SearXNG Yandesign initial 2026-06-25 12:38:58 +00:00

SearXNG Yandesign Stack

Stack complète du moteur de recherche SearXNG déployé sur srv01.

Structure

├── backend/          # SearXNG — docker-compose, settings, custom themes
├── frontend/         # Angular /ng — interface utilisateur moderne
├── caddy/            # Configuration Caddy (reverse proxy + Authelia)
└── systemd/          # Service systemd pour le frontend statique

Déploiement

# Backend
cd backend && docker compose up -d

# Frontend
cd frontend && npm install && npm run build
sudo cp systemd/searxng-ng-frontend.service /etc/systemd/system/
sudo systemctl enable --now searxng-ng-frontend.service

Accès