Pass through configuration directories to compose
This commit is contained in:
1
conf/templates/aliasdata.json
Normal file
1
conf/templates/aliasdata.json
Normal file
File diff suppressed because one or more lines are too long
69
conf/templates/config.json
Normal file
69
conf/templates/config.json
Normal file
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"Listener": {
|
||||
"Port": 13867,
|
||||
"Address": "127.0.0.1",
|
||||
"UseSSL": true
|
||||
},
|
||||
"RelayAPI": {
|
||||
"Enabled": true,
|
||||
"Port": 13868,
|
||||
"Address": "127.0.0.1",
|
||||
"UseSSL": true
|
||||
},
|
||||
"API": {
|
||||
"Enabled": true,
|
||||
"Port": 13869,
|
||||
"Address": "127.0.0.1"
|
||||
},
|
||||
"Key": "key.pem",
|
||||
"Certificate": "cert.pem",
|
||||
"RedisSocket": "/var/run/redis/redis.sock",
|
||||
"RedisDBEphemeral": 2,
|
||||
"RedisDBPersistent": 3,
|
||||
"UsePassword": false,
|
||||
"ConnectOnCreate": false,
|
||||
"AutoReg": false,
|
||||
"Debug": false,
|
||||
"Trace": false,
|
||||
"Relay": {
|
||||
"Host": "127.0.0.1",
|
||||
"Port": "2001",
|
||||
"User": "x",
|
||||
"Password": "x"
|
||||
},
|
||||
"Logstash": {
|
||||
"Host": "127.0.0.1",
|
||||
"Port": "4000"
|
||||
},
|
||||
"ChanKeep": {
|
||||
"Enabled": false,
|
||||
"MaxRelay": 30,
|
||||
"SigSwitch": 20
|
||||
},
|
||||
"Dist": {
|
||||
"Enabled": true,
|
||||
"SendOutput": false,
|
||||
"File": "conf/dist.sh"
|
||||
},
|
||||
"Toggles": {
|
||||
"Who": true,
|
||||
"CycleChans": true
|
||||
},
|
||||
"Password": "x",
|
||||
"Tweaks": {
|
||||
"MaxHash": 10,
|
||||
"DedupPrecision": 9,
|
||||
"ZNC": {
|
||||
"Prefix": "*"
|
||||
},
|
||||
"Delays": {
|
||||
"WhoLoop": 600,
|
||||
"WhoRange": 1800,
|
||||
"Timeout": 30,
|
||||
"MaxDelay": 360,
|
||||
"InitialDelay": 1.0,
|
||||
"Factor": 2.718281828459045,
|
||||
"Jitter": 0.11962656472
|
||||
}
|
||||
}
|
||||
}
|
||||
37
conf/templates/help.json
Normal file
37
conf/templates/help.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"pass": "pass <password>",
|
||||
"logout": "logout",
|
||||
"mod": "mod <name> [<key>] [<value>]",
|
||||
"who": "who <query>",
|
||||
"join": "join <name> <num> <channel> [<key>]",
|
||||
"part": "part <name> <num> <channel>",
|
||||
"enable": "enable <name> <num>",
|
||||
"disable": "disable <name> <num>",
|
||||
"stats": "stats [<name>]",
|
||||
"save": "save <(file)|list|all>",
|
||||
"load": "load <(file)|list|all>",
|
||||
"dist": "dist",
|
||||
"loadmod": "loadmod <module>",
|
||||
"msg": "msg <network> <num> <target> <message...>",
|
||||
"chans": "chans <nick> [<nick> ...]",
|
||||
"users": "users <channel> [<channel> ...]",
|
||||
"relay": "relay <add|del|list> [<network>] [<num>]",
|
||||
"network": "network <add|del|list> [<name> <address> <port> <ssl|plain> <sasl|ns|none>]",
|
||||
"alias": "alias [<add|del>] [<num>]",
|
||||
"auto": "auto [<network>]",
|
||||
"cmd": "cmd <relay> <user> <entity> <text ...>",
|
||||
"token": "token <add|del|list> [<key>] [relay|api]",
|
||||
"all": "all <entity> <text ...>",
|
||||
"allc": "allc <network|alias> <(network)|(alias)> <entity> <text ...>",
|
||||
"admall": "admall <entity> <text ...>",
|
||||
"swho": "swho <network> [<channel>]",
|
||||
"list": "list [<network>]",
|
||||
"exec": "exec <expr ...>",
|
||||
"reg": "reg <network> [<num>]",
|
||||
"confirm": "confirm <network> <num> <token>",
|
||||
"pending": "pending [<network>]",
|
||||
"authcheck": "authcheck [<network>]",
|
||||
"recheckauth": "recheckauth [<network>]",
|
||||
"blacklist": "blacklist <network> <channel>",
|
||||
"email": "email <add|del|list> [(domain)|<num>] [<email>]"
|
||||
}
|
||||
23
conf/templates/irc.json
Normal file
23
conf/templates/irc.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"_": {
|
||||
"register": true,
|
||||
"entity": "NickServ",
|
||||
"email": "{nickname}@domain.com",
|
||||
"registermsg": "REGISTER {password} {email}",
|
||||
"confirm": "CONFIRM {token}",
|
||||
"check": true,
|
||||
"ping": true,
|
||||
"negative": true,
|
||||
"pingmsg": "STATUS",
|
||||
"negativemsg": "INFO {nickname}",
|
||||
"checktype": "mode",
|
||||
"checkmode": "r",
|
||||
"checkmsg": "Password accepted - you are now recognized.",
|
||||
"checkmsg2": "You are logged in as",
|
||||
"checknegativemsg": "has \u0002NOT COMPLETED\u0002 registration verification",
|
||||
"checkendnegative": "End of Info"
|
||||
},
|
||||
"freenode": {
|
||||
"confirm": "VERIFY REGISTER {nickname} {token}"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user