Fork of Pleroma with site-specific changes and feature branches https://git.pleroma.social/pleroma/pleroma
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Roger Braun c85998ab8a Parse incoming retweets. hace 7 años
config Handle incoming websub subscriptions. hace 7 años
lib Parse incoming retweets. hace 7 años
priv Fix specs, add local marker to actitivies. hace 7 años
test Parse incoming retweets. hace 7 años
.gitignore Ignore uploads. hace 7 años
LICENSE Add license hace 7 años
README.md Phoenix skeleton hace 7 años
TODO.txt Make outgoing salmons work. hace 7 años
mix.exs Add Websub verification. hace 7 años
mix.lock Add Websub verification. hace 7 años

README.md

Pleroma

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • 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