-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2bc96c4
commit 8e0978f
Showing
1 changed file
with
3 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ sidebar_label: Troubleshooting (Pro) | |
|
||
<br/> | ||
|
||
This section is only applicable to CapRover Pro subscribers (paid plans). | ||
This section is only applicable to CapRover Pro subscribers (paid plans). You can subscribe to paid plans and benefit from additional features such as build status notifications, security upgrades such as login alerts and two factor authentication. | ||
|
||
## Reset OTP (two factor auth) | ||
|
||
|
@@ -27,18 +27,18 @@ echo "OKAY" | |
|
||
``` | ||
|
||
|
||
**Update:** | ||
|
||
Starting v1.12.0, you can run the following script: | ||
|
||
```bash | ||
docker exec -it $(docker ps --filter name=captain-captain -q) npm run disable-otp | ||
``` | ||
|
||
|
||
## Deploy with OTP enabled | ||
|
||
When you have OTP enabled, you cannot deploy using regular `caprover deploy` as it requires 2FA token (`enter OTP token as well`). Instead, you should use App Tokens: | ||
|
||
```bash | ||
caprover deploy --caproverUrl https://captain.domain.com --appToken 123456123456123456 --appName my-app -b main | ||
``` | ||
|
@@ -53,8 +53,6 @@ CAPROVER_OTP_TOKEN=123456; caprover login | |
CAPROVER_OTP_TOKEN=123456; caprover deploy | ||
``` | ||
|
||
|
||
|
||
## Set specific email address for the alerts | ||
|
||
Changing notification emails is not currently a built in feature. However, one of the many reasons that Google was chosen to be our auth provider is that on Gmail you can easily set up filters and forward specific emails to a different email address. | ||
|
@@ -64,7 +62,6 @@ Just search for `from: [email protected]` and create a filter, then f | |
![gmail-instruction-1](/img/docs/gmail-1.png) | ||
![gmail-instruction-2](/img/docs/gmail-2.png) | ||
|
||
|
||
## Email support | ||
|
||
Our paid Pro plan includes a 24hr SLA email support. You can email us at `pro.support at/caprover/dot/com` to get support. Please be sure to use the same email that you've used for purchase. |