All Projects → xinahn → Xinahn Client

xinahn / Xinahn Client

Licence: mit
一个开源,高隐私,自架自用的聚合搜索引擎。https://xinahn.com

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Xinahn Client

Digital Privacy
一个关于数字隐私搜集、保护、清理集一体的方案,外加开源信息收集(OSINT)对抗
Stars: ✭ 1,231 (+961.21%)
Mutual labels:  search-engine, privacy, privacy-protection
Meething Ml Camera
Machine-Learning powered Virtual Camera with SVG Animation (alpha)
Stars: ✭ 36 (-68.97%)
Mutual labels:  privacy, privacy-protection
Pytlas
An open-source 🤖💬 Python 3 assistant library built for people and made to be super easy to setup and understand
Stars: ✭ 34 (-70.69%)
Mutual labels:  self-hosted, privacy
Vpn At Home
1-click, self-hosted deployment of OpenVPN with DNS ad blocking sinkhole
Stars: ✭ 1,106 (+853.45%)
Mutual labels:  privacy, privacy-protection
Duckduckgo Privacy Extension
DuckDuckGo Privacy Essentials browser extension for Firefox, Chrome.
Stars: ✭ 692 (+496.55%)
Mutual labels:  privacy, privacy-protection
Mailtrackerblocker
Email tracker, read receipt and spy pixel blocker plugin for macOS Apple Mail
Stars: ✭ 821 (+607.76%)
Mutual labels:  privacy, privacy-protection
Privatezilla
👀👮🐢🔥Performs a privacy & security check of Windows 10
Stars: ✭ 1,045 (+800.86%)
Mutual labels:  privacy, privacy-protection
Wireguard Install
WireGuard VPN server installer
Stars: ✭ 616 (+431.03%)
Mutual labels:  self-hosted, privacy
Shynet
Modern, privacy-friendly, and detailed web analytics that works without cookies or JS.
Stars: ✭ 1,273 (+997.41%)
Mutual labels:  self-hosted, privacy
Conceal Core
Conceal Core - Daemon & Wallets (CLI)
Stars: ✭ 72 (-37.93%)
Mutual labels:  privacy, privacy-protection
Shreddit
Remove your comment history on Reddit as deleting an account does not do so.
Stars: ✭ 669 (+476.72%)
Mutual labels:  privacy, privacy-protection
Django Th
🐍 Trigger Happy - The bus 🚌 for your internet services
Stars: ✭ 1,356 (+1068.97%)
Mutual labels:  self-hosted, privacy
Social Amnesia
Forget the past. Social Amnesia makes sure your social media accounts only show your posts from recent history, not from "that phase" 5 years ago.
Stars: ✭ 656 (+465.52%)
Mutual labels:  privacy, privacy-protection
Bloom
The simplest way to de-Google your life and business: Inbox, Calendar, Files, Contacts & much more
Stars: ✭ 934 (+705.17%)
Mutual labels:  self-hosted, privacy
Server
A simple server for sending and receiving messages in real-time per WebSocket. (Includes a sleek web-ui)
Stars: ✭ 6,858 (+5812.07%)
Mutual labels:  self-hosted, privacy
Embassy Os
A graphical operating system for running self-hosted software.
Stars: ✭ 43 (-62.93%)
Mutual labels:  self-hosted, privacy
Lesspass
🔑 stateless open source password manager
Stars: ✭ 4,879 (+4106.03%)
Mutual labels:  self-hosted, privacy
Degoogle
A huge list of alternatives to Google products. Privacy tips, tricks, and links.
Stars: ✭ 5,556 (+4689.66%)
Mutual labels:  privacy, self-hosted
Awesome Solr
A curated list of Awesome Apache Solr links and resources.
Stars: ✭ 69 (-40.52%)
Mutual labels:  search-engine, search-interface
Presidio
Context aware, pluggable and customizable data protection and anonymization SDK for text and images
Stars: ✭ 1,320 (+1037.93%)
Mutual labels:  privacy, privacy-protection

信安搜索

一个开源,高隐私,自架自用的聚合搜索引擎。 Demo点我

前后端皆为Javascript撰写,好上手,若有问题或需求请提交issue

此repo为前端代码,在部署之前请确认已经先跑完后端设置

事前准备

  1. 确认已安装Nginx以及Node.js
  2. 确认已跑完后端设置

安装

$ git clone https://github.com/xinahn/xinahn-client
$ cd xinahn-client && npm install
$ npm run build

此时建制好的档案会生产于./build/之下。

Nginx 设置

将以下代码黏贴于 /etc/nginx/sites-available/default.conf 之中,并且记得置换YOUR_CLIENT_DIRECTORY为你的xinahn-client位置

server {
	...
	root YOUR_CLIENT_DIRECTORY/xinahn-client/build;
	location / {
		try_files $uri $uri /index.html;
 	}
	...
}

重新载入 Nginx 设定即可

$ service nginx reload

打开 http://YOUR_SERVER_IP 即可开始使用搜寻了 :)

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].