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 1854842b09 Log subscription error. hace 7 años
config Handle incoming websub subscriptions. hace 7 años
lib Log subscription error. hace 7 años
priv Actually make index unique. hace 7 años
test Return webfinger for ap_ids. 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