Doc update
This commit is contained in:
parent
1dafa2854b
commit
a5f3a65faa
|
@ -44,90 +44,5 @@ Below is a list of various configuration sections. There are many more, but this
|
||||||
* [File Base](/docs/filebase/index.md)
|
* [File Base](/docs/filebase/index.md)
|
||||||
* [File Transfer Protocols](file-transfer-protocols.md): Oldschool file transfer protocols such as X/Y/Z-Modem!
|
* [File Transfer Protocols](file-transfer-protocols.md): Oldschool file transfer protocols such as X/Y/Z-Modem!
|
||||||
* [Message Areas](/docs/messageareas/configuring-a-message-area.md), [Networks](/docs/messageareas/message-networks.md), [NetMail](/docs/messageareas/netmail.md), etc.
|
* [Message Areas](/docs/messageareas/configuring-a-message-area.md), [Networks](/docs/messageareas/message-networks.md), [NetMail](/docs/messageareas/netmail.md), etc.
|
||||||
|
* ...and a **lot** more! Explore the docs! If you can't find something, please contact us!
|
||||||
|
|
||||||
|
|
||||||
### A Sample Configuration
|
|
||||||
Below is a **sample** `config.hjson` illustrating various (but certainly not all!) elements that can be configured / tweaked.
|
|
||||||
|
|
||||||
**This is for illustration purposes! Do not cut & paste this configuration!**
|
|
||||||
|
|
||||||
|
|
||||||
```hjson
|
|
||||||
{
|
|
||||||
general: {
|
|
||||||
boardName: A Sample BBS
|
|
||||||
menuFile: "your_bbs.hjson" // copy of menu.hjson file (and adapt to your needs)
|
|
||||||
}
|
|
||||||
|
|
||||||
theme: {
|
|
||||||
default: "super-fancy-theme" // default-assigned theme (for new users)
|
|
||||||
}
|
|
||||||
|
|
||||||
messageConferences: {
|
|
||||||
local_general: {
|
|
||||||
name: Local
|
|
||||||
desc: Local Discussions
|
|
||||||
default: true
|
|
||||||
|
|
||||||
areas: {
|
|
||||||
local_enigma_dev: {
|
|
||||||
name: ENiGMA 1/2 Development
|
|
||||||
desc: Discussion related to development and features of ENiGMA 1/2!
|
|
||||||
default: true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
agoranet: {
|
|
||||||
name: Agoranet
|
|
||||||
desc: This network is for blatant exploitation of the greatest BBS scene art group ever.. ACiD.
|
|
||||||
|
|
||||||
areas: {
|
|
||||||
agoranet_bbs: {
|
|
||||||
name: BBS Discussion
|
|
||||||
desc: Discussion related to BBSs
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
messageNetworks: {
|
|
||||||
ftn: {
|
|
||||||
areas: {
|
|
||||||
agoranet_bbs: { /* hey kids, this matches above! */
|
|
||||||
|
|
||||||
// oh oh oh, and this one pairs up with a network below
|
|
||||||
network: agoranet
|
|
||||||
tag: AGN_BBS
|
|
||||||
uplinks: "46:1/100"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
networks: {
|
|
||||||
agoranet: {
|
|
||||||
localAddress: "46:3/102"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
scannerTossers: {
|
|
||||||
ftn_bso: {
|
|
||||||
schedule: {
|
|
||||||
import: every 1 hours or @watch:/home/enigma/bink/watchfile.txt
|
|
||||||
export: every 1 hours or @immediate
|
|
||||||
}
|
|
||||||
|
|
||||||
defaultZone: 46
|
|
||||||
defaultNetwork: agoranet
|
|
||||||
|
|
||||||
nodes: {
|
|
||||||
"46:*": {
|
|
||||||
archiveType: ZIP
|
|
||||||
encoding: utf8
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
|
Loading…
Reference in New Issue