2016-12-30 13:13:16 +09:00
2016-12-29 07:49:51 +09:00
2016-12-29 07:49:51 +09:00
2016-12-29 20:43:38 +09:00
2016-12-30 12:37:06 +09:00
2016-12-30 13:02:08 +09:00
2016-12-29 07:49:51 +09:00
2016-12-29 07:49:51 +09:00
2016-12-29 10:44:50 +09:00
2016-12-30 13:12:25 +09:00
2016-12-29 07:49:51 +09:00
2016-12-29 21:02:13 +09:00
2016-12-29 10:05:11 +09:00
2016-12-29 07:49:51 +09:00
2016-12-29 07:49:51 +09:00
v1
2016-12-30 13:13:16 +09:00
2016-12-30 00:23:25 +09:00
2016-12-29 10:56:24 +09:00
2016-12-29 10:01:59 +09:00
2016-12-29 07:49:51 +09:00

Misskey

A miniblog-based SNS.

ss

Dependencies

  • Node.js
  • MongoDB
  • Redis
  • GraphicsMagick

Optional dependencies

  • Elasticsearch

Get started

Domains

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.

reCAPTCHA

Visit and generate keys https://www.google.com/recaptcha/intro/

Build

  1. git clone git://github.com/syuilo/misskey.git
  2. cd misskey
  3. npm install
  4. npm run config
  5. npm run build

Launch

sudo npm start

License

MIT

Description
No description provided
Readme 61 MiB
Languages
TypeScript 53.3%
Vue 37.6%
JavaScript 8.4%
HTML 0.4%
CSS 0.3%