filebases.toml
Contains an array of filebase
lives in the data path
Example:
[[filebase]]
name = "General Files"
database = "fb_general_files"
upload-path = "/home/user/dloads/general"
upload-sec = 99
download-sec = 25
- name a human readable name for the file area
- database the filename (without extension) of the database for the area, lives in the data path.
- upload-path where uploaded files to this area are saved. (Required, even if you don't plan on allowing uploads)
- upload-sec The security level required to upload to this area.
- download-sec The security level required to access this area.