# Gemini frontend for apkbrowser => https://gitlab.com/postmarketOS/apkbrowser apkbrowser creates a SQLite database of files and package information from an APKINDEX. => https://wiki.alpinelinux.org/wiki/Package_management#Packages_and_Repositories (apk files are used in Alpine Linux, and apk is the tool used to install those files) This project is an alternative frontend for apkbrowser to provide a gemini frontend. ## Dependencies => https://sr.ht/~sircmpwn/gmnisrv/ A gemini server with CGI capabilities * POSIX shell * sqlite3 * date * numfmt ## Setup * Enable CGI in your gemini server and set this directory as the root directory for this site * Copy apkbrowser database "aports-master.db" to db/master.db * Copy index.gmi.example to index.gmi or customize if desired * Customize config.sh