Skip to content

Commit

Permalink
updated the read me
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruwan Geeganage authored and Ruwan Geeganage committed Feb 20, 2023
1 parent af35c6c commit 2ddfa8d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ A self-hosting app to share secrets only one-time.
- [ **Change the default server port** ](#change-the-default-server-port)
- [ **Change the purge process interval** ](#change-the-purge-process-interval)
- [ **Tech stack** ](#tech-stack)
- [ **Using with deploy tools**](#using-with-deploy-tools)
- [ **With https://www.portainer.io/**](#with-httpswwwportainerio)
- [ **Format of the generated URL** ](#format-of-the-generated-url)
- [ **Road map**](#road-map)
- [ **Todo** ](#todo)
Expand Down Expand Up @@ -360,6 +362,18 @@ Content: test string to encrypt
- `Postgres`
- `MySQL`

## Using with deploy tools

### With **https://www.portainer.io/**

- Step 1 & 2.
![step1](https://user-images.githubusercontent.com/10336353/220198712-7d379d69-3fdb-430a-93f6-c02c0d6b4ae9.png)

- Step 3.
![step 2](https://user-images.githubusercontent.com/10336353/220198843-8be34f58-f7dd-465d-b59a-7e9b4764ffc0.png)

- Press **Deploy the stack** to deploy.

## Format of the generated URL

The URL format, which required sending to the other party, is as follows. The `id` received from the backend API gets concatenated with the password. After that, the contaminated string gets encoded into `Base 58`.
Expand Down

0 comments on commit 2ddfa8d

Please sign in to comment.