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ů.
Roger Braun 36e883cd4b Add basic Ostatus user representer. před 7 roky
config Add basic webfinger. před 7 roky
lib Add basic Ostatus user representer. před 7 roky
priv Update frontend. před 7 roky
test Add basic Ostatus user representer. 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 Switch cache implementation for size limiting. před 7 roky
mix.lock Switch cache implementation for size limiting. 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