Personal ActivityPub server intended for single-user instances.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
teknomunk a55af3fc94
Add more code for account searching, add struct account_list, bugfix: system status for blocks now shows correct account name instead of a blank, add debug to URL rendering
6 months ago
assets
migrations
src Add more code for account searching, add struct account_list, bugfix: system status for blocks now shows correct account name instead of a blank, add debug to URL rendering 6 months ago
tools
.build.ignores
.builder.options.rb
.gitignore
.gitmodules
LICENSE
README.md
build.sh
clean.sh
pretty_json.rb

README.md

apogee

Personal ActivityPub server intended for single-user instances.

This software is intended to support exactly one user, and bot accounts owned by that user.

WARNING! This software is early in development and as such is missing most of the functionality one would expect from an ActivityPub server. Software is unstable.

USE AT YOUR OWN RISK.

Features

  • Single User - It's just you.
  • NoSQL - No need to install or maintain a database.
  • ActivityPub federation - follow interesting people on the many instances of the fediverse.

Dependencies

  • libCURL
  • OpenSSL