iceshrimp-legacy/src/index.ts

287 lines
6.9 KiB
TypeScript
Raw Normal View History

2016-12-28 23:49:51 +01:00
/**
2017-01-02 22:09:17 +01:00
* Misskey Entry Point!
2016-12-28 23:49:51 +01:00
*/
Error.stackTraceLimit = Infinity;
2018-08-06 14:35:49 +02:00
require('events').EventEmitter.defaultMaxListeners = 128;
2016-12-28 23:49:51 +01:00
import * as os from 'os';
import * as cluster from 'cluster';
2017-11-06 11:59:14 +01:00
import chalk from 'chalk';
2018-07-13 16:25:32 +02:00
import * as portscanner from 'portscanner';
Create type definition for 'is-root' (#4001) * Update @types/sharp requirement from 0.21.0 to 0.21.1 Updates the requirements on [@types/sharp](https://github.com/DefinitelyTyped/DefinitelyTyped) to permit the latest version. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits) Signed-off-by: dependabot[bot] <support@dependabot.com> * Add multiline math syntax Co-authored-by: syuilo <syuilotan@yahoo.co.jp> * New translations ja-JP.yml (Catalan) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (English) * New translations ja-JP.yml (French) * New translations ja-JP.yml (German) * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (Polish) * New translations ja-JP.yml (Portuguese) * New translations ja-JP.yml (Russian) * New translations ja-JP.yml (Spanish) * New translations ja-JP.yml (Japanese, Kansai) * New translations ja-JP.yml (Dutch) * New translations ja-JP.yml (Norwegian) * New translations ja-JP.yml (English) * Create type definition for 'is-root' * [MFM] Add spin syntax Resolve #4003 * [MFM] Add flip syntax Resolve #4002 * Fix test * Update CHANGELOG.md * 10.79.0 * Update @fortawesome/free-regular-svg-icons requirement (#3963) Updates the requirements on [@fortawesome/free-regular-svg-icons](https://github.com/FortAwesome/Font-Awesome) to permit the latest version. - [Release notes](https://github.com/FortAwesome/Font-Awesome/releases) - [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/master/CHANGELOG.md) - [Commits](https://github.com/FortAwesome/Font-Awesome/commits/5.6.3) Signed-off-by: dependabot[bot] <support@dependabot.com> * Update @types/webpack requirement from 4.4.21 to 4.4.24 (#3976) Updates the requirements on [@types/webpack](https://github.com/DefinitelyTyped/DefinitelyTyped) to permit the latest version. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits) Signed-off-by: dependabot[bot] <support@dependabot.com> * Update @types/js-yaml requirement from 3.11.4 to 3.12.0 (#3977) Updates the requirements on [@types/js-yaml](https://github.com/DefinitelyTyped/DefinitelyTyped) to permit the latest version. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits) Signed-off-by: dependabot[bot] <support@dependabot.com> * Update debug requirement from 4.1.0 to 4.1.1 (#3964) Updates the requirements on [debug](https://github.com/visionmedia/debug) to permit the latest version. - [Release notes](https://github.com/visionmedia/debug/releases) - [Commits](https://github.com/visionmedia/debug/commits/4.1.1) Signed-off-by: dependabot[bot] <support@dependabot.com> * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (French) * [MFM] spinの中でflipを使えるように * Add jump syntax (#4007) * Add jump syntax * Fix typo: spin -> jump * Fix typo * [MFM] Resolve #4009 * Module 'nprogress' as import syntax (#4012) * :art: * [Client] Fix #4008 * Use yarn instead of npm on CircleCI * touch yarn.lock * [Client] Resolve #3638 * 10.79.1 * New translations ja-JP.yml (Korean) * Add missing semicolon * Remove file-loader from dependencies (#4025) * Update README.md [AUTOGEN] (#4028) * Update README.md [AUTOGEN] (#4030) * Add visibility test (#4029) * Update ws requirement from 6.1.2 to 6.1.3 (#4027) Updates the requirements on [ws](https://github.com/websockets/ws) to permit the latest version. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/commits/6.1.3) Signed-off-by: dependabot[bot] <support@dependabot.com> * Module 'web-push' as import syntax (#4017) * Fix visibility test (#4031) * Upgrade gulp version to 4.0.0 * Prevent typescript errors from crashing * Remove duplicated dependencies * Use parallel and task to specify dependencies * Sort tasks by topological ordering * リプライ/メンションされていれば非フォロワーへのフォロワー限定でも参照可能に (#4033) * 非メンション/リプライ投稿がmentionsにあるかどうかはvisibilityと関係ないので削除 * リプライ/メンションされていれば非フォロワーでも参照可能に * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Chinese Simplified) * Fix #4034 (#4037) * Fix #4034 * improve * Module 'crypto' as import syntax (#4011) * Extract MFM normalize function * Extract MFM types * Rename html to toHtml * Rename html-to-mfm to fromHtml * Merge plainParser into mfm * Extract parsePlain function * Rename analyze to parse in MFM tests * Update @types/mongodb requirement from 3.1.18 to 3.1.19 (#4041) Updates the requirements on [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped) to permit the latest version. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits) Signed-off-by: dependabot[bot] <support@dependabot.com> * Update vue-svg-inline-loader requirement from 1.2.7 to 1.2.10 (#4040) Updates the requirements on [vue-svg-inline-loader](https://github.com/oliverfindl/vue-svg-inline-loader) to permit the latest version. - [Release notes](https://github.com/oliverfindl/vue-svg-inline-loader/releases) - [Commits](https://github.com/oliverfindl/vue-svg-inline-loader/commits/v1.2.10) Signed-off-by: dependabot[bot] <support@dependabot.com> * Avoid export default * Rename parser to language * Fix import * Introduce silence (#4043) * Introduce silence * Fix icon * Update is-root.d.ts * Update index.ts * Create type definition for 'is-root' * Update is-root.d.ts * Update index.ts
2019-01-30 17:09:52 +01:00
import * as isRoot from 'is-root';
2017-06-08 18:03:54 +02:00
import Xev from 'xev';
2017-04-05 02:58:29 +02:00
import Logger from './services/logger';
2018-06-10 23:48:25 +02:00
import serverStats from './daemons/server-stats';
import notesStats from './daemons/notes-stats';
2019-03-10 11:16:33 +01:00
import queueStats from './daemons/queue-stats';
2018-04-02 06:15:53 +02:00
import loadConfig from './config/load';
import { Config } from './config/types';
import { lessThan } from './prelude/array';
import * as pkg from '../package.json';
2019-02-03 12:10:20 +01:00
import { program } from './argv';
import { checkMongoDB } from './misc/check-mongodb';
import { showMachineInfo } from './misc/show-machine-info';
2017-01-17 00:19:34 +01:00
2019-02-02 17:39:42 +01:00
const logger = new Logger('core', 'cyan');
const bootLogger = logger.createSubLogger('boot', 'magenta', false);
const clusterLogger = logger.createSubLogger('cluster', 'orange');
2017-06-08 18:03:54 +02:00
const ev = new Xev();
2017-01-24 02:28:14 +01:00
2016-12-28 23:49:51 +01:00
/**
2017-02-27 08:11:49 +01:00
* Init process
2016-12-28 23:49:51 +01:00
*/
2017-01-24 02:28:14 +01:00
function main() {
2018-08-15 17:13:24 +02:00
process.title = `Misskey (${cluster.isMaster ? 'master' : 'worker'})`;
2018-07-28 10:57:24 +02:00
if (program.onlyQueue) {
queueMain();
return;
}
if (cluster.isMaster || program.disableClustering) {
2018-07-07 12:19:00 +02:00
masterMain();
2017-06-08 18:03:54 +02:00
if (cluster.isMaster) {
ev.mount();
}
2018-07-28 22:34:08 +02:00
if (program.daemons) {
serverStats();
notesStats();
2019-03-10 11:16:33 +01:00
queueStats();
}
}
if (cluster.isWorker || program.disableClustering) {
2018-07-07 12:19:00 +02:00
workerMain();
2016-12-28 23:49:51 +01:00
}
}
function greet() {
if (!program.quiet) {
//#region Misskey logo
2019-02-03 12:31:35 +01:00
const v = `v${pkg.version}`;
console.log(' _____ _ _ ');
console.log(' | |_|___ ___| |_ ___ _ _ ');
console.log(' | | | | |_ -|_ -| \'_| -_| | |');
console.log(' |_|_|_|_|___|___|_,_|___|_ |');
console.log(' ' + chalk.gray(v) + (' |___|\n'.substr(v.length)));
//#endregion
2019-03-03 02:57:17 +01:00
console.log(' Misskey is maintained by @syuilo, @AyaMorisawa, @mei23, and @acid-chicken.');
console.log(chalk.keyword('orange')(' If you like Misskey, please donate to support development. https://www.patreon.com/syuilo'));
console.log('');
2019-03-08 05:03:17 +01:00
console.log(chalk`< ${os.hostname()} {gray (PID: ${process.pid.toString()})} >`);
2019-03-03 02:57:17 +01:00
}
2019-02-04 04:09:59 +01:00
2019-02-02 17:33:34 +01:00
bootLogger.info('Welcome to Misskey!');
bootLogger.info(`Misskey v${pkg.version}`, null, true);
}
/**
* Init master process
*/
async function masterMain() {
greet();
let config: Config;
2019-02-02 17:33:34 +01:00
2016-12-28 23:49:51 +01:00
try {
// initialize app
2017-04-05 02:58:29 +02:00
config = await init();
if (config.port == null) {
bootLogger.error('The port is not configured. Please configure port.', null, true);
process.exit(1);
}
if (process.platform === 'linux' && isWellKnownPort(config.port) && !isRoot()) {
bootLogger.error('You need root privileges to listen on well-known port on Linux', null, true);
process.exit(1);
}
if (!await isPortAvailable(config.port)) {
bootLogger.error(`Port ${config.port} is already in use`, null, true);
process.exit(1);
}
2016-12-28 23:49:51 +01:00
} catch (e) {
bootLogger.error('Fatal error occurred during initialization', null, true);
2017-04-23 08:40:13 +02:00
process.exit(1);
2017-04-05 02:58:29 +02:00
}
2019-02-02 17:01:40 +01:00
bootLogger.succ('Misskey initialized');
2017-04-05 02:58:29 +02:00
if (!program.disableClustering) {
await spawnWorkers(config.clusterLimit);
}
bootLogger.succ(`Now listening on port ${config.port} on ${config.url}`, null, true);
2016-12-28 23:49:51 +01:00
}
/**
2017-02-27 08:11:49 +01:00
* Init worker process
2016-12-28 23:49:51 +01:00
*/
2018-07-07 12:19:00 +02:00
async function workerMain() {
// start server
await require('./server').default();
2018-03-28 18:20:40 +02:00
2019-03-07 20:55:55 +01:00
// start job queue
require('./queue').default();
if (cluster.isWorker) {
// Send a 'ready' message to parent process
process.send('ready');
}
2016-12-28 23:49:51 +01:00
}
async function queueMain() {
greet();
try {
// initialize app
await init();
} catch (e) {
bootLogger.error('Fatal error occurred during initialization', null, true);
process.exit(1);
}
bootLogger.succ('Misskey initialized');
// start processor
2019-03-07 20:55:55 +01:00
require('./queue').default();
2019-03-07 20:55:55 +01:00
bootLogger.succ('Queue started', null, true);
}
const runningNodejsVersion = process.version.slice(1).split('.').map(x => parseInt(x, 10));
const requiredNodejsVersion = [10, 0, 0];
const satisfyNodejsVersion = !lessThan(runningNodejsVersion, requiredNodejsVersion);
2018-11-20 03:23:32 +01:00
function isWellKnownPort(port: number): boolean {
return port < 1024;
}
async function isPortAvailable(port: number): Promise<boolean> {
return await portscanner.checkPortStatus(port, '127.0.0.1') === 'closed';
}
function showEnvironment(): void {
const env = process.env.NODE_ENV;
2019-02-02 17:24:59 +01:00
const logger = bootLogger.createSubLogger('env');
logger.info(typeof env == 'undefined' ? 'NODE_ENV is not set' : `NODE_ENV: ${env}`);
if (env !== 'production') {
2019-02-02 17:33:34 +01:00
logger.warn('The environment is not in production mode.');
logger.warn('DO NOT USE FOR PRODUCTION PURPOSE!', null, true);
}
logger.info(`You ${isRoot() ? '' : 'do not '}have root privileges`);
}
2016-12-28 23:49:51 +01:00
/**
* Init app
*/
2017-04-05 02:58:29 +02:00
async function init(): Promise<Config> {
2019-02-02 17:33:34 +01:00
showEnvironment();
2016-12-28 23:49:51 +01:00
2019-02-02 17:24:59 +01:00
const nodejsLogger = bootLogger.createSubLogger('nodejs');
2019-02-02 17:01:40 +01:00
nodejsLogger.info(`Version ${runningNodejsVersion.join('.')}`);
if (!satisfyNodejsVersion) {
nodejsLogger.error(`Node.js version is less than ${requiredNodejsVersion.join('.')}. Please upgrade it.`, null, true);
process.exit(1);
}
await showMachineInfo(bootLogger);
2016-12-30 19:14:38 +01:00
2019-02-02 17:24:59 +01:00
const configLogger = bootLogger.createSubLogger('config');
2018-04-02 06:15:53 +02:00
let config;
2016-12-28 23:49:51 +01:00
2018-04-02 06:15:53 +02:00
try {
config = loadConfig();
} catch (exception) {
2018-07-14 13:58:21 +02:00
if (typeof exception === 'string') {
configLogger.error(exception);
process.exit(1);
}
2018-04-02 06:15:53 +02:00
if (exception.code === 'ENOENT') {
configLogger.error('Configuration file not found', null, true);
2018-07-14 13:58:21 +02:00
process.exit(1);
2018-04-02 06:15:53 +02:00
}
throw exception;
}
2017-01-17 00:19:34 +01:00
2018-07-14 15:05:19 +02:00
configLogger.succ('Loaded');
2016-12-28 23:49:51 +01:00
// Try to connect to MongoDB
2019-02-04 03:48:59 +01:00
try {
await checkMongoDB(config, bootLogger);
2019-02-04 03:48:59 +01:00
} catch (e) {
bootLogger.error('Cannot connect to database', null, true);
2019-02-04 03:48:59 +01:00
process.exit(1);
}
return config;
}
async function spawnWorkers(limit: number = Infinity) {
2018-11-20 04:25:58 +01:00
const workers = Math.min(limit, os.cpus().length);
2019-02-02 17:01:40 +01:00
bootLogger.info(`Starting ${workers} worker${workers === 1 ? '' : 's'}...`);
2018-11-20 04:25:58 +01:00
await Promise.all([...Array(workers)].map(spawnWorker));
2019-02-02 17:01:40 +01:00
bootLogger.succ('All workers started');
2018-11-20 04:25:58 +01:00
}
2018-11-05 19:48:23 +01:00
2018-11-20 04:25:58 +01:00
function spawnWorker(): Promise<void> {
return new Promise(res => {
2018-11-20 04:25:58 +01:00
const worker = cluster.fork();
worker.on('message', message => {
if (message !== 'ready') return;
res();
});
2017-08-10 15:06:47 +02:00
});
2016-12-28 23:49:51 +01:00
}
2018-07-28 10:57:24 +02:00
//#region Events
2017-01-24 02:28:14 +01:00
// Listen new workers
cluster.on('fork', worker => {
clusterLogger.debug(`Process forked: [${worker.id}]`);
2017-01-24 02:28:14 +01:00
});
// Listen online workers
cluster.on('online', worker => {
clusterLogger.debug(`Process is now online: [${worker.id}]`);
2017-01-24 02:28:14 +01:00
});
// Listen for dying workers
cluster.on('exit', worker => {
// Replace the dead worker,
// we're not sentimental
clusterLogger.error(chalk.red(`[${worker.id}] died :(`));
2017-01-24 02:28:14 +01:00
cluster.fork();
});
// Display detail of unhandled promise rejection
if (!program.quiet) {
process.on('unhandledRejection', console.dir);
}
2018-05-20 12:24:54 +02:00
// Display detail of uncaught exception
process.on('uncaughtException', err => {
2019-02-02 17:20:21 +01:00
logger.error(err);
2018-05-20 12:24:54 +02:00
});
2016-12-28 23:49:51 +01:00
// Dying away...
2018-05-20 12:24:54 +02:00
process.on('exit', code => {
2019-02-02 17:20:21 +01:00
logger.info(`The process is going to exit with code ${code}`);
2016-12-28 23:49:51 +01:00
});
2018-07-28 10:57:24 +02:00
//#endregion
2018-11-19 04:58:58 +01:00
main();