feat : small frontend improvement & planner auto fix

This commit is contained in:
martin legrand
2025-04-15 16:31:53 +02:00
parent 14f42b638d
commit a32cf60958
15 changed files with 2968 additions and 53 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
# entrypoint for docker searxng service
SECRET_KEY=$(openssl rand -hex 32)
sed -i "s/ultrasecretkey/$SECRET_KEY/g" /etc/searxng/settings.yml
exec /usr/local/searxng/dockerfiles/docker-entrypoint.sh "$@"