Skip to content

Social Reader, a p2p offline client for reading and following microblogs on the fediverse.

License

Notifications You must be signed in to change notification settings

p2plabsxyz/reader.distributed.press

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Social Reader

A P2P and offline-first ActivityPub client for reading and following microblogs on the Fediverse, avoiding dependency on always-online HTTP servers, allowing access to content anytime, anywhere.

Customizing Your Community's Reader

You can easily deploy a customized version of the reader by forking this repository and modifying the defaults.json file located in the ./config folder. This allows you to set the community name, define a custom theme, and specify the default followed actors for your community.

Configuration Options:

  • communityName: The name of your community, which will appear as the page title and sidebar branding.
  • theme: Customize the appearance of the reader. You can specify:
    • bgColor: Background color for the reader.
    • postBgColor: Background color for individual posts.
    • postDetailsColor: Color for post details (such as date and metadata).
    • postLinkColor: Color for links within posts.
  • defaultFollowedActors: A list of URLs representing the actors that will be followed by default when no actors are followed.

The @[email protected] account will notify when a new site is published, created using the Social Inbox.

Example defaults.json:

{
  "version": "1.2.0",
  "communityName": "Akhi's Art Club",
  "theme": {
    "bgColor": "#ecfeff",
    "postBgColor": "#cffafe",
    "postDetailsColor": "#06b6d4",
    "postLinkColor": "#0ea5e9"
  },
  "defaultFollowedActors": [
    "https://social.distributed.press/v1/@[email protected]/",
    "https://mastodon.social/@akhileshthite"
  ]
}

Akhi's Art Club on Social Reader

For more information, please visit docs.distributed.press.

About

Social Reader, a p2p offline client for reading and following microblogs on the fediverse.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.5%
  • CSS 12.3%
  • HTML 12.2%