usenet ready for local testing
- custom patched nntp-server node module with support for POSTing - should be able to post locally - 4 groups are made by default - can override in user_config.json (look at the config.json changes but dont do them there) - can sync down from an upstream server with sync_nntp.js - sync does not push new posts to upstream yet
This commit is contained in:
@@ -68,6 +68,28 @@
|
||||
"local_nntp_requires_auth": true,
|
||||
"modules": [
|
||||
"WTVNews"
|
||||
],
|
||||
"featuredGroups": [
|
||||
{
|
||||
"name": "WebTV",
|
||||
"group": "webtv.users",
|
||||
"description": "A moderated discussion with WebTV customers"
|
||||
},
|
||||
{
|
||||
"name": "Hacking",
|
||||
"group": "alt.discuss.webtv.hacking",
|
||||
"description": "Not advertiser friendly"
|
||||
},
|
||||
{
|
||||
"name": "minisrv",
|
||||
"group": "minisrv.users",
|
||||
"description": "The server behind it all"
|
||||
},
|
||||
{
|
||||
"name": "MIDIs",
|
||||
"group": "alt.discuss.midis",
|
||||
"description": "Explore the sounds of Beatnik with your WebTV"
|
||||
}
|
||||
]
|
||||
},
|
||||
"wtv-register": {
|
||||
|
||||
Reference in New Issue
Block a user