mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 21:02:18 +08:00
feat:添加luxirty-search到列表
This commit is contained in:
parent
d7cc3e2a4e
commit
a2b5893603
19
apps/luxirty-search/README.md
Normal file
19
apps/luxirty-search/README.md
Normal file
@ -0,0 +1,19 @@
|
||||
# Luxirty Search
|
||||
|
||||
[search.luxirty.com](https://search.luxirty.com)
|
||||
|
||||
一个搜索引擎,基于 Google,屏蔽内容农场,无广告,无跟踪,干净,简洁,快。
|
||||
|
||||
如果想添加到浏览器中,搜索语法是 `search.luxirty.com/search?q=`
|
||||
|
||||
## 特性&功能
|
||||
1. 内置内容农场屏蔽,包括csdn、华x云、百度云智能、腾讯云开发者等seo网站,以及一些 stackoverflow 中文翻译站。
|
||||
|
||||
> [!NOTE]
|
||||
> 你可以在 [/docs/block_list.txt](https://github.com/KoriIku/luxirty-search/blob/main/docs/block_list.txt)中查看完整的屏蔽名单。
|
||||
|
||||
1. 点击`For Program`一键拉高 GitHub、Stackoverflow、v2ex、cnblog 权重,免去手打 site: 的麻烦。
|
||||
|
||||
2. 一键搜索 v2ex 、 Raddit
|
||||
|
||||
3. 内置广告屏蔽、跟踪链接移除。
|
19
apps/luxirty-search/data.yml
Normal file
19
apps/luxirty-search/data.yml
Normal file
@ -0,0 +1,19 @@
|
||||
name: Luxirty Search
|
||||
tags:
|
||||
- 建站
|
||||
title: 一个搜索引擎,基于 Google
|
||||
description: 一个搜索引擎,基于 Google
|
||||
additionalProperties:
|
||||
key: luxirty-search
|
||||
name: Luxirty Search
|
||||
tags:
|
||||
- WebSite
|
||||
shortDescZh: 一个搜索引擎,基于 Google
|
||||
shortDescEn: A search engine, based on Google
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://search.luxirty.com
|
||||
github: https://github.com/KoriIku/luxirty-search
|
||||
document: https://github.com/KoriIku/luxirty-search
|
2
apps/luxirty-search/latest/.env.sample
Normal file
2
apps/luxirty-search/latest/.env.sample
Normal file
@ -0,0 +1,2 @@
|
||||
CONTAINER_NAME="luxirty-search"
|
||||
PANEL_APP_PORT_HTTP=40307
|
10
apps/luxirty-search/latest/data.yml
Normal file
10
apps/luxirty-search/latest/data.yml
Normal file
@ -0,0 +1,10 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: "40307"
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
15
apps/luxirty-search/latest/docker-compose.yml
Normal file
15
apps/luxirty-search/latest/docker-compose.yml
Normal file
@ -0,0 +1,15 @@
|
||||
services:
|
||||
luxury-search:
|
||||
image: "ghcr.io/koriiku/luxirty-search:latest"
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:80"
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
BIN
apps/luxirty-search/logo.png
Normal file
BIN
apps/luxirty-search/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.7 KiB |
Loading…
Reference in New Issue
Block a user