YANF (Yet another Misskey fork) + patches for e2net https://estrogen.network
Go to file
2016-12-29 09:56:08 +09:00
.ci-files Initial commit 🍀 2016-12-29 07:49:51 +09:00
elasticsearch Initial commit 🍀 2016-12-29 07:49:51 +09:00
resources Initial commit 🍀 2016-12-29 07:49:51 +09:00
src Fix: Add missing resources 2016-12-29 08:14:02 +09:00
.gitattributes Initial commit 🍀 2016-12-29 07:49:51 +09:00
.gitignore Initial commit 🍀 2016-12-29 07:49:51 +09:00
.travis.yml Initial commit 🍀 2016-12-29 07:49:51 +09:00
gulpfile.js Initial commit 🍀 2016-12-29 07:49:51 +09:00
gulpfile.ts Rename project to tsProject 2016-12-29 09:21:49 +09:00
init.js Initial commit 🍀 2016-12-29 07:49:51 +09:00
jsconfig.json Initial commit 🍀 2016-12-29 07:49:51 +09:00
LICENSE Initial commit 🍀 2016-12-29 07:49:51 +09:00
package.json Initial commit 🍀 2016-12-29 07:49:51 +09:00
README.md Initial commit 🍀 2016-12-29 07:49:51 +09:00
tsconfig.json Initial commit 🍀 2016-12-29 07:49:51 +09:00
tslint.json Remove needless settings 2016-12-29 09:56:08 +09:00
update.sh Initial commit 🍀 2016-12-29 07:49:51 +09:00

Misskey

A miniblog-based SNS.

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.git
  2. cd misskey
  3. npm install
  4. npm run config
  5. npm run build

Launch

npm start

License

MIT