Reorganize, add setup script
This commit is contained in:
5
dist/config/archivers.ini
vendored
Normal file
5
dist/config/archivers.ini
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
[ZIP]
|
||||
Pack = zip -j *a *f
|
||||
Unpack = unzip -j -o *a -d *d
|
||||
Extension = zip
|
||||
|
56
dist/config/bbs.ini
vendored
Normal file
56
dist/config/bbs.ini
vendored
Normal file
@@ -0,0 +1,56 @@
|
||||
[main]
|
||||
Codepage = CP437
|
||||
Telnet Port = 2023
|
||||
BBS Name = Magicka BBS
|
||||
Sysop Name = sysop
|
||||
nodes = 4
|
||||
New User Level = 10
|
||||
MagiChat Server = localhost
|
||||
MagiChat Port = 6667
|
||||
MagiChat BBSTag = Magicka
|
||||
Default Tagline = Brought to you by Another Magicka BBS!
|
||||
External Editor cmd = /home/andrew/MagickaBBS/utils/magiedit/magiedit.sh
|
||||
External Editor stdio = true
|
||||
External Editor Codepage = CP437
|
||||
Automessage Write Level = 10
|
||||
Fork = false
|
||||
Enable WWW = false
|
||||
WWW Port = 8080
|
||||
Enable SSH = false
|
||||
SSH Port = 2024
|
||||
SSH DSA Key = /home/andrew/MagickaBBS/keys/ssh_host_dsa_key
|
||||
SSH RSA Key = /home/andrew/MagickaBBS/keys/ssh_host_rsa_key
|
||||
Main AKA = 1:2/3.4
|
||||
QWK Name = MAGICKA
|
||||
QWK Max Messages = 5000
|
||||
Broadcast Enable = false
|
||||
Broadcast Port = 2027
|
||||
Broadcast Address = 192.168.1.255
|
||||
IP Guard Enable = true
|
||||
IP Guard Timeout = 120
|
||||
IP Guard Tries = 4
|
||||
Root Menu = main
|
||||
Date Style = EU
|
||||
|
||||
[paths]
|
||||
Config Path = /home/andrew/MagickaBBS/config
|
||||
WWW Path = /home/andrew/MagickaBBS/www
|
||||
String File = /home/andrew/MagickaBBS/magicka.strings
|
||||
PID File = /home/andrew/MagickaBBS/magicka.pid
|
||||
ANSI Path = /home/andrew/MagickaBBS/ansis
|
||||
BBS Path = /home/andrew/MagickaBBS
|
||||
Log Path = /home/andrew/MagickaBBS/logs
|
||||
Script Path = /home/andrew/MagickaBBS/scripts
|
||||
Echomail Semaphore = /home/andrew/MagickaBBS/echomail.out
|
||||
Netmail Semaphore = /home/andrew/MagickaBBS/netmail.out
|
||||
Menu Path = /home/andrew/MagickaBBS/menus
|
||||
|
||||
[mail conferences]
|
||||
Local Mail = config/localmail.ini
|
||||
IllusionNet = config/illusionnet.ini
|
||||
|
||||
[file directories]
|
||||
General Files = config/filesgen.ini
|
||||
|
||||
[text files]
|
||||
Warning = ansis/bulletin0.ans
|
6
dist/config/doors.ini
vendored
Normal file
6
dist/config/doors.ini
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
[Test Door]
|
||||
; the command is passed node number as first argument
|
||||
; and socket number as second argument.
|
||||
command = /home/andrew/MagickaBBS/doors/rundoor.sh
|
||||
; whether or not to use stdio redirection
|
||||
stdio = false
|
8
dist/config/filesgen.ini
vendored
Normal file
8
dist/config/filesgen.ini
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
[main]
|
||||
Visible Sec Level = 10
|
||||
|
||||
[Misc]
|
||||
Database = files_misc
|
||||
Download Sec Level = 10
|
||||
Upload Sec Level = 10
|
||||
Upload Path = /home/andrew/MagickaBBS/files/misc
|
16
dist/config/illusionnet.ini
vendored
Normal file
16
dist/config/illusionnet.ini
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
[main]
|
||||
Visible Sec Level = 10
|
||||
Networked = true
|
||||
Real Names = false
|
||||
|
||||
[network]
|
||||
type = fido
|
||||
fido node = 867:61/2
|
||||
|
||||
[General]
|
||||
Read Sec Level = 10
|
||||
Write Sec Level = 10
|
||||
Path = /home/andrew/MagickaBBS/msgs/il_general
|
||||
; local / echo or netmail
|
||||
Type = Echo
|
||||
QWK Name = ILLGEN
|
18
dist/config/localmail.ini
vendored
Normal file
18
dist/config/localmail.ini
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
[main]
|
||||
Visible Sec Level = 10
|
||||
Networked = false
|
||||
Real Names = false
|
||||
|
||||
[General]
|
||||
Read Sec Level = 10
|
||||
Write Sec Level = 10
|
||||
Path = /home/andrew/MagickaBBS/msgs/general
|
||||
Type = Local
|
||||
QWK Name = GENERAL
|
||||
|
||||
[Testing]
|
||||
Read Sec Level = 10
|
||||
Write Sec Level = 10
|
||||
Path = /home/andrew/MagickaBBS/msgs/testing
|
||||
Type = Local
|
||||
QWK Name = TEST
|
20
dist/config/protocols.ini
vendored
Normal file
20
dist/config/protocols.ini
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
[ZModem]
|
||||
Internal ZModem = true
|
||||
|
||||
[LRZSZ Zmodem]
|
||||
Upload Prompt = false
|
||||
Upload Command = rz -R
|
||||
Download Command = sz *f
|
||||
stdio = true
|
||||
|
||||
[LRZSZ Ymodem]
|
||||
Upload Prompt = false
|
||||
Upload Command = rb -R
|
||||
Download Command = sb *f
|
||||
stdio = true
|
||||
|
||||
[LRZSZ XModem]
|
||||
Upload Prompt = true
|
||||
Upload Command = rx -R *f
|
||||
Download Command = sx *f
|
||||
stdio = true
|
2
dist/config/s10.ini
vendored
Normal file
2
dist/config/s10.ini
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
[main]
|
||||
time per day = 240
|
Reference in New Issue
Block a user