YANF (Yet another Misskey fork) + patches for e2net https://estrogen.network
Go to file
2016-12-30 21:23:57 +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 Add screen shot 2016-12-29 20:43:38 +09:00
src Fix bug 2016-12-30 12:37:06 +09:00
test Add test 2016-12-30 13:28:56 +09:00
.editorconfig Add editorconfig 2016-12-30 13:02:08 +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 Update .travis.yml 2016-12-29 10:44:50 +09:00
CHANGELOG.md Add changelog 2016-12-30 13:12:25 +09:00
CONTRIBUTING.md Add contributing doc 2016-12-30 21:23:57 +09:00
gulpfile.js Initial commit 🍀 2016-12-29 07:49:51 +09:00
gulpfile.ts Update log message 2016-12-29 21:02:13 +09:00
init.js Update init.js 2016-12-29 10:05:11 +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 Add test 2016-12-30 13:28:56 +09:00
README.md Update README.md 2016-12-30 13:55:58 +09:00
tsconfig.json Update tsconfig.json 2016-12-29 10:56:24 +09:00
tslint.json Update tslint.json 2016-12-29 10:01:59 +09:00
update.sh Initial commit 🍀 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

Test

npm test

Launch

sudo npm start

License

MIT