mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-22 22:17:55 +00:00
* [docs]revamp mysql * [doc]restapi ssl * [docs]added dashboard, import and export * [docs]v2.16.0 (marketplace 1.3)
52 lines
No EOL
1.9 KiB
Markdown
52 lines
No EOL
1.9 KiB
Markdown
---
|
|
id: share
|
|
title: Share
|
|
---
|
|
|
|
ToolJet apps offer two sharing options: they can either be shared privately with workspace users or publicly by generating a shareable link. To obtain the shareable URL, you can easily do so by clicking on the Share button located on the top bar of the App builder.
|
|
|
|
<div style={{textAlign: 'center'}}>
|
|
|
|
<img className="screenshot-full" src="/img/v2-beta/app-builder/share/modal.png" alt="Share modal" width='700'/>
|
|
|
|
</div>
|
|
|
|
### Making the app public
|
|
|
|
To share the app with external end users and make it accessible to anyone on the internet without requiring a ToolJet login, you can toggle on the Switch for "Make the application public?" in the Share modal.
|
|
|
|
<div style={{textAlign: 'center'}}>
|
|
|
|
<img className="screenshot-full" src="/img/v2-beta/app-builder/share/shareon.png" alt="Share modal" width='700'/>
|
|
|
|
</div>
|
|
|
|
### Customizing the app URL
|
|
|
|
By default, ToolJet will generate a unique URL for your application. However, you also have the option to edit the slug of the URL to make it more customized and user-friendly.
|
|
|
|
<div style={{textAlign: 'center'}}>
|
|
|
|
<img className="screenshot-full" src="/img/v2-beta/app-builder/share/edit.png" alt="Share modal" width='700'/>
|
|
|
|
</div>
|
|
|
|
### Embedding ToolJet Apps
|
|
|
|
ToolJet apps can be directly shared with end users and embedded into web apps using `iframes`. If you want to make your application public, you can use the Share modal to obtain the embeddable link.
|
|
|
|
:::info
|
|
For embedding private ToolJet apps, you'll need to set an environment variable in the `.env` file.
|
|
|
|
| Variable | Description |
|
|
| --------------- | ------------------------------------- |
|
|
| ENABLE_PRIVATE_APP_EMBED | `true` or `false` |
|
|
|
|
You can learn more [here](/docs/setup/env-vars#enabling-embedding-of-private-apps).
|
|
:::
|
|
|
|
<div style={{textAlign: 'center'}}>
|
|
|
|
<img className="screenshot-full" src="/img/v2-beta/app-builder/share/embeddtj.gif" alt="Share modal" />
|
|
|
|
</div> |