Merge branch 'master' of ssh://github.com/majestrate/nntpchan
This commit is contained in:
commit
d2142f7c83
@ -9,7 +9,7 @@ Hey, welcome to the documentation. This will help you use and develop with NNTPC
|
|||||||
2. [Setting up NNTPChan](setting-up.md) - Configuring the node
|
2. [Setting up NNTPChan](setting-up.md) - Configuring the node
|
||||||
3. [Running NNTPChan](running.md) - Running the node for the first time
|
3. [Running NNTPChan](running.md) - Running the node for the first time
|
||||||
4. [Managing your NNTPChan node with the CLI](cli.md) - Manage many aspects of your node via the command-line interface
|
4. [Managing your NNTPChan node with the CLI](cli.md) - Manage many aspects of your node via the command-line interface
|
||||||
5. [Configuring your news reader for NNTPChan](extras/configure-newsreader.md) - Setup **Mozilla Thunderbird** or **Pan** to send and receive articles from your node.
|
5. [Configuring your news reader for NNTPChan](extras/configure-newsreader.md) - Setup **Mozilla Thunderbird** or **Pan** to send and receive articles from your NNTPChan node of choice.
|
||||||
|
|
||||||
##Developer related
|
##Developer related
|
||||||
|
|
||||||
|
@ -16,6 +16,7 @@ allow_attachments=1
|
|||||||
require_tls=1
|
require_tls=1
|
||||||
anon_nntp=0
|
anon_nntp=0
|
||||||
feeds=/etc/nntpchan/feeds.d
|
feeds=/etc/nntpchan/feeds.d
|
||||||
|
archive=0
|
||||||
|
|
||||||
[pprof]
|
[pprof]
|
||||||
enable=0
|
enable=0
|
||||||
@ -112,6 +113,9 @@ This is where you put the address and port that you would like the NNTP server t
|
|||||||
####feeds
|
####feeds
|
||||||
* Feeds configurations can optionally be stored in a directory of your choosing (the default is `feeds.d` in the working directory). Any ini files located in this directory will be loaded.
|
* Feeds configurations can optionally be stored in a directory of your choosing (the default is `feeds.d` in the working directory). Any ini files located in this directory will be loaded.
|
||||||
|
|
||||||
|
####archive
|
||||||
|
* When this is set to `1`, the daemon will never expire posts.
|
||||||
|
* When this is set to `0`, the daemon will delete old posts. FIXME: under what conditions?
|
||||||
|
|
||||||
##`[pprof]`
|
##`[pprof]`
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user