Setting name
|
Description
|
localdir
|
This is the root of the directory that you want to share with Shardia. For example, /mnt/archives/.
You should place a / after this setting, but I don't think it is entirely necessary.
|
workdir
|
This is the location of Shardia's datafiles.
This is also the location of Shardia's temporary files.
For example, while creating the zip file of a directory to be downloaded, it is stored in this directory.
If the themes.db file is located in /var/www/shardia, then this setting would be /var/www/shardia/.
This setting must have a / at the end.
|
hidden
|
This is a multiline setting.
Each directory that you want to hide is listed on its own line.
Each directory is relative to localdir.
For example, if you are sharing /mnt/archives and you want to hide /mnt/archives/priv, one of the lines in this setting would be /priv.
Every entry in this setting must begin with a /.
|
servername
|
This is the name of your particular server.
It is placed in the titlebar of the browser's window.
If you don't want to think up a creative name, you should put in Shardia.
|
defaulttheme
|
This is a number that specifies which theme should be the default for users that haven't chosen a theme.
It is preferably set by the admin's configuration screen, as in that screen you can see which theme's name is selected.
|
maxzipsize
|
This is the size in bytes that the list of files to be placed into a directory's zip file should not exceed.
|
customhead
|
This is a multiline setting.
This is a block of text that will be added to the field of every page in the program.
This can be used to edit the CSS styles.
The default shardia.conf file contains a complete stylesheet in this field, that defines a style for every element in the program, as well as containing comments describing which elements are where in the program.
|
custombody
|
This is a multiline settings.
This is a block of text that will be added after .
You should place a tag in this section. By default, Shardia will not add one.
|
nfobox
|
This setting contains the dimensions of the NFO Header box, in characters.
For example: nfobox=81,30
|
userlist
|
This is a list of users that can log in.
The first user is the admin, and has more rights in the program.
|
passlist
|
This is a list of passwords for the users.
Each password matches exactly to the respective user in userlist.
Examine the default shardia.conf file for an example of this.
The first user in userlist has the first password in passlist.
|
adminlist
|
This is a comma separated list of users who are also considered to be admins.
They have all the rights of the normal admin (the first user in userlist), except that they can't edit this list through the configuration screen.
There should be no spaces in this area.
For example: "adminlist=user,user2,user3,someone,someoneelse,somebody"
|