archive
/
tstatic
Archived
1
Fork 0

Remove reference to opbeat in readme

This commit is contained in:
Jake Howard 2018-03-15 22:05:05 +00:00
parent d8ba44143d
commit 18c4ae38a0
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 5 deletions

View File

@ -12,7 +12,6 @@ The only static-file server you'll ever need!
- Custom 404 page
- Optimum Compression - [`compression`](https://www.npmjs.com/package/compression)
- Security checks / headers - [`helmet`](https://www.npmjs.com/package/helmet)
- Opbeat error-reporting - [docs](https://opbeat.com/docs/articles/get-started-with-express/)
- Whitelist IP Addresses - [`express-ip-access-control`](https://www.npmjs.com/package/express-ip-access-control)
- Directory Listing - [`serve-index`](https://www.npmjs.com/package/serve-index)
@ -52,9 +51,6 @@ Format: `-i 192.168.1.100,192.168.1.101`
##### `list-dir`
Enables directory listing. Allow browseing
##### `opbeat`
Enable opbeat error reporting. `--opbeat` only enables this, configuration is done using [environment varables](https://opbeat.com/docs/articles/get-started-with-express/#appId).
##### `open`
Open the server in the browser one started. It will open in your default browser, and use url `http://0.0.0.0:<port>`.
@ -77,4 +73,4 @@ services:
- "5000:5000"
```
__Note__: `tstatic` isn't installed into the path, so run it using `npm start --`
__Note__: `tstatic` isn't installed into the path, so run it using `npm start --`