Skip to content

Commit

Permalink
Self-Hosting documentation / blog (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinejaussoin authored Jun 21, 2023
1 parent 9b7f255 commit c4f24f0
Show file tree
Hide file tree
Showing 25 changed files with 838 additions and 476 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/marketing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Marketing Build'

on:
push:
branches: [v520/blog]
branches: [v520/self-hosting]

jobs:
marketing:
Expand Down
2 changes: 1 addition & 1 deletion backend/src/ai/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Retrospected pricing:
- Free version has all features except private sessions and encrypted sessions and is limited to 40 posts per user
- Pro Team: same as free, but can be used by up to 20 users and have private sessions and encrypted sessions, cost 12.90 USD/month
- Pro Unlimited: same as Pro, but doesn't have a user limit, cost 49.95 USD/month
- Self-hosted version: same as Pro Unlimited, unlimited updates, one-time fee, 649.00 USD
- Self-hosted version: same as Pro Unlimited, unlimited updates, one-time fee, 599.00 USD
- 30-day trial version of the Pro version
When you are responding to questions:
Expand Down
2 changes: 1 addition & 1 deletion backend/src/stripe/products.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const selfHostedPlan: InternalProduct = {
seats: null,
eur: 59900,
gbp: 49900,
usd: 64900,
usd: 59900,
paymentsUrls: {
eur: config.STRIPE_SELF_HOSTED_URL_EUR,
gbp: config.STRIPE_SELF_HOSTED_URL_GBP,
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/self-hosting/admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ Only the admin user set under `SELF_HOSTED_ADMIN` in your `docker-compose.yml` f

The admin panel should look like this:

![Retrospected Admin Panel](/img/self-hosting/admin-panel.png)
![Retrospected Admin Panel](/img/self-hosting/admin-panel-2.png)
Binary file added docs/static/img/self-hosting/admin-panel-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
73 changes: 73 additions & 0 deletions marketing/public/assets/blog/self-hosting/cloud.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c4f24f0

Please sign in to comment.