From fe7f5bae5de157b37001a5543f3886b19f56bd71 Mon Sep 17 00:00:00 2001 From: tycrek Date: Fri, 2 Jul 2021 15:46:00 -0600 Subject: [PATCH] updated readme and added scripts --- README.md | 1 + package.json | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ab01760..5891736 100755 --- a/README.md +++ b/README.md @@ -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** diff --git a/package.json b/package.json index c2f63a9..164ac48 100755 --- a/package.json +++ b/package.json @@ -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" } -} +} \ No newline at end of file