Go to file
Tao Bojlen 3cbc4dd1b6 also save instance description 2018-08-29 20:04:03 +02:00
apiv1 simplify models 2018-08-29 19:58:06 +02:00
backend loading instances 2018-08-27 23:31:27 +02:00
frontend improve perf of instance select dropdown 2018-08-29 03:52:21 +02:00
scraper also save instance description 2018-08-29 20:04:03 +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