Spaces:
Runtime error
Runtime error
JoΓ£o Mota
alamin655
commited on
Commit
β’
5e63f37
1
Parent(s):
79b0aec
π Three points listed under the `Features` section (#304)
Browse files* Add additional features to README
* π chore: bump the app version (#304)
* π chore: bump the app version (#304)
---------
Co-authored-by: alamin655 <[email protected]>
- Cargo.lock +1 -1
- Cargo.toml +1 -1
- README.md +3 -0
Cargo.lock
CHANGED
@@ -3954,7 +3954,7 @@ dependencies = [
|
|
3954 |
|
3955 |
[[package]]
|
3956 |
name = "websurfx"
|
3957 |
-
version = "1.0.
|
3958 |
dependencies = [
|
3959 |
"actix-cors",
|
3960 |
"actix-files",
|
|
|
3954 |
|
3955 |
[[package]]
|
3956 |
name = "websurfx"
|
3957 |
+
version = "1.0.9"
|
3958 |
dependencies = [
|
3959 |
"actix-cors",
|
3960 |
"actix-files",
|
Cargo.toml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
[package]
|
2 |
name = "websurfx"
|
3 |
-
version = "1.0.
|
4 |
edition = "2021"
|
5 |
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."
|
6 |
repository = "https://github.com/neon-mmd/websurfx"
|
|
|
1 |
[package]
|
2 |
name = "websurfx"
|
3 |
+
version = "1.0.9"
|
4 |
edition = "2021"
|
5 |
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."
|
6 |
repository = "https://github.com/neon-mmd/websurfx"
|
README.md
CHANGED
@@ -112,6 +112,9 @@
|
|
112 |
# Features π
|
113 |
|
114 |
- π¨ Make Websurfx uniquely yours with twelve color schemes provided by default. It also supports creation of custom themes and color schemes in a quick and easy way, so unleash your creativity!
|
|
|
|
|
|
|
115 |
- π Fast, private, and secure
|
116 |
- π 100% free and open source
|
117 |
- π¨ Ad-free and clean results
|
|
|
112 |
# Features π
|
113 |
|
114 |
- π¨ Make Websurfx uniquely yours with twelve color schemes provided by default. It also supports creation of custom themes and color schemes in a quick and easy way, so unleash your creativity!
|
115 |
+
- π Easy to setup with docker or on bare metal with various installation/deployement options.
|
116 |
+
- β Search filtering to filter search results based on four different levels.
|
117 |
+
- πΎ Different caching levels focusing on reliability, speed and resiliancy.
|
118 |
- π Fast, private, and secure
|
119 |
- π 100% free and open source
|
120 |
- π¨ Ad-free and clean results
|