Merge branch 'master' of ssh://gnunet.org/gnunet
[oweals/gnunet.git] / doc / man / gnunet-namestore-fcfsd.1
1 .TH GNUNET\-NAMESTORE-FCFSD 1 "5 Sep 2013" "GNUnet"
2
3 .SH NAME
4 gnunet\-namestore-fcfsd \- HTTP server for GNU Name System First-Come-First-Served name registration
5
6 .SH SYNOPSIS
7 .B gnunet\-namestore-fcfsd
8 .RI [ options ]
9 .br
10
11 .SH DESCRIPTION
12 Most users will not want to run an FCFS\-zone and thus will not need
13 this program.
14
15 \fBgnunet\-gns-fcfsd\fP runs a web server where users can register
16 names to be mapped to their GNS zone.  Names are made available on a
17 First Come First Served basis (hence fcfs).  Registered names do not
18 expire.  The HTTP server is run on the port that is specified in the
19 configuration file in section "[fcfsd]" under the name "HTTPPORT".
20
21 It is possible to manage gnunet\-gns\-fcfsd using
22 gnunet\-(service\-arm) by starting the daemon using "gnunet\-arm \-i
23 fcfsd" or by setting "IMMEDIATE_START=YES" in the "fcfds" section of your
24 configuration and the "-z ZONE" in as the "OPTION".
25
26 An FCFS\-zone is run at http://gnunet.org/fcfs/.  GNS users are
27 encouraged to register their zone with the gnunet.org FCFS authority.
28
29 If you want to run your own FCFS registrar, you need to first create a
30 pseudonym (using "gnunet\-identity \-C NAME"), and use it with the
31 "-z" option.  After that, you can start the FCFSD service (possibly using
32 gnunet\-arm).
33
34 .SH OPTIONS
35 .B
36 .IP "\-c FILENAME,  \-\-config=FILENAME"
37 Use the configuration file FILENAME.
38 .B
39 .IP "\-h, \-\-help"
40 Print short help on options.
41 .B
42 .IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
43 Use LOGLEVEL for logging.  Valid values are DEBUG, INFO, WARNING and
44 ERROR.
45 .B
46 .IP "\-v, \-\-version"
47 Print GNUnet version number.
48 .B
49 .IP "\-z EGO, \-\-zone=EGO"
50 Specifies for which EGO should FCFSD manage the zone.
51
52 .SH BUGS
53 Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <bug\-gnunet@gnu.org>
54
55 .SH SEE ALSO
56 gnunet\-identity(1), gnunet\-gns(1), gnunet\-gns\-proxy(1)