mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-27 21:16:09 +02:00
818 B
818 B
layout | title |
---|---|
page | Uploads |
Uploads
The default ACS for file areas in ENiGMA½ is to allow regular users 'read' and sysops 'read/write'. Read ACS includes listing and downloading while write allows for uploading. See File Base ACS for more information.
To change ACS for a particular area, create an acs
block specifying ACS for read
and/or write
. For example, let's allow regular users (in the "users" group) to upload to an area:
uploads: {
name: Uploads
desc: User Uploads
storageTags: [
"uploads"
]
acs: {
write: GM[users]
}
}
ℹ️ Remember that uploads in a particular area are stored using the first storage tag defined in that area.
ℹ️ Any ACS checks are allowed. See ACS