-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update Get started for Commercial License
- Loading branch information
Showing
4 changed files
with
32 additions
and
7 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,13 +6,15 @@ import Markdown from "marked-react"; | |
import React from "react"; | ||
import Link from "next/link"; | ||
import { UserDetails } from "@/supabase/supabaseServer"; | ||
import { User } from "@supabase/supabase-js"; | ||
|
||
export function GetStartedCommercial(props: { | ||
user: User; | ||
userDetails: UserDetails; | ||
d: Dictionary; | ||
}) { | ||
const d = props.d.dashboard.get_started_license; | ||
const { userDetails } = props; | ||
const { user, userDetails } = props; | ||
|
||
return ( | ||
<> | ||
|
@@ -25,6 +27,21 @@ export function GetStartedCommercial(props: { | |
type="lite" | ||
width="100%" | ||
/> | ||
<Markdown>{d.run_docker_api_call}</Markdown> | ||
<Snippet | ||
symbol="" | ||
text={[ | ||
"curl -X POST \\", | ||
" -H 'Content-Type: application/json' \\", | ||
` -d '{"to_email":"${ | ||
user.email || "[email protected]" | ||
}}"}' \\`, | ||
" http://localhost:8080/v1/check_email", | ||
]} | ||
type="lite" | ||
width="100%" | ||
/> | ||
<Markdown>{d.run_docker_read_more}</Markdown> | ||
<Markdown>{d.run_docker_features}</Markdown> | ||
<Markdown>{d.run_docker_contact}</Markdown> | ||
</Card> | ||
|
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
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 |
---|---|---|
|
@@ -100,8 +100,10 @@ | |
}, | ||
"get_started_license": { | ||
"run_docker_title": "Commercial License Trial", | ||
"run_docker_setup_server": "Check out our [Install Reacher in 20min](https://docs.reacher.email/self-hosting/install) guide to set up self-hosting. When prompted, use this command to run Reacher:", | ||
"run_docker_features": "Your trial Docker image includes:\n- A **pre-configured proxy** from [Proxy4Smtp](https://www.proxy4smtp.com). Learn more about [proxy configuration](https://docs.reacher.email/self-hosting/proxies).\n- Up to **10000 email checks** daily.\n- Basic usage metrics **shared with Reacher** (anonymized).", | ||
"run_docker_setup_server": "You can get started right away with self-hosting via the Commercial License Trial. Make sure you have [Docker](https://docker.com) installed, and run in a terminal:", | ||
"run_docker_api_call": "You should see some Docker logs. Running this command marks the beginning of your trial. To make an email verification, use the following command:", | ||
"run_docker_read_more": "If you see a JSON result with `is_reachable=\"safe\"`, then you're all set 💪! You can read more in the [Install Reacher in 20 minutes](https://docs.reacher.email/self-hosting/install) guide, or skip to [Scaling for Production](https://docs.reacher.email/self-hosting/scaling-for-production).", | ||
"run_docker_features": "Your trial Docker image includes:\n- A **pre-configured proxy** from [Proxy4Smtp](https://www.proxy4smtp.com), limited to **10000 email checks** daily.\n- Basic usage metrics **shared with Reacher** (anonymized) to prevent abuse.", | ||
"run_docker_contact": "Need help or customization? Whether you want to use your own proxy, increase verification limits, or have other requirements - reach out to me at [✉️ [email protected]](mailto:[email protected]).", | ||
"purchase_license_title": "Ready to Scale? Get a Commercial License", | ||
"purchase_license_explanation": "Try the Commercial License Trial with no strict time limit - I'll check in after about two weeks to see how it's going. Once you've put Reacher through its paces, upgrade to a full Commercial License for **unlimited verifications** and **complete data privacy**. After purchase, I'll personally provide your unrestricted Dockerfile.", | ||
|
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 |
---|---|---|
|
@@ -99,9 +99,11 @@ | |
"dont_worry": "Ne vous inquiétez pas, j'ai préparé un [guide pour débutants](https://docs.reacher.email/getting-started/quickstart) pour utiliser l'API, avec un programme appelé Postman. Si vous avez encore des questions, utilisez simplement le widget de chat en bas à droite pour m'envoyer un message, ou envoyez-moi un e-mail à [📧 [email protected]](mailto:[email protected])." | ||
}, | ||
"get_started_license": { | ||
"run_docker_title": "Essai de la Licence Commerciale", | ||
"run_docker_setup_server": "Suivez le [guide d'installation](https://docs.reacher.email/self-hosting/install) pour installer Reacher sur votre serveur en 20 minutes. Lorsqu'on vous demande d'exécuter l'image Docker, entrez cette commande :", | ||
"run_docker_features": "Le Dockerfile a les fonctionnalités et limitations suivantes :\n- Utilise un **proxy intégré** fourni par [Proxy4Smtp](https://www.proxy4smtp.com). En savoir plus sur les [proxies](https://docs.reacher.email/self-hosting/proxies).\n- **10000 vérifications** par jour.\n- Résultats de vérification anonymisés **envoyés à Reacher**.", | ||
"run_docker_title": "Essai de Licence Commerciale", | ||
"run_docker_setup_server": "Vous pouvez commencer immédiatement avec l'auto-hébergement via l'essai de la Licence Commerciale. Assurez-vous d'avoir [Docker](https://docker.com) installé, et exécutez dans un terminal :", | ||
"run_docker_api_call": "Vous devriez voir quelques logs Docker. L'exécution de cette commande marque le début de votre essai. Pour effectuer une vérification d'email, utilisez la commande suivante :", | ||
"run_docker_read_more": "Si vous voyez un résultat JSON avec `is_reachable=\"safe\"`, alors vous êtes prêt 💪 ! Vous pouvez en lire plus dans le guide [Installer Reacher en 20 minutes](https://docs.reacher.email/self-hosting/install), ou passer directement à [Scaler pour la Production](https://docs.reacher.email/self-hosting/scaling-for-production).", | ||
"run_docker_features": "Votre image Docker d'essai inclut :\n- Un **proxy préconfiguré** de [Proxy4Smtp](https://www.proxy4smtp.com), limité à **10000 vérifications d'email** par jour.\n- Des métriques d'utilisation basiques **partagées avec Reacher** (anonymisées) pour prévenir les abus.", | ||
"run_docker_contact": "Si vous rencontrez des problèmes ou avez besoin de personnaliser le Dockerfile fourni (par exemple, utiliser votre propre proxy, augmenter la limite quotidienne, etc.), contactez-moi à [✉️ [email protected]](mailto:[email protected]).", | ||
"purchase_license_title": "Acheter une Licence Commerciale", | ||
"purchase_license_explanation": "Il n'y a pas de limite stricte sur la durée de l'essai de la Licence Commerciale, mais je vous contacterai dans un délai d'environ deux semaines. Une fois que vous aurez testé Reacher de manière approfondie sur votre serveur, achetez une Licence Commerciale pour débloquer les **vérifications d'emails illimitées** et **aucune donnée envoyée à Reacher**. Je vous contacterai peu après l'achat pour vous fournir le nouveau Dockerfile sans limitations.", | ||
|