https://github.com/ph1p/zeit-secrets-integration
This integration let you edit your secrets
https://github.com/ph1p/zeit-secrets-integration
Last synced: about 1 year ago
JSON representation
This integration let you edit your secrets
- Host: GitHub
- URL: https://github.com/ph1p/zeit-secrets-integration
- Owner: ph1p
- License: mit
- Created: 2019-05-23T23:14:33.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-11T02:17:04.000Z (almost 5 years ago)
- Last Synced: 2025-04-21T01:10:54.616Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://zeit.co/integrations/secrets
- Size: 445 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## zeit-secrets-integration
This allows you to manage your secrets on `zeit.co`.
This Application only uses the [zeit.co api](https://zeit.co/docs/api/) and does **not** safe any of your secret data!
**Marketplace**: [https://zeit.co/integrations/secrets](https://zeit.co/integrations/secrets)
### How to use?
1. Login into [zeit.co](https://zeit.co/)
2. Open [https://zeit.co/integrations/secrets](https://zeit.co/integrations/secrets)
3. Click on the **ADD** Button at the upper right corner
4. Choose your account/team
5. Now find it in your [Integrations Dashboard](https://zeit.co/dashboard/integrations)
6. Click on **Untitled Configuration** and edit all your secrets (:
### Screenshots
### Development
First add **[now-cli](https://github.com/zeit/now-cli)**
```bash
yarn add global now # or npm install -g now
```
1. Create an Integration at the [Integration Console](https://zeit.co/dashboard/integrations/console) and insert all necessary data.
2. Set the **UI Hook URL** to **http://localhost:5005** and **Privacy** to **Private**.
3. Click **CREATE**
4. You will now see the **VIEW IN MARKETPLACE** button in the upper right corner. Click it and add your integration.
5. Choose a user and go to [Integrations Dashboard](https://zeit.co/dashboard/integrations)
6. Search the integration and click on **Untitled Configuration**.
7. Run:
```bash
yarn # or npm install
#
yarn dev # start the dev server on port 5005
```
and if the server is running, reload your integration page.