anfora icon indicating copy to clipboard operation
anfora copied to clipboard

🏺 Self-hosted photo gallery social network. Under development

Results 16 anfora issues
Sort by recently updated
recently updated
newest added

Hello, As no code was modified for almost a year, out of curiosity I wonder what is the status of this project: are new development planned, is it on hold...

Hi there, thanks for this great project! I wanted to ask you if you would be interested in adding a "how to self-host this" section (or whatever) to your documentation...

Hello, I just installed anfora, but there are many malfunctions: -There's no buttons, only button's text -All menus options give an empty page, except "upload" -Can't uplad any content, nothing...

Run tests for all of the microservices available: - [ ] user-microservice - [ ] gateway-microservice - [ ] status-microservice - [ ] media-microservice - [ ] federation-microservice

mid-priority
micro-branch

Gateway microservive has to manage permissions on users. Implement the auth system

API
micro-branch
gateway-microservice

The gateway service should manage the authentication. For this reason this microservice also manages the creation and permission of apps. Will follow the endpoints of https://docs.joinmastodon.org/methods/apps/

API
micro-branch
gateway-microservice

anfora.social is offline and no easy way for testing anfora. Anyone has a docker image for it? Or a demo instance?

An example is provided here `curl -i -H "Accept: application/activity+json" https://pixelfed.social/p/dansup/18932016796012544` and an interesting thread in mastodon https://mastodon.social/@dansup/101865787856824731

As is written you also build timelines for remote user. Need to add a filter in the query

bug

To make it compatible with other mastodon apps: ## Accounts - [ ] `GET /api/v1/accounts/:id` - [ ] `GET /api/v1/accounts/:id/followers` // It's implemented for AP so it's just the same...

App design
mid-priority
API