updated readme and added scripts

pull/22/head
tycrek 3 years ago
parent 4ce44c052b
commit fe7f5bae5d
No known key found for this signature in database
GPG Key ID: 25D74F3943625263

@ -30,6 +30,7 @@
- ✔️ Basic multi-user support
- ✔️ Configurable global upload limit (per-user coming soon!)
- ✔️ Local storage *or* block-storage support for [Amazon S3](https://aws.amazon.com/s3/) (including [DigitalOcean Spaces](https://www.digitalocean.com/products/spaces/))
- ✔️ Custom pluggable frontend dashboards using [Git Submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules)
- ✔️ Multiple access types
- **[ZWS](https://zws.im)**
- **Mixed-case alphanumeric**

@ -8,6 +8,8 @@
"setup": "node setup.js",
"metrics": "node metrics.js",
"new-token": "node generators/token.js",
"update": "git restore package-lock.json && git pull && npm i && npm run restart",
"restart": "systemctl restart ass.service",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
@ -49,4 +51,4 @@
"tycrek-s3-transform": "^3.3.0",
"uuid": "^8.3.2"
}
}
}
Loading…
Cancel
Save