This commit is contained in:
Team3
2026-07-05 15:26:22 +02:00
parent 07e14fb82e
commit 250ea0b764
45 changed files with 1468 additions and 1452 deletions

View File

@@ -47,10 +47,11 @@ stop:
logs:
$(COMPOSE) logs -f
remove: stop
remove:
@read -p "storage/ (DB + alle Nutzdaten) wirklich löschen? [y/N] " a && [ "$$a" = "y" ]
@echo "Lösche Datenbank und generierte Dateien..."
rm -rf storage/*
@echo "Fertig."
@echo "Fertig. (Server ggf. separat stoppen: make stop)"
searxng:
docker run -d --name searxng --restart unless-stopped -p 8888:8080 searxng/searxng