Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
taskd(5)			  User Manuals				taskd(5)

NAME
     taskdrc - Configuration details for the taskd(1) server

CONFIGURATION VARIABLES
     Valid variable names and their default values are:

     ca.cert
	    Fully qualified path to the CA certificate.  Optional.

     ciphers
	    List  of  GnuTLS  ciphers  to  use.   Default is "NORMAL".	See your
	    GnuTLS documentation for full details.

     confirmation=on
	    Determines whether certain commands are confirmed.	Defaults to on.

     client.cert
	    Fully qualified path of the  client  cert.	 This  is  used  by  the
	    'client' command.

     debug=off
	    Logs debugging information.

     debug.tls=0
	    GnuTLS  log level, an integer from 0 to 9, where 0 means no logging,
	    and 9 means sensitive data leaks.  Caution!

     extensions=<path>
	    Fully qualified path of the Taskserver extension scripts.  Currently
	    there are none.

     family=IPv4
	    Specifies the address family to use.  Can be 'IPv4', 'IPv6', or  not
	    specified which means 'any'.  Default is no value.

     ip.log=on
	    Logs the IP addresses of incoming requests.

     log=/tmp/taskd.log
	    Fully-qualified  path name to the Taskserver log file.  Alternately,
	    specifying the value '-' will cause all logging  to  go  to  STDOUT.
	    This does not apply when the server is run as a daemon.

     pid.file=/tmp/taskd.pid
	    Fully-qualified  path name to the Taskserver PID file.  This is used
	    by the 'taskdctl' script to start/stop the daemon.

     queue.size=10
	    Size of the connection backlog.  See 'man listen'.

     request.limit=1048576
	    Size limit of incoming requests, in bytes.	Use a value of zero  '0'
	    to indicate no size limit.

     server=localhost:53589
	    The  address  (IPv4,  IPv6	or DNS) of the Taskserver, followed by a
	    colon and the port number.

     server.cert
	    Fully qualified path to the server certificate.

     server.crl
	    Fully qualified path to the server certificate revocation list.

     server.key
	    Fully qualified path to the server key.

     trust  Trust level of the server, which determines how the client	certifi-
	    cates  are	verified.  If the value is 'allow all' then no verifica-
	    tion is performed.	Defaults to 'strict'.

	    Note that sending the HUP signal to the Taskserver causes a configu-
	    ration file reload before the next request is handled.

ENVIRONMENT VARIABLES
     Environment variables provide values that would otherwise	be  required  at
     the command line.

     TASKDDATA=<root>
	    Most  command  require  either  '--data  <root>' or this environment
	    variable.  If both are provided, the command line overrides the  en-
	    vironment.

CREDITS & COPYRIGHTS
     Copyright (C) 2012 - 2015, GA<paragraph>teborg Bit Factory.

     Taskserver  is  distributed  under  the  MIT  license. See http://www.open-
     source.org/licenses/mit-license.php for more information.

SEE ALSO
     taskd(1),taskdctl(1)

     For more information regarding Taskserver, see the following:

     The official site at
	    <http://taskwarrior.org>

     The official code repository at
	    <https://git.tasktools.org/scm/tm/taskd.git>

     You can contact the project by emailing
	    <support@taskwarrior.org>

REPORTING BUGS
     Bugs in Taskserver may be reported to the issue-tracker at
	    <http://taskwarrior.org

taskd 1.1.0			   2015-05-10				taskd(5)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=taskdrc&sektion=5&manpath=FreeBSD+Ports+15.1.quarterly>

home | help