Scroll to navigation

THUMBOR(1) User Commands THUMBOR(1)

NAME

thumbor - Thumbnailing service

DESCRIPTION

usage: thumbor [-h] [--version] [-p PORT] [-i IP] [-f FD] [-c CONF]

[-k KEYFILE] [-l LOG_LEVEL] [-a APP]

thumbor server

optional arguments:

show this help message and exit
show program's version number and exit
The port to run this thumbor instance at [default: 8888].
The host address to run this thumbor instance at [default: 0.0.0.0].
The file descriptor number or path to listen for connections on (--port and --ip will be ignored if this is set)[default: None].
The path of the configuration file to use for this thumbor instance [default: None].
The path of the configuration file to use for this thumbor instance [default: None].
The log level to be used. Possible values are: debug, info, warning, error, critical or notset. [default: warning].
A custom app to use for this thumbor server in case you subclassed ThumborServiceApp [default: thumbor.app.ThumborServiceApp].

SEE ALSO

The full documentation for thumbor is maintained as a Texinfo manual. If the info and thumbor programs are properly installed at your site, the command

info thumbor

should give you access to the complete manual.

June 2016 thumbor 6.0.1