A minimal ActivityPub network directory, powered by a curated SQLite database provided by FediDB
dansup/apnet is a Laravel package for a minimal activitypub network directory, powered by a curated sqlite database provided by fedidb.
It currently has 16 GitHub stars and 0 downloads on Packagist.
Install it with composer require dansup/apnet.
Discover more Laravel packages by dansup
or browse all Laravel packages to compare alternatives.
Last updated
A minimal ActivityPub network directory, powered by a curated SQLite database provided by FediDB
git clone https://github.com/dansup/apnet.git
cd apnet
composer install
cp .env.example .env
php artisan key:generate
DB_DATABASE pathYou need to edit this value to the full path to the sqlite database in the storage/app/ directory
DB_DATABASE=/path/to/storage/app/fedidb_public.db
php artisan serve
Note: We don't recommend using this method in production, instead setup nginx or apache