-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Redis Authentication #374
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,3 +11,4 @@ redis_data | |
.DS_Store | ||
.pnpm-store/ | ||
.npmrc | ||
.vscode |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
FROM node:20-alpine AS base | ||
|
||
# Set pnpm | ||
ENV PNPM_HOME="/pnpm" | ||
ENV PATH="$PNPM_HOME:$PATH" | ||
RUN corepack enable | ||
RUN pnpm add -g mintlify | ||
|
||
WORKDIR /app | ||
|
||
# Documentation is served on port 3000. | ||
EXPOSE 3000 | ||
|
||
# Run Documentation | ||
CMD mintlify dev |
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -1,20 +1,13 @@ | ||||||
## CRM Integrations Catalog | ||||||
|
||||||
### CRM | ||||||
Panora supports integration with the following objects across multiple platforms: | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ensure consistent spacing after headings for readability. - ### CRM
+ ### CRM Committable suggestion
Suggested change
|
||||||
|
||||||
| | Contacts | Deals | Notes | Engagements | Tasks | Users | | ||||||
|-------------|----------|-------|-------|------------|-------|-------| | ||||||
| Hubspot | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | | ||||||
| Pipedrive | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | | ||||||
| Zoho CRM | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | | ||||||
| Zendesk | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | | ||||||
| Freshsales | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | | ||||||
|
||||||
|
||||||
|
||||||
Your CRM is missing? Or an object you need? | ||||||
|
||||||
1. [Ask the Panora community for this integration.](https://panora.canny.io/integration-requests) | ||||||
2. Browse existing requests to check if someone else asked for the CRM or feature you need. If so, upvote the existing request to show your support. You can also tip a contributor for this specific task! | ||||||
3. If your desired integration isn't listed, click the "New Integration" button to submit a new integration request. Provide as much detail as possible about the CRM and the feature needed. | ||||||
Thanks! 🙏 | ||||||
| CRM | Contacts | Deals | Notes | Engagements | Tasks | Users | Companies | | ||||||
|-----------------------------------------------|:--------:|:-----:|:-----:|:-----------:|:-----:|:-----:|:---------:| | ||||||
| [Hubspot](https://www.hubspot.com) | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ||||||
| [Pipedrive](https://www.pipedrive.com) | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ||||||
| [Zoho CRM](https://www.zoho.com/crm) | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ||||||
| [Zendesk Sell](https://www.zendesk.com/sell/) | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ||||||
| [Freshsales](https://www.freshworks.com/crm/sales/) | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ||||||
| [Attio](https://attio.com) | ✔️ | | | | | | ✔️ | | ||||||
Your favourite software is missing? [Ask the community to build a connector!](https://github.com/panoratech/Panora/issues/new) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Consider using American English for consistency across documentation. - Your favourite software is missing? [Ask the community to build a connector!](https://github.com/panoratech/Panora/issues/new)
+ Your favorite software is missing? [Ask the community to build a connector!](https://github.com/panoratech/Panora/issues/new) Committable suggestion
Suggested change
|
||||||
|
||||||
Thanks to our contributors: [mit-27](https://github.com/mit-27) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ensure files end with a single newline character for POSIX compliance. Please add a newline at the end of the file. |
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -1,17 +1,12 @@ | ||||||
## Ticketing Integrations Catalog | ||||||
### Ticketing | ||||||
|
||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ensure consistent spacing after headings for readability. - ### Ticketing
+ ### Ticketing Committable suggestion
Suggested change
|
||||||
Panora supports integration with the following objects across multiple platforms: | ||||||
|
||||||
| | Tickets | Comments | Users | Contacts | Accounts | Tags | Teams | | ||||||
|-------------|----------|-------|-------|------------|-------|-------|------| | ||||||
| Zendesk | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | | ||||||
| Front | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | | ||||||
| | Tickets | Comments | Users | Contacts | Accounts | Tags | Teams | Collections | | ||||||
|-------------|:----------:|:-------:|:-------:|:------------:|:-------:|:-------:|:------:|:-------------:| | ||||||
| Zendesk | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | | ||||||
| Front | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | | ||||||
| Jira | ✔ | ✔ | ✔ | | | ✔ | ✔ | ✔ | | ||||||
| Gorgias | ✔ | ✔ | ✔ | ✔ | | ✔ | ✔ | ✔ | | ||||||
|
||||||
|
||||||
|
||||||
An object is missing? Or a platform you want to integrate? | ||||||
|
||||||
1. [Ask the Panora community for this integration.](https://panora.canny.io/integration-requests) | ||||||
2. Browse existing requests to check if someone else asked for the CRM or feature you need. If so, upvote the existing request to show your support. You can also tip a contributor for this specific task! | ||||||
3. If your desired integration isn't listed, click the "New Integration" button to submit a new integration request. Provide as much detail as possible about the CRM and the feature needed. | ||||||
Thanks! 🙏 | ||||||
Your favourite software is missing? [Ask the community to build a connector!](https://github.com/panoratech/Panora/issues/new) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Consider using American English for consistency across documentation. - Your favourite software is missing? [Ask the community to build a connector!](https://github.com/panoratech/Panora/issues/new)
+ Your favorite software is missing? [Ask the community to build a connector!](https://github.com/panoratech/Panora/issues/new) Committable suggestion
Suggested change
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Images should have alternate text (alt text) to improve accessibility and SEO. Consider adding descriptive alt text for the images.
Committable suggestion