config
memory values
_G.expect - used for the "expect" function
used for quick access to the "expect" function from computercraft
_G.mnxcfgfile - location of main minux config file for easy access.
used to make code smaller and changes possible
_G.mnxdshell - default system shell location
used as default system shell if no ui settings are found
can be pointed to any working shell script
_G.mnxlogpath - default log file directory
location of system log files
_G.mnxlogmode - logging system on/off
status of log system
_G.mnxloginmode - auth/login system on/off
status of login/auth system
_G.mnxauthsys - login system location
location of login/auth system
can be any working login script that changes the correct values
_G.mnxmaptsource - mapt source url list
mapt software repository url list
be sure to add at least one source if changing this
_G.mnxmaptinstall - mapt installed files list
mapt installed programs list
best to copy the previous one over if moving this file
_G.mnxuserdata - user data location
user data directory
be sure to create a root account when changing this
_G.mnxupdate - auto update setting
auto update interval setting, 0 = disabled
every time the system boots it counts untill it reaches this setting number
if it does, it checks for updates
_G.mnxdui - default user shell
location of the user's default ui
_G.mnxlogin - current user
currently logged in username
_G.mnxauthfun - current auth lua api
can be changed to another lua api for programs to switch login system
_G.allowed - was login allowed
used for tracking login attempts, only used during attempts and will be flipped.
_G.mnxcrashh - crashhandler on or off
used on boot to check if crash handler should protect.
_G.mnxversion - current minux version
used to display the current minux version.
_G.mnxbgcolor - background color
the system's background color.
_G.mnxtxtcolor - normal text color
the system's normal text color.
_G.mnxsyscolor - system/prompt color
the system's prompt color.
_G.mnxtempfolder - temporary files path
where programs store their temp files if they need them