diff --git a/apps/luxirty-search/README.md b/apps/luxirty-search/README.md new file mode 100644 index 00000000..1c8080e1 --- /dev/null +++ b/apps/luxirty-search/README.md @@ -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. 内置广告屏蔽、跟踪链接移除。 \ No newline at end of file diff --git a/apps/luxirty-search/data.yml b/apps/luxirty-search/data.yml new file mode 100644 index 00000000..51083ebf --- /dev/null +++ b/apps/luxirty-search/data.yml @@ -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 diff --git a/apps/luxirty-search/latest/.env.sample b/apps/luxirty-search/latest/.env.sample new file mode 100644 index 00000000..2fe750db --- /dev/null +++ b/apps/luxirty-search/latest/.env.sample @@ -0,0 +1,2 @@ +CONTAINER_NAME="luxirty-search" +PANEL_APP_PORT_HTTP=40307 \ No newline at end of file diff --git a/apps/luxirty-search/latest/data.yml b/apps/luxirty-search/latest/data.yml new file mode 100644 index 00000000..dfe51027 --- /dev/null +++ b/apps/luxirty-search/latest/data.yml @@ -0,0 +1,10 @@ +additionalProperties: + formFields: + - default: "40307" + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Port + labelZh: 端口 + required: true + rule: paramPort + type: number diff --git a/apps/luxirty-search/latest/docker-compose.yml b/apps/luxirty-search/latest/docker-compose.yml new file mode 100644 index 00000000..c693fefc --- /dev/null +++ b/apps/luxirty-search/latest/docker-compose.yml @@ -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 diff --git a/apps/luxirty-search/logo.png b/apps/luxirty-search/logo.png new file mode 100644 index 00000000..9cec3e62 Binary files /dev/null and b/apps/luxirty-search/logo.png differ