mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 05:58:21 -05:00
commit
7339fa58b8
20
.gitpod.yml
20
.gitpod.yml
@ -8,10 +8,10 @@ tasks:
|
||||
- command: redis-server --port 8080 & cargo watch -q -w "." -x "run"
|
||||
# Ports to expose on workspace startup
|
||||
ports:
|
||||
- port: 8080
|
||||
- onOpen: open-preview
|
||||
- name: Website
|
||||
- description: Website Preview
|
||||
description: Website Preview
|
||||
port: 8080
|
||||
onOpen: open-browser
|
||||
# vscode IDE setup
|
||||
vscode:
|
||||
extensions:
|
||||
@ -36,10 +36,10 @@ vscode:
|
||||
- eamodio.gitlens
|
||||
github:
|
||||
prebuilds:
|
||||
- master: true
|
||||
- branches: true
|
||||
- pullRequests: true
|
||||
- pullRequestsFromForks: true
|
||||
- addCheck: true
|
||||
- addComment: false
|
||||
- addBadge: true
|
||||
master: true
|
||||
branches: true
|
||||
pullRequests: true
|
||||
pullRequestsFromForks: true
|
||||
addCheck: true
|
||||
addComment: false
|
||||
addBadge: true
|
||||
|
659
Cargo.lock
generated
659
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "websurfx"
|
||||
version = "0.13.5"
|
||||
version = "0.13.7"
|
||||
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"
|
||||
|
@ -4,12 +4,12 @@
|
||||
<div class="results_aggregated">
|
||||
{{#each results}}
|
||||
<div class="result">
|
||||
<h1><a href="{{this.visitingUrl}}">{{{this.title}}}</a></h1>
|
||||
<small>{{this.url}}</small>
|
||||
<h1><a href="/{{{this.visitingUrl}}}">{{{this.title}}}</a></h1>
|
||||
<small>{{{this.url}}}</small>
|
||||
<p>{{{this.description}}}</p>
|
||||
<div class="upstream_engines">
|
||||
{{#each engine}}
|
||||
<span>{{this}}</span>
|
||||
<span>{{{this}}}</span>
|
||||
{{/each}}
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user