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.
dtluna c3655d1c47 Remove unnecessary status_update definition il y a 7 ans
config Only have one subscription per callback. il y a 7 ans
lib Remove unnecessary status_update definition il y a 7 ans
priv Better activities in ostatus. il y a 7 ans
test Merge branch 'bugfix/deny-empty-posts' of ssh.gitgud.io:dtluna/pleroma into bugfix/deny-self-repeats 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 Add Websub verification. il y a 7 ans
mix.lock Add Websub verification. 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