SEOのない検索エンジン https://kensaku.online
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
テクニカル諏訪子 707ee844d9 echo短縮 7 months ago
api 最初コミット 10 months ago
include echo短縮 7 months ago
srv おちんちん 10 months ago
tool セキュリティの為 7 months ago
www echo短縮 7 months ago
.gitignore 最初コミット 10 months ago
LICENSE.txt GPLv2 8 months ago
README.md Gitler 8 months ago
config.sample.php ごめん #1 10 months ago
helper.php ごめん #1 10 months ago
logo.png 最初コミット 10 months ago

README.md

検索オンライン 1.0.2

日本産検索エンジン。

必要なサーバーサイドソフト

  • nginx
  • crontab
  • PHP 8.0以上
  • MariaDB
  • curl
  • whois
  • tor
  • torsocks
  • grep
  • pandoc

Debian、Devuan、Ubuntuでインストール

sudo apt install -y lsb-release ca-certificates apt-transport-https software-properties-common gnupg2
echo "deb https://packages.sury.org/php/ bullseye main" | sudo tee /etc/apt/sources.list.d/sury-php.list
wget -qO - https://packages.sury.org/php/apt.gpg | sudo apt-key add -
sudo apt update
sudo apt install nginx php8.1 php8.1-{gd,fpm,common,cli,mbstring,intl,mysql,bcmath,curl} mariadb-{client,server} curl whois tor torsocks pandoc

Arch、Artix、Manjaroでインストール

sudo pacman -S nginx php php-fpm mariadb curl whois tor torsocks pandoc

インストール方法

mkdir -p /www/active && cd /www/active
git clone https://gitler.moe/TechnicalSuwako/kensaku.online.git && cd kensaku.online
cat srv/crontab >> /etc/crontab
cp srv/nginx /etc/nginx/conf.d/kensaku.online.conf
mysql -u (ユーザ名) -p < tbl