Go to file
Tao Bojlen 4e0adc7579 fix URLs 2018-08-27 18:15:45 +02:00
apiv1 make API read-only 2018-08-27 12:58:11 +02:00
backend fix URLs 2018-08-27 18:15:45 +02:00
frontend initial frontend boilerplate 2018-08-27 17:27:09 +02:00
scraper don't try to set peers that don't exist 2018-08-27 12:58:57 +02:00
.gitignore ignore collected static files 2018-08-27 03:05:46 +02:00
LICENSE Initial commit 2018-08-26 02:13:13 +02:00
README.md update README 2018-08-27 13:15:17 +02:00
config.json.template separate dev and production configs 2018-08-27 00:41:06 +02:00
manage.py initial commit with django 2018-08-26 02:13:46 +02:00
requirements.txt update requirements 2018-08-27 01:28:05 +02:00

README.md

fediverse.space

fediverse.space is a tool to explore instances in the fediverse.

Running it

  • cp config.json.template config.json and enter your configuration details.
  • Set the environment variable FEDIVERSE_CONFIG to 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