Skip to main content

CLI Commands

jss start

Start the server.

jss start [options]

Options

OptionDescriptionDefault
-p, --port <n>Port to listen on3000
-h, --host <addr>Host to bind to0.0.0.0
-r, --root <path>Data directory./data
-c, --config <file>Config file path-
--ssl-key <path>SSL private key (PEM)-
--ssl-cert <path>SSL certificate (PEM)-
--connegEnable Turtle supportfalse
--notificationsEnable WebSocketfalse
--idpEnable built-in IdPfalse
--idp-issuer <url>IdP issuer URL(auto)
--subdomainsEnable subdomain podsfalse
--base-domain <domain>Base domain for subdomains-
--mashlibEnable Mashlib (local)false
--mashlib-cdnEnable Mashlib (CDN)false
--mashlib-version <ver>Mashlib CDN version2.0.0
--gitEnable Git HTTP backendfalse
-q, --quietSuppress logsfalse

jss init

Interactive configuration setup.

jss init [options]

jss --help

Show help information.

jss --help