We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems some users want to use an IP address rather an hostname.
Currently this fail:
searxng-docker/.env
Lines 6 to 7 in f2f9e2a
searxng-docker/docker-compose.yaml
Lines 14 to 15 in f2f9e2a
searxng-docker/Caddyfile
Lines 5 to 10 in f2f9e2a
The last block looks something like
10.0.0.1 { log { output discard } tls internal # <--- this line should be here for an IP address
I'm not sure if all the setup can be done in .env, but we can add documentation to remove the tls {$SEARXNG_TLS} line.
.env
tls {$SEARXNG_TLS}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It seems some users want to use an IP address rather an hostname.
Currently this fail:
searxng-docker/.env
Lines 6 to 7 in f2f9e2a
searxng-docker/docker-compose.yaml
Lines 14 to 15 in f2f9e2a
searxng-docker/Caddyfile
Lines 5 to 10 in f2f9e2a
The last block looks something like
I'm not sure if all the setup can be done in
.env
, but we can add documentation to remove thetls {$SEARXNG_TLS}
line.The text was updated successfully, but these errors were encountered: