[feat] proxyURL endpoint #1013
Labels
No labels
approved, awaiting change
broken setup
bug
cannot reproduce
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs change/feedback
needs docs
needs tests
not a bug
not our bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AkkomaGang/akkoma#1013
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The idea
Users should be able to use any ActivityPub Client not just those supporting the Mastodon API.
Chat messages, for example, are not supported by Mastodon apps, but would be with an ActivityPub API client
The reasoning
Akkoma has decent support for the ActivityPub Client to Server API (c2s), one important missing feature is being able to fetch actors, activities, objects from remote servers, without getting CORS or Authenticated Fetch issues
Have you searched for this feature request?
we actually have essentially no support for this due to how small the set of users that would utilise these endpoints is.
the vast majority of c2s was ripped out over a year ago due to it being a looming security risk given the lack of usage combined with it being one of the "rotten" features that hadn't been updated in a long time
I do not think the benefits of a few users being able to use alternative clients is worth the cost of maintenance here
I didn't realize "the vast majority of c2s was ripped out", that is a shame, but I understand the maintenance burden.
indeed, nobody noticed that it was ripped out because quite literally nobody used it 🥴