https://github.com/serverless/status
The Serverless Status Page
https://github.com/serverless/status
Last synced: 4 months ago
JSON representation
The Serverless Status Page
- Host: GitHub
- URL: https://github.com/serverless/status
- Owner: serverless
- License: apache-2.0
- Created: 2021-07-28T18:13:52.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-24T15:36:17.000Z (almost 4 years ago)
- Last Synced: 2024-11-08T22:40:37.343Z (7 months ago)
- Language: JavaScript
- Homepage: https://magical-package-m2777.cloud.serverless.com
- Size: 1.76 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
⚡️
cloud.serverless.com
The Serverless Status Page
**Serverless Status** ⎯⎯⎯ The Serverless Status Page, powered by [Serverless Cloud](https://serverless.com/cloud). You can see a live demo [at this link](https://magical-package-m2777.cloud.serverless.com/).
To get started, make sure the Serverless Cloud CLI is installed...
```
npm i -g @serverless/cloud
```Then, clone this repo, and navigate into the `src` directory...
```
git clone https://github.com/serverless/status.git
cd src
```Next, start your Serverless Cloud experience with the `start` command...
```
cloud start
```Finally, you'll need to set the `ADMIN_PASSWORD` param in the [Serverless Cloud Dashboard](https://cloud.serverless.com) to any strong value of your choice. This will be the password you'll use to access the admin page.
After activation in the CLI, you should see a url to your personal instance of the status page. Open this url in the browser to see the public status page. Visit the `/admin` page and enter the password you've chosen to access the admin page where you can add services, incidents and updates.