From 92ad99e6f0f7b80473451f530c99c9bfadb5a614 Mon Sep 17 00:00:00 2001 From: neon_arch Date: Thu, 21 Sep 2023 16:33:21 +0300 Subject: [PATCH 1/6] =?UTF-8?q?=F0=9F=93=9D=20docs:=20add=20instances=20pa?= =?UTF-8?q?ge=20with=20an=20official=20instance=20in=20a=20tabular=20form?= =?UTF-8?q?=20(#252)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/README.md | 1 + docs/instances.md | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 docs/instances.md diff --git a/docs/README.md b/docs/README.md index 02f304b..7232d86 100644 --- a/docs/README.md +++ b/docs/README.md @@ -7,6 +7,7 @@ # Users +- [Instances](./instances.md) - [Installation](./installation.md) - [Configuration](./configuration.md) - [Theming](./theming.md) diff --git a/docs/instances.md b/docs/instances.md new file mode 100644 index 0000000..8d14f85 --- /dev/null +++ b/docs/instances.md @@ -0,0 +1,12 @@ +# Instances + +> To contribute your server instance checkout the contributing guide [here](https://github.com/neon-mmd/websurfx/blob/HEAD/CONTRIBUTING.md). + +This page provides a list of `Websurfx` instances provided by us and our community. + +|URL|Network|Version|Location|Behind Cloudflare?|Official|TLS|IPv6|Comment| +|-|-|-|-|-|-|-| +|https://alamin655-websurfx.hf.space/|www|v0.21.4|🇮🇳IN||✅|✅||| + + +[⬅️ Go back to Home](./README.md) From b6671480e6e520071b18b8131756bdcf734bd932 Mon Sep 17 00:00:00 2001 From: neon_arch Date: Thu, 21 Sep 2023 17:11:56 +0300 Subject: [PATCH 2/6] =?UTF-8?q?=F0=9F=9A=80=20chore:=20bump=20the=20app=20?= =?UTF-8?q?version=20(#252)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 113 ++++++++++++++++++++++++++--------------------------- Cargo.toml | 2 +- 2 files changed, 56 insertions(+), 59 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 56d795f..97e0e29 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -31,7 +31,7 @@ dependencies = [ "futures-util", "log", "once_cell", - "smallvec 1.11.0", + "smallvec 1.11.1", ] [[package]] @@ -101,7 +101,7 @@ dependencies = [ "pin-project-lite", "rand 0.8.5", "sha1", - "smallvec 1.11.0", + "smallvec 1.11.1", "tokio 1.32.0", "tokio-util", "tracing", @@ -115,7 +115,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e01ed3140b2f8d422c68afa1ed2e85d996ea619c988ac834d255db32138655cb" dependencies = [ "quote 1.0.33", - "syn 2.0.36", + "syn 2.0.37", ] [[package]] @@ -213,7 +213,7 @@ dependencies = [ "serde", "serde_json", "serde_urlencoded 0.7.1", - "smallvec 1.11.0", + "smallvec 1.11.1", "socket2 0.5.4", "time 0.3.28", "url 2.4.1", @@ -228,7 +228,7 @@ dependencies = [ "actix-router", "proc-macro2 1.0.67", "quote 1.0.33", - "syn 2.0.36", + "syn 2.0.37", ] [[package]] @@ -260,9 +260,9 @@ dependencies = [ [[package]] name = "aho-corasick" -version = "1.0.5" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c378d78423fdad8089616f827526ee33c19f2fddbd5de1629152c9593ba4783" +checksum = "ea5d730647d4fadd988536d06fecce94b7b4f2a7efdae548f1cf4b63205518ab" dependencies = [ "memchr", ] @@ -326,7 +326,7 @@ checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0" dependencies = [ "proc-macro2 1.0.67", "quote 1.0.33", - "syn 2.0.36", + "syn 2.0.37", ] [[package]] @@ -581,18 +581,18 @@ dependencies = [ [[package]] name = "clap" -version = "4.4.3" +version = "4.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84ed82781cea27b43c9b106a979fe450a13a31aab0500595fb3fc06616de08e6" +checksum = "b1d7b8d5ec32af0fadc644bf1fd509a688c2103b185644bb1e29d164e0703136" dependencies = [ "clap_builder", ] [[package]] name = "clap_builder" -version = "4.4.2" +version = "4.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bb9faaa7c2ef94b2743a21f5a29e6f0010dff4caa69ac8e9d6cf8b6fa74da08" +checksum = "5179bb514e4d7c2051749d8fcefa2ed6d06a9f4e6d69faf3805f5d80b8cf8d56" dependencies = [ "anstyle", "clap_lex", @@ -853,7 +853,7 @@ dependencies = [ "dtoa-short", "itoa 1.0.9", "phf 0.11.2", - "smallvec 1.11.0", + "smallvec 1.11.1", ] [[package]] @@ -863,7 +863,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331" dependencies = [ "quote 1.0.33", - "syn 2.0.36", + "syn 2.0.37", ] [[package]] @@ -1218,7 +1218,7 @@ checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" dependencies = [ "proc-macro2 1.0.67", "quote 1.0.33", - "syn 2.0.36", + "syn 2.0.37", ] [[package]] @@ -1323,7 +1323,7 @@ dependencies = [ "parking_lot 0.12.1", "quanta", "rand 0.8.5", - "smallvec 1.11.0", + "smallvec 1.11.1", ] [[package]] @@ -1398,9 +1398,9 @@ checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" [[package]] name = "hermit-abi" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" +checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7" [[package]] name = "home" @@ -1741,13 +1741,12 @@ checksum = "1a9bad9f94746442c783ca431b22403b519cd7fbeed0533fdd6328b2f2212128" [[package]] name = "local-channel" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f303ec0e94c6c54447f84f3b0ef7af769858a9c4ef56ef2a986d3dcd4c3fc9c" +checksum = "e0a493488de5f18c8ffcba89eebb8532ffc562dc400490eb65b84893fae0b178" dependencies = [ "futures-core", "futures-sink", - "futures-util", "local-waker", ] @@ -1924,7 +1923,7 @@ dependencies = [ "crossbeam-utils 0.8.16", "dashmap", "skeptic", - "smallvec 1.11.0", + "smallvec 1.11.1", "tagptr", "triomphe", ] @@ -2123,7 +2122,7 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" dependencies = [ "proc-macro2 1.0.67", "quote 1.0.33", - "syn 2.0.36", + "syn 2.0.37", ] [[package]] @@ -2189,7 +2188,7 @@ dependencies = [ "cfg-if 1.0.0", "libc", "redox_syscall 0.3.5", - "smallvec 1.11.0", + "smallvec 1.11.1", "windows-targets", ] @@ -2242,7 +2241,7 @@ dependencies = [ "pest_meta", "proc-macro2 1.0.67", "quote 1.0.33", - "syn 2.0.36", + "syn 2.0.37", ] [[package]] @@ -2344,7 +2343,7 @@ dependencies = [ "phf_shared 0.11.2", "proc-macro2 1.0.67", "quote 1.0.33", - "syn 2.0.36", + "syn 2.0.37", ] [[package]] @@ -2391,7 +2390,7 @@ checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405" dependencies = [ "proc-macro2 1.0.67", "quote 1.0.33", - "syn 2.0.36", + "syn 2.0.37", ] [[package]] @@ -2672,9 +2671,9 @@ dependencies = [ [[package]] name = "rayon" -version = "1.7.0" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b" +checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1" dependencies = [ "either", "rayon-core", @@ -2682,14 +2681,12 @@ dependencies = [ [[package]] name = "rayon-core" -version = "1.11.0" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d" +checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed" dependencies = [ - "crossbeam-channel", "crossbeam-deque 0.8.3", "crossbeam-utils 0.8.16", - "num_cpus", ] [[package]] @@ -2872,9 +2869,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.13" +version = "0.38.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7db8590df6dfcd144d22afd1b83b36c21a18d7cbc1dc4bb5295a8712e9eb662" +checksum = "747c788e9ce8e92b12cd485c49ddf90723550b654b32508f979b71a7b1ecda4f" dependencies = [ "bitflags 2.4.0", "errno", @@ -2938,7 +2935,7 @@ dependencies = [ "html5ever 0.26.0", "once_cell", "selectors", - "smallvec 1.11.0", + "smallvec 1.11.1", "tendril", ] @@ -2991,7 +2988,7 @@ dependencies = [ "phf_codegen 0.10.0", "precomputed-hash", "servo_arc", - "smallvec 1.11.0", + "smallvec 1.11.1", ] [[package]] @@ -3035,7 +3032,7 @@ checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2" dependencies = [ "proc-macro2 1.0.67", "quote 1.0.33", - "syn 2.0.36", + "syn 2.0.37", ] [[package]] @@ -3084,9 +3081,9 @@ dependencies = [ [[package]] name = "sha1" -version = "0.10.5" +version = "0.10.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3" +checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" dependencies = [ "cfg-if 1.0.0", "cpufeatures", @@ -3166,9 +3163,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.11.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9" +checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a" dependencies = [ "serde", ] @@ -3292,9 +3289,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.36" +version = "2.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91e02e55d62894af2a08aca894c6577281f76769ba47c94d5756bec8ac6e7373" +checksum = "7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8" dependencies = [ "proc-macro2 1.0.67", "quote 1.0.33", @@ -3355,9 +3352,9 @@ dependencies = [ [[package]] name = "termcolor" -version = "1.2.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" +checksum = "6093bad37da69aab9d123a8091e4be0aa4a03e4d601ec641c327398315f62b64" dependencies = [ "winapi-util", ] @@ -3379,7 +3376,7 @@ checksum = "49922ecae66cc8a249b77e68d1d0623c1b2c514f0060c27cdc68bd62a1219d35" dependencies = [ "proc-macro2 1.0.67", "quote 1.0.33", - "syn 2.0.36", + "syn 2.0.37", ] [[package]] @@ -3539,7 +3536,7 @@ checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e" dependencies = [ "proc-macro2 1.0.67", "quote 1.0.33", - "syn 2.0.36", + "syn 2.0.37", ] [[package]] @@ -3637,9 +3634,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.8" +version = "0.7.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d" +checksum = "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d" dependencies = [ "bytes 1.5.0", "futures-core", @@ -3750,9 +3747,9 @@ dependencies = [ [[package]] name = "unicode-width" -version = "0.1.10" +version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" +checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" [[package]] name = "unicode-xid" @@ -3878,7 +3875,7 @@ dependencies = [ "once_cell", "proc-macro2 1.0.67", "quote 1.0.33", - "syn 2.0.36", + "syn 2.0.37", "wasm-bindgen-shared", ] @@ -3912,7 +3909,7 @@ checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b" dependencies = [ "proc-macro2 1.0.67", "quote 1.0.33", - "syn 2.0.36", + "syn 2.0.37", "wasm-bindgen-backend", "wasm-bindgen-shared", ] @@ -3935,7 +3932,7 @@ dependencies = [ [[package]] name = "websurfx" -version = "0.21.4" +version = "0.21.5" dependencies = [ "actix-cors", "actix-files", @@ -3964,7 +3961,7 @@ dependencies = [ "scraper", "serde", "serde_json", - "smallvec 1.11.0", + "smallvec 1.11.1", "tempfile", "tokio 1.32.0", ] @@ -4011,9 +4008,9 @@ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" [[package]] name = "winapi-util" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" +checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" dependencies = [ "winapi 0.3.9", ] diff --git a/Cargo.toml b/Cargo.toml index 1cc51e5..7672dcf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "websurfx" -version = "0.21.4" +version = "0.21.5" 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." repository = "https://github.com/neon-mmd/websurfx" From 3a98f2a060dc1a8d482c1a45381fe122ebc1d86c Mon Sep 17 00:00:00 2001 From: neon_arch Date: Thu, 21 Sep 2023 17:41:35 +0300 Subject: [PATCH 3/6] =?UTF-8?q?=F0=9F=93=9D=20docs:=20change=20the=20insta?= =?UTF-8?q?nce=20location=20(#252)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/instances.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/instances.md b/docs/instances.md index 8d14f85..5405ac1 100644 --- a/docs/instances.md +++ b/docs/instances.md @@ -6,7 +6,7 @@ This page provides a list of `Websurfx` instances provided by us and our communi |URL|Network|Version|Location|Behind Cloudflare?|Official|TLS|IPv6|Comment| |-|-|-|-|-|-|-| -|https://alamin655-websurfx.hf.space/|www|v0.21.4|🇮🇳IN||✅|✅||| +|https://alamin655-websurfx.hf.space/|www|v0.21.4|🇺🇸US||✅|✅||| [⬅️ Go back to Home](./README.md) From 810b5888440330d6bbac37015c8c7e7bc4782caa Mon Sep 17 00:00:00 2001 From: alamin655 Date: Thu, 21 Sep 2023 20:36:13 +0530 Subject: [PATCH 4/6] =?UTF-8?q?=F0=9F=93=9D=20docs:=20add=20instances=20pa?= =?UTF-8?q?ge=20with=20an=20official=20instance=20in=20a=20tabular=20form?= =?UTF-8?q?=20(=20#252)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/instances.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/instances.md b/docs/instances.md index 5405ac1..847cbf5 100644 --- a/docs/instances.md +++ b/docs/instances.md @@ -4,9 +4,9 @@ This page provides a list of `Websurfx` instances provided by us and our community. -|URL|Network|Version|Location|Behind Cloudflare?|Official|TLS|IPv6|Comment| -|-|-|-|-|-|-|-| -|https://alamin655-websurfx.hf.space/|www|v0.21.4|🇺🇸US||✅|✅||| +| URL | Network | Version | Location | Behind Cloudflare? | Official | TLS | IPv6 | Comment | +|-------------------------------------------|---------|---------|----------|--------------------|----------|-----|------|---------| +| https://alamin655-websurfx.hf.space/ | www | v0.21.4 | 🇮🇳 IN | | ✅ | ✅ | | | [⬅️ Go back to Home](./README.md) From b412f5b7f61c4cf9ba484743bb0726a0ec716093 Mon Sep 17 00:00:00 2001 From: neon_arch Date: Thu, 21 Sep 2023 18:09:50 +0300 Subject: [PATCH 5/6] =?UTF-8?q?=F0=9F=93=9D=20docs:=20fix=20spelling=20mis?= =?UTF-8?q?take=20(#252)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: alamin655 --- docs/instances.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/instances.md b/docs/instances.md index 847cbf5..68e9a63 100644 --- a/docs/instances.md +++ b/docs/instances.md @@ -1,6 +1,6 @@ # Instances -> To contribute your server instance checkout the contributing guide [here](https://github.com/neon-mmd/websurfx/blob/HEAD/CONTRIBUTING.md). +> To contribute your server instance, check out the contributing guide [here](https://github.com/neon-mmd/websurfx/blob/HEAD/CONTRIBUTING.md). This page provides a list of `Websurfx` instances provided by us and our community. From bc4c6a9b29580d57f6cf50bb4b703726f7427818 Mon Sep 17 00:00:00 2001 From: neon_arch Date: Thu, 21 Sep 2023 18:44:49 +0300 Subject: [PATCH 6/6] =?UTF-8?q?=F0=9F=93=9D=20docs:=20revert=20the=20table?= =?UTF-8?q?=20formatting=20&=20update=20the=20column=20heading=20(#252)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/instances.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/instances.md b/docs/instances.md index 68e9a63..027c322 100644 --- a/docs/instances.md +++ b/docs/instances.md @@ -4,9 +4,9 @@ This page provides a list of `Websurfx` instances provided by us and our community. -| URL | Network | Version | Location | Behind Cloudflare? | Official | TLS | IPv6 | Comment | -|-------------------------------------------|---------|---------|----------|--------------------|----------|-----|------|---------| -| https://alamin655-websurfx.hf.space/ | www | v0.21.4 | 🇮🇳 IN | | ✅ | ✅ | | | +|URL|Network|Version|Location|Behind Cloudflare?|Maintained By|TLS|IPv6|Comment| +|-|-|-|-|-|-|-|-|-| +|https://alamin655-websurfx.hf.space/|www|v0.21.4|🇺🇸IN||[websurfx project](https://github.com/neon-mmd/websurfx)|✅||| [⬅️ Go back to Home](./README.md)