1. 1. About
    1. 1.1. Features
    2. 1.2. Goals
    3. 1.3. Post and Comment Ranking
    4. 1.4. Guide
  2. 2. Administration
    1. 2.1. Install with Docker
    2. 2.2. Install with Ansible
    3. 2.3. Configuration
    4. 2.4. Backup and Restore
  3. 3. Federation
    1. 3.1. Federation Overview
    2. 3.2. Administration
    3. 3.3. Resources
    4. 3.4. Lemmy Protocol
  4. 4. Contributing
    1. 4.1. Docker Development
    2. 4.2. Local Development
    3. 4.3. Theming Guide
    4. 4.4. Websocket/HTTP API
    5. 4.5. Creating a Custom Frontend
    6. 4.6. Tests
    7. 4.7. Federation Development
  5. 5. Code of Conduct
  6. 6. Lemmy Council

Lemmy Documentation

ActivityPub Resources

Official Documents

  • ActivityPub standard
  • Activitypub vocabulary

Explanations

  • ActivityPub - one protocol to rule them all?
  • A highly opinionated guide to learning about ActivityPub
  • Activitypub implementers guide
  • Mastodon Blog: How to implement a basic ActivityPub server
  • Mastodon Blog: Implementing an ActivityPub inbox
  • Data storage questions
  • Activitypub as it has been understood

Examples and Libraries

  • ActivityPub example server
  • ActivityStreams crate
  • HTTP Signatures crate