Skip to content

syuilo/misskey-core

Repository files navigation

⚠️ THIS REPOSITORY IS NO LONGER MAINTAINED ⚠️

MOVE TO https://github.com/syuilo/misskey

✌️

Misskey Core

A core server of Misskey.

Dependencies

  • Node.js
  • MongoDB
  • Redis
  • GraphicsMagick

Optional dependencies

  • Elasticsearch

Get started

Misskey requires two domains called the primary domain and the secondary domain.

  • The primary domain is used to provide main service of Misskey.
  • The secondary domain is used to avoid vulnerabilities such as XSS.

Ensure that the secondary domain is not a subdomain of the primary domain.

Build

  1. git clone git://github.com/syuilo/misskey-core.git ... Download the source code of misskey-core
  2. cd misskey-core ... Enter the repository
  3. npm install ... Install npm dependecies
  4. npm run config ... Create configuration file
  5. git clone git://github.com/syuilo/misskey-web.git ... Download the source code of misskey-web
  6. npm run build ... Start building

Launch

npm start

Docs for API users

Official articles (source code at src/web/about/pages/api)

Unofficial articles

License

MIT

About

Misskey Core Server. Made ❤️ by syuilo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •