feat : small frontend improvement & planner auto fix
This commit is contained in:
Executable
+9
@@ -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 "$@"
|
||||
Reference in New Issue
Block a user