anfora
anfora copied to clipboard
🏺 Self-hosted photo gallery social network. Under development
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
Gateway microservive has to manage permissions on users. Implement the auth system
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/
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
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...