3 public-inbox-init - create or reinitialize a public-inbox
7 B<public-inbox-init> [OPTIONS] NAME INBOX_DIR HTTP_URL ADDRESS [ADDRESS..]
11 Creates an empty public-inbox or reinitializes an existing one.
12 It updates C<~/.public-inbox/config> by creating a
13 C<[publicinbox "NAME"]> section where
14 C<publicinbox.NAME.inboxdir> is C<INBOX_DIR>,
15 C<publicinbox.NAME.url> is C<HTTP_URL>, and
16 C<publicinbox.NAME.address> is C<ADDRESS>. Multiple addresses
17 may be specified for inboxes with multiple addresses.
23 =item -V, --version FORMAT_VERSION
25 Specify C<2> here to use the scalable L<public-inbox-v2-format(5)>
26 if you have L<DBD::SQLite> installed.
28 The default is C<1> for the old L<public-inbox-v1-format(5)>,
29 but C<2> is strongly recommended for scalability if you have
34 =item --indexlevel <basic|medium|full>
36 Controls the indexing level for L<public-inbox-index(1)>
38 See L<public-inbox-config(5)> for more information.
42 =item -S, --skip-epoch
44 For C<-V2> (L<public-inbox-v2-format(5)>) inboxes only, this option
45 allows archivists to publish incomplete archives with newer
46 mail while allowing "0.git" (or "1.git" and so on) epochs to be
47 added-after-the-fact (without affecting "git clone" followers).
49 Default: unset, no epochs are skipped
59 Used to override the default C<~/.public-inbox/config> value.
65 This tool predates NNTP support in public-inbox and is missing
66 C<newsgroup> and many of the options documented in
67 L<public-inbox-config(5)>. See L<public-inbox-config(5)> for all the
68 options which may be applied to a given inbox.
72 Feedback welcome via plain-text mail to L<mailto:meta@public-inbox.org>
74 The mail archives are hosted at L<https://public-inbox.org/meta/>
75 and L<http://hjrcffqmbrq6wope.onion/meta/>
79 Copyright 2019-2020 all contributors L<mailto:meta@public-inbox.org>
81 License: AGPL-3.0+ L<https://www.gnu.org/licenses/agpl-3.0.txt>
85 L<git-init(1)>, L<git-config(1)>, L<public-inbox-v1-format(5)>,
86 L<public-inbox-v2-format(5)>