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 a1bf8a8be8
Update readme, update subcomponents, change /inbox to return 202, add Onion-Location to all responses, implement real /api/v1/instance/peers based on known peers, extract Onion-Location from fetches and outgoing federation responses, start migrations from hash_index to trie for account-from-url and status-from-url indexes, change output of /owner/collections/featured so Pleroma doesn't choke on it, remove statuses that have been deleted from timelines when loading
10 months ago
assets
migrations
src Update readme, update subcomponents, change /inbox to return 202, add Onion-Location to all responses, implement real /api/v1/instance/peers based on known peers, extract Onion-Location from fetches and outgoing federation responses, start migrations from hash_index to trie for account-from-url and status-from-url indexes, change output of /owner/collections/featured so Pleroma doesn't choke on it, remove statuses that have been deleted from timelines when loading 10 months ago
tools Move src/util/* to submodule, implement route for status quotes, fix path for embed tool 11 months ago
.build.ignores
.builder.options.rb
.gitignore
.gitmodules Move src/util/* to submodule, implement route for status quotes, fix path for embed tool 11 months ago
LICENSE
README.md Update readme, update subcomponents, change /inbox to return 202, add Onion-Location to all responses, implement real /api/v1/instance/peers based on known peers, extract Onion-Location from fetches and outgoing federation responses, start migrations from hash_index to trie for account-from-url and status-from-url indexes, change output of /owner/collections/featured so Pleroma doesn't choke on it, remove statuses that have been deleted from timelines when loading 10 months ago
build.sh Move src/util/* to submodule, implement route for status quotes, fix path for embed tool 11 months ago
clean.sh Fix issue with clean, implement process management 11 months ago
pretty_json.rb

README.md

apoge

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