Fork of Pleroma with site-specific changes and feature branches https://git.pleroma.social/pleroma/pleroma
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
dtluna c3655d1c47 Remove unnecessary status_update definition před 7 roky
config Only have one subscription per callback. před 7 roky
lib Remove unnecessary status_update definition před 7 roky
priv Better activities in ostatus. před 7 roky
test Merge branch 'bugfix/deny-empty-posts' of ssh.gitgud.io:dtluna/pleroma into bugfix/deny-self-repeats před 7 roky
.gitignore Ignore uploads. před 7 roky
LICENSE Add license před 7 roky
README.md Phoenix skeleton před 7 roky
TODO.txt Add unliking to activitypub. před 7 roky
mix.exs Add Websub verification. před 7 roky
mix.lock Add Websub verification. před 7 roky

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