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.
dtluna 5b6070ec40 Deny whitespace statuses hace 7 años
config Only have one subscription per callback. hace 7 años
lib Deny whitespace statuses hace 7 años
priv Better activities in ostatus. hace 7 años
test Deny whitespace statuses 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 Add unliking to activitypub. 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