kopia lustrzana https://github.com/fediversespace/fediverse.space
Fediverse graph.
Old issues: https://gitlab.com/fediverse.space/fediverse.space/-/issues
|
|
||
|---|---|---|
| apiv1 | ||
| backend | ||
| frontend | ||
| scraper | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| config.json.template | ||
| manage.py | ||
| requirements.txt | ||
README.md
fediverse.space
fediverse.space is a tool to explore instances in the fediverse.
Running it
cp config.json.template config.jsonand enter your configuration details.- Set the environment variable
FEDIVERSE_CONFIGto point to the path of this file. - For development, run
python manage.py runserver --settings=backend.settings.dev - In production, set the environment variable
DJANGO_SETTINGS_MODULE=backend.settings.production