Skip to content

Maintains storage of feeds on Fediverse nodes and makes them accessible through graphql api

License

Notifications You must be signed in to change notification settings

Stopka/fedistore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FediStore

Maintains feeds to follow on Fediverse nodes and makes them accessible through graphql api.

Config

Configuration is done using environmental variables or command line arguments:

Env variable Command argument Description Default value
ELASTIC_URL --elastic-url Url address of ElasticSearch server http://elastic:9200
ELASTIC_USER --elastic-user Username for EalsticSearch server elastic
ELASTIC_PASSWORD --elastic-password Username for EalsticSearch server empty
HTTP_PORT --http-port Port listen for http requests 3000
HTTP_PATH --http-path Graphql api endpoint path /api/graphql

Deploy

App is designed to be run in docker container and deployed using docker-compose. More info can be found in FediSearch example docker-compose project

About

Maintains storage of feeds on Fediverse nodes and makes them accessible through graphql api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published