Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.
/ apk-search Public archive

Search for Alpine Linux Packages

Notifications You must be signed in to change notification settings

qaqland/apk-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apk-Search

MOVE TO https://gitlab.alpinelinux.org/qaqland/apk-search

alpine linux package search online

Setup Alpine Linux Mirror

cron & rsync

Build Parser AINDEX

$ go build -o aindex main.go

Init Settings in Meilisearch

pip install meilisearch first

$ python ./init-search-index.py --help

It delete old indexs and create new based on rsync file tree.

Move indexes.json to html's public dir and change KEY in html/src/Key.jsx

Update Indexs in MeiliSearch

Look into Makefile first.

$ make -j$(nproc)