0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-21 21:48:21 -05:00

Merge branch 'rolling' into search-result-parse-refactor

This commit is contained in:
alamin655 2023-10-10 18:18:13 +05:30 committed by GitHub
commit dac2c0c488
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 5 deletions

2
Cargo.lock generated
View File

@ -3965,7 +3965,7 @@ dependencies = [
[[package]] [[package]]
name = "websurfx" name = "websurfx"
version = "1.0.9" version = "1.0.11"
dependencies = [ dependencies = [
"actix-cors", "actix-cors",
"actix-files", "actix-files",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "websurfx" name = "websurfx"
version = "1.0.9" version = "1.0.11"
edition = "2021" edition = "2021"
description = "An open-source alternative to Searx that provides clean, ad-free, and organic results with incredible speed while keeping privacy and security in mind." description = "An open-source alternative to Searx that provides clean, ad-free, and organic results with incredible speed while keeping privacy and security in mind."
repository = "https://github.com/neon-mmd/websurfx" repository = "https://github.com/neon-mmd/websurfx"

View File

@ -15,6 +15,4 @@ services:
- ./websurfx/:/etc/xdg/websurfx/ - ./websurfx/:/etc/xdg/websurfx/
# Uncomment the following lines if you are using the `hybrid` or `redis` caching feature. # Uncomment the following lines if you are using the `hybrid` or `redis` caching feature.
# redis: # redis:
# image: redis:latest # image: redis:latest
# ports:
# - 6379:6379