Use meilisearch in nav search

This commit is contained in:
2025-10-23 15:30:32 +02:00
parent 71bcf277f6
commit 6a25fd2700
7 changed files with 648 additions and 12 deletions

View File

@@ -28,6 +28,10 @@ apt install php8.3-fpm
apt install mariadb-server
sudo mysql_secure_installation
# Install Meilisearch
echo "deb [trusted=yes] https://apt.fury.io/meilisearch/ /" | sudo tee /etc/apt/sources.list.d/fury.list
sudo apt update && sudo apt install meilisearch
# Clone Repo
cd /var/www
git clone https://gitea.hstream.moe/w33b/hstream.git