An ActivityPub storage server.
Go to file
Moon Man c6ef4a5dd3 formatting 2024-12-02 07:38:14 -05:00
config first commit 2024-12-02 06:03:06 -05:00
lib formatting 2024-12-02 07:38:14 -05:00
priv/repo/migrations first commit 2024-12-02 06:03:06 -05:00
test first commit 2024-12-02 06:03:06 -05:00
.formatter.exs first commit 2024-12-02 06:03:06 -05:00
.gitignore first commit 2024-12-02 06:03:06 -05:00
LICENSE license, little more detail in readme. 2024-12-02 06:22:25 -05:00
README.md license, little more detail in readme. 2024-12-02 06:22:25 -05:00
mix.exs first commit 2024-12-02 06:03:06 -05:00
mix.lock first commit 2024-12-02 06:03:06 -05:00

README.md

Balls PDS

This is a proof-of-concept "personal data store" for ActivityPub servers. It holds binary and ActivityPub objects. access control is done using Solid Web Access Control: https://solid.github.io/web-access-control-spec/

The goal is to support object portability.

Installation