Fork of Pleroma with site-specific changes and feature branches https://git.pleroma.social/pleroma/pleroma
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
lambadalambda e987be2de7 Merge branch 'bugfix/mentions-timeline' into 'develop' il y a 7 ans
config Basic file uploading via TwAPI. il y a 7 ans
lib Add /statuses/mentions_timeline route il y a 7 ans
priv Update frontend. il y a 7 ans
test Add statuses/mentions endpoint il y a 7 ans
.gitignore Ignore uploads. il y a 7 ans
LICENSE Add license il y a 7 ans
README.md Phoenix skeleton il y a 7 ans
TODO.txt Add unliking to activitypub. il y a 7 ans
mix.exs Switch cache implementation for size limiting. il y a 7 ans
mix.lock Switch cache implementation for size limiting. il y a 7 ans

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