2021-08-27 14:32:44 +02:00
|
|
|
import { IConfig } from 'config'
|
2021-03-11 09:51:08 +01:00
|
|
|
import { parseSemVersion, promisify0 } from '../helpers/core-utils'
|
2019-08-07 12:04:06 +02:00
|
|
|
import { logger } from '../helpers/logger'
|
2016-02-07 11:23:23 +01:00
|
|
|
|
2021-08-27 14:32:44 +02:00
|
|
|
// Special behaviour for config because we can reload it
|
|
|
|
const config: IConfig = require('config')
|
|
|
|
|
2018-09-24 13:07:33 +02:00
|
|
|
// ONLY USE CORE MODULES IN THIS FILE!
|
2016-11-01 19:46:07 +01:00
|
|
|
|
|
|
|
// Check the config files
|
|
|
|
function checkMissedConfig () {
|
2018-04-17 11:14:32 +02:00
|
|
|
const required = [ 'listen.port', 'listen.hostname',
|
2016-10-23 19:41:17 +02:00
|
|
|
'webserver.https', 'webserver.hostname', 'webserver.port',
|
2018-03-29 10:58:24 +02:00
|
|
|
'trust_proxy',
|
2020-12-02 14:23:10 +01:00
|
|
|
'database.hostname', 'database.port', 'database.username', 'database.password', 'database.pool.max',
|
2018-03-23 11:39:06 +01:00
|
|
|
'smtp.hostname', 'smtp.port', 'smtp.username', 'smtp.password', 'smtp.tls', 'smtp.from_address',
|
2019-08-22 10:22:01 +02:00
|
|
|
'email.body.signature', 'email.subject.prefix',
|
2018-03-23 11:39:06 +01:00
|
|
|
'storage.avatars', 'storage.videos', 'storage.logs', 'storage.previews', 'storage.thumbnails', 'storage.torrents', 'storage.cache',
|
2019-07-05 13:54:32 +02:00
|
|
|
'storage.redundancy', 'storage.tmp', 'storage.streaming_playlists', 'storage.plugins',
|
2018-03-23 11:39:06 +01:00
|
|
|
'log.level',
|
2018-08-28 09:01:35 +02:00
|
|
|
'user.video_quota', 'user.video_quota_daily',
|
2021-10-26 16:42:10 +02:00
|
|
|
'video_channels.max_per_user',
|
2019-02-21 16:27:32 +01:00
|
|
|
'csp.enabled', 'csp.report_only', 'csp.report_uri',
|
2021-04-12 15:33:54 +02:00
|
|
|
'security.frameguard.enabled',
|
2021-02-16 16:25:53 +01:00
|
|
|
'cache.previews.size', 'cache.captions.size', 'cache.torrents.size', 'admin.email', 'contact_form.enabled',
|
2021-04-24 11:57:01 +02:00
|
|
|
'signup.enabled', 'signup.limit', 'signup.requires_email_verification', 'signup.minimum_age',
|
2018-08-31 09:18:19 +02:00
|
|
|
'signup.filters.cidr.whitelist', 'signup.filters.cidr.blacklist',
|
2018-09-19 16:21:09 +02:00
|
|
|
'redundancy.videos.strategies', 'redundancy.videos.check_interval',
|
2019-11-05 10:13:37 +01:00
|
|
|
'transcoding.enabled', 'transcoding.threads', 'transcoding.allow_additional_extensions', 'transcoding.hls.enabled',
|
2021-02-08 10:51:10 +01:00
|
|
|
'transcoding.profile', 'transcoding.concurrency',
|
2020-04-10 08:55:21 +02:00
|
|
|
'transcoding.resolutions.0p', 'transcoding.resolutions.240p', 'transcoding.resolutions.360p', 'transcoding.resolutions.480p',
|
2020-12-24 18:02:04 +01:00
|
|
|
'transcoding.resolutions.720p', 'transcoding.resolutions.1080p', 'transcoding.resolutions.1440p', 'transcoding.resolutions.2160p',
|
2021-02-08 10:51:10 +01:00
|
|
|
'import.videos.http.enabled', 'import.videos.torrent.enabled', 'import.videos.concurrency', 'auto_blacklist.videos.of_users.enabled',
|
2018-09-04 15:31:13 +02:00
|
|
|
'trending.videos.interval_days',
|
2018-04-19 11:01:34 +02:00
|
|
|
'instance.name', 'instance.short_description', 'instance.description', 'instance.terms', 'instance.default_client_route',
|
2019-02-20 15:36:43 +01:00
|
|
|
'instance.is_nsfw', 'instance.default_nsfw_policy', 'instance.robots', 'instance.securitytxt',
|
2019-04-08 14:04:57 +02:00
|
|
|
'services.twitter.username', 'services.twitter.whitelisted',
|
2019-04-10 09:23:18 +02:00
|
|
|
'followers.instance.enabled', 'followers.instance.manual_approval',
|
2019-04-11 17:33:36 +02:00
|
|
|
'tracker.enabled', 'tracker.private', 'tracker.reject_too_many_announces',
|
2019-04-26 13:48:55 +02:00
|
|
|
'history.videos.max_age', 'views.videos.remote.max_age',
|
2019-07-09 11:45:19 +02:00
|
|
|
'rates_limit.login.window', 'rates_limit.login.max', 'rates_limit.ask_send_email.window', 'rates_limit.ask_send_email.max',
|
2020-04-07 15:27:41 +02:00
|
|
|
'theme.default',
|
2020-06-03 09:42:07 +02:00
|
|
|
'remote_redundancy.videos.accept_from',
|
2021-02-26 16:26:27 +01:00
|
|
|
'federation.videos.federate_unlisted', 'federation.videos.cleanup_remote_interactions',
|
2021-03-11 16:54:52 +01:00
|
|
|
'peertube.check_latest_version.enabled', 'peertube.check_latest_version.url',
|
2020-05-29 16:16:24 +02:00
|
|
|
'search.remote_uri.users', 'search.remote_uri.anonymous', 'search.search_index.enabled', 'search.search_index.url',
|
2020-09-25 16:19:35 +02:00
|
|
|
'search.search_index.disable_local_search', 'search.search_index.is_default_search',
|
2020-10-28 15:24:40 +01:00
|
|
|
'live.enabled', 'live.allow_replay', 'live.max_duration', 'live.max_user_lives', 'live.max_instance_lives',
|
2021-01-28 16:10:09 +01:00
|
|
|
'live.transcoding.enabled', 'live.transcoding.threads', 'live.transcoding.profile',
|
2020-09-25 16:19:35 +02:00
|
|
|
'live.transcoding.resolutions.240p', 'live.transcoding.resolutions.360p', 'live.transcoding.resolutions.480p',
|
2020-12-24 18:02:04 +01:00
|
|
|
'live.transcoding.resolutions.720p', 'live.transcoding.resolutions.1080p', 'live.transcoding.resolutions.1440p',
|
|
|
|
'live.transcoding.resolutions.2160p'
|
2016-10-13 21:48:55 +02:00
|
|
|
]
|
2020-09-25 16:19:35 +02:00
|
|
|
|
2018-05-14 17:51:15 +02:00
|
|
|
const requiredAlternatives = [
|
|
|
|
[ // set
|
2020-01-31 16:56:52 +01:00
|
|
|
[ 'redis.hostname', 'redis.port' ], // alternative
|
|
|
|
[ 'redis.socket' ]
|
2018-05-14 17:51:15 +02:00
|
|
|
]
|
|
|
|
]
|
2017-06-10 22:15:25 +02:00
|
|
|
const miss: string[] = []
|
2016-02-07 11:23:23 +01:00
|
|
|
|
2016-03-16 22:29:27 +01:00
|
|
|
for (const key of required) {
|
2016-02-07 11:23:23 +01:00
|
|
|
if (!config.has(key)) {
|
|
|
|
miss.push(key)
|
2015-06-09 17:41:40 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-09-24 13:07:33 +02:00
|
|
|
const redundancyVideos = config.get<any>('redundancy.videos.strategies')
|
2019-03-19 16:33:40 +01:00
|
|
|
|
|
|
|
if (Array.isArray(redundancyVideos)) {
|
2018-09-24 13:07:33 +02:00
|
|
|
for (const r of redundancyVideos) {
|
|
|
|
if (!r.size) miss.push('redundancy.videos.strategies.size')
|
|
|
|
if (!r.min_lifetime) miss.push('redundancy.videos.strategies.min_lifetime')
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-05-14 17:51:15 +02:00
|
|
|
const missingAlternatives = requiredAlternatives.filter(
|
|
|
|
set => !set.find(alternative => !alternative.find(key => !config.has(key)))
|
|
|
|
)
|
|
|
|
|
|
|
|
missingAlternatives
|
|
|
|
.forEach(set => set[0].forEach(key => miss.push(key)))
|
|
|
|
|
2016-02-07 11:23:23 +01:00
|
|
|
return miss
|
|
|
|
}
|
|
|
|
|
2017-05-05 17:15:21 +02:00
|
|
|
// Check the available codecs
|
2017-08-26 09:17:20 +02:00
|
|
|
// We get CONFIG by param to not import it in this file (import orders)
|
2017-10-25 16:03:33 +02:00
|
|
|
async function checkFFmpeg (CONFIG: { TRANSCODING: { ENABLED: boolean } }) {
|
2019-11-05 11:08:51 +01:00
|
|
|
if (CONFIG.TRANSCODING.ENABLED === false) return undefined
|
|
|
|
|
2017-05-05 17:15:21 +02:00
|
|
|
const Ffmpeg = require('fluent-ffmpeg')
|
2017-07-05 13:26:25 +02:00
|
|
|
const getAvailableCodecsPromise = promisify0(Ffmpeg.getAvailableCodecs)
|
2017-10-25 16:03:33 +02:00
|
|
|
const codecs = await getAvailableCodecsPromise()
|
2018-05-21 13:14:29 +02:00
|
|
|
const canEncode = [ 'libx264' ]
|
|
|
|
|
2017-10-25 16:03:33 +02:00
|
|
|
for (const codec of canEncode) {
|
|
|
|
if (codecs[codec] === undefined) {
|
|
|
|
throw new Error('Unknown codec ' + codec + ' in FFmpeg.')
|
|
|
|
}
|
|
|
|
|
|
|
|
if (codecs[codec].canEncode !== true) {
|
|
|
|
throw new Error('Unavailable encode codec ' + codec + ' in FFmpeg')
|
|
|
|
}
|
|
|
|
}
|
2017-05-05 17:15:21 +02:00
|
|
|
}
|
|
|
|
|
2019-08-07 12:04:06 +02:00
|
|
|
function checkNodeVersion () {
|
|
|
|
const v = process.version
|
2021-03-11 09:51:08 +01:00
|
|
|
const { major } = parseSemVersion(v)
|
2019-08-07 12:04:06 +02:00
|
|
|
|
|
|
|
logger.debug('Checking NodeJS version %s.', v)
|
|
|
|
|
2021-02-04 14:29:24 +01:00
|
|
|
if (major <= 10) {
|
|
|
|
logger.warn('Your NodeJS version %s is deprecated. Please upgrade.', v)
|
2019-08-07 12:04:06 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-02-07 11:23:23 +01:00
|
|
|
// ---------------------------------------------------------------------------
|
2016-01-31 11:23:52 +01:00
|
|
|
|
2017-05-15 22:22:03 +02:00
|
|
|
export {
|
|
|
|
checkFFmpeg,
|
2019-08-07 12:04:06 +02:00
|
|
|
checkMissedConfig,
|
|
|
|
checkNodeVersion
|
2017-05-15 22:22:03 +02:00
|
|
|
}
|