Skip to content

uActivityPub allows you to make your umbraco website visible in the FediVerse

License

Notifications You must be signed in to change notification settings

eduwardpost/uActivityPub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uActivityPub NuGet Version NuGet Downloads GitHub License

This package allows you to hook your umbraco website into the fediverse.

Currently the settings or only settable in the database, you can however view them in the umbraco backoffice The current roadmap is to extend this package with some settings, then harden it for edge cases.

How to use this package

  1. Install the nuget package to your umbraco (v13) project.
  2. Have a content type with the alias article
  3. In that content type have a property with the alias authorName which is a user selector that is mandatory
    • The package uses the user selector to create/read the settings for said user and creates the required table entries so that it can be followed
  4. Publish article on your site