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.
lambadalambda e987be2de7 Merge branch 'bugfix/mentions-timeline' into 'develop' hace 7 años
config Basic file uploading via TwAPI. hace 7 años
lib Add /statuses/mentions_timeline route hace 7 años
priv Update frontend. hace 7 años
test Add statuses/mentions endpoint 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 Switch cache implementation for size limiting. hace 7 años
mix.lock Switch cache implementation for size limiting. 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