logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

tj3webd - TaskJuggler reports web server

Description

       The  TaskJuggler web server can be used to serve the HTTP reports of TaskJuggler projects to be viewed by
       any HTML5 compliant web browser. It uses the TaskJuggler  daemon  (tj3d)  for  data  hosting  and  report
       generation.

Environment

HOME   The user's home folder. Used to search for configuration file if not specified.

Files

.taskjugglerrc or taskjuggler.rc
              tj3d searches for a config file named .taskjugglerrc or taskjuggler.rc in the  current  path,  the
              user's  home  path  as  specified by the HOME environment variable or /etc/. At a minimum the file
              must contain:

              _global:
                authKey: ********

              (the user should specify their own auth key and set file permissions accordingly). An  alternative
              config file location may be specified using the -c, --config FILE option.

Name

       tj3webd - TaskJuggler reports web server

Options

-c, --config <FILE>
              Use the specified YAML configuration file

       --silent
              Don't show program and progress information

       --no-color
              Don't  use  ANSI  contol  sequences  to color the terminal output. Colors should only be used when
              spooling to an ANSI terminal. In case the detection fails, you can use this option to force colors
              to be off.

       --debug
              Enable Ruby debug mode

       -d, --dont-daemonize
              Don't put program into daemon mode. Keep it connected to the terminal and show debug output.

       -p, --port <NUMBER>
              Use the specified TCP/IP port to connect to the TaskJuggler daemon (Default: 8474).

       --pidfile <FILE NAME>
              Write the process ID of the daemon to the specified file.

       --logfile <FILE NAME>
              Log daemon messages to the specified file.

       --urifile <FILE NAME>
              If the port is 0, use this file to read the URI of the TaskJuggler daemon.

       --webserver-port <NUMBER>
              Use the specified TCP/IP port to serve web browser requests (Default: 8080).

       -h, --help
              Show this message

       --version
              Show version info

See Also

tj3d(1)

       The full TaskJuggler manual is available online at  http://www.taskjuggler.org/tj3/manual/,  or  via  the
       tj3man command.

TaskJuggler 3.8.1                                 January 2025                                        TJ3WEBD(1)

Synopsis

tj3webd [options]

See Also