Skip to content

Releases: S-H-GAMELINKS/activity-pub-relay

v0.5.0

02 Dec 15:50
643374b
Compare
Choose a tag to compare

What's Changed

Breaking Change

ActivityPub Relay used Rails 8 Authentication, but after v0.5.0
use Rodauth.
When migrate to Rodauth, dropped your old authentication credentials(email address and password).
If you used before v0.4.0, need these command after kamal deploy to add new authentication credentials.

Account.create!(email: "<your email address>", password: "<password for the service>")
Account.last.update(status: :verified)

Full Changelog: v0.4.0...v0.5.0

v0.4.0

26 Nov 09:37
e74939b
Compare
Choose a tag to compare

What's Changed

Update Guide

If you want update ActivityPub Relay from v0.3.0 to v0.4.0, need these environment variable in .env.

TERM_OF_SERVICE_LINK=<Your Term of Service Link>
SOURCE_CODE_LINK=<Your Fork Code Link>
ADMIN_LINKS=<Your Fedives Account>

Then added these environment variables, run to kamal deploy command.

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

24 Nov 08:24
2a0e4b0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

22 Nov 11:03
348b767
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

16 Nov 13:20
35447a2
Compare
Choose a tag to compare

What's Changed

  • Support ActivityPub Relay flow for Mastodon and Misskey(include some Misskey fork's)
  • Add simple dashboard and authentication

New Contributors

Full Changelog: https://github.com/S-H-GAMELINKS/activity-pub-relay/commits/v0.1.0