Remove reference to opbeat in readme
This commit is contained in:
parent
d8ba44143d
commit
18c4ae38a0
1 changed files with 1 additions and 5 deletions
|
@ -12,7 +12,6 @@ The only static-file server you'll ever need!
|
||||||
- Custom 404 page
|
- Custom 404 page
|
||||||
- Optimum Compression - [`compression`](https://www.npmjs.com/package/compression)
|
- Optimum Compression - [`compression`](https://www.npmjs.com/package/compression)
|
||||||
- Security checks / headers - [`helmet`](https://www.npmjs.com/package/helmet)
|
- 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)
|
- 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)
|
- 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`
|
##### `list-dir`
|
||||||
Enables directory listing. Allow browseing
|
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`
|
||||||
Open the server in the browser one started. It will open in your default browser, and use url `http://0.0.0.0:<port>`.
|
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"
|
- "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 --`
|
||||||
|
|
Reference in a new issue