A small ActivityPub server.
Go to file
Shadowfacts 1e984ba30e
Add Webmention endpoint discovery
2020-05-20 22:10:50 -04:00
assets Add following remote users 2020-04-26 18:55:44 -04:00
config Add Webmention endpoint discovery 2020-05-20 22:10:50 -04:00
lib Add Webmention endpoint discovery 2020-05-20 22:10:50 -04:00
priv Move federation to background job 2020-04-20 22:11:49 -04:00
test Initial commit and DB schema 2019-09-28 18:30:55 -04:00
.formatter.exs Initial commit and DB schema 2019-09-28 18:30:55 -04:00
.gitignore Update .gitignore 2020-04-25 12:31:13 -04:00
README.md Initial commit and DB schema 2019-09-28 18:30:55 -04:00
mix.exs Add Webmention endpoint discovery 2020-05-20 22:10:50 -04:00
mix.lock Add Webmention endpoint discovery 2020-05-20 22:10:50 -04:00

README.md

Clacks

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more