diff --git a/changelog/2024-12-05-app-custom-url/app_custom_url.png b/changelog/2024-12-05-app-custom-url/app_custom_url.png new file mode 100644 index 000000000..d933578d4 Binary files /dev/null and b/changelog/2024-12-05-app-custom-url/app_custom_url.png differ diff --git a/changelog/2024-12-05-app-custom-url/index.md b/changelog/2024-12-05-app-custom-url/index.md new file mode 100644 index 000000000..ea34b57be --- /dev/null +++ b/changelog/2024-12-05-app-custom-url/index.md @@ -0,0 +1,10 @@ +--- +slug: app-custom-url +title: App custom URL +version: v1.435.0 +tags: ['Apps', 'Enterprise'] +description: Cloud and enterprise users can now set a custom public URL for their app +features: ['Set a custom public URL for your app'] +docs: /docs/apps/public_apps#app-custom-url +image: ./app_custom_url.png +--- diff --git a/docs/apps/8_public_apps.mdx b/docs/apps/8_public_apps.mdx index 7472c64f6..d61b01f9b 100644 --- a/docs/apps/8_public_apps.mdx +++ b/docs/apps/8_public_apps.mdx @@ -24,4 +24,12 @@ You can also toggle "No login required" and anyone with the secret public URL wi description="Find out about the roles within a Windmill instance and their respective permissions." href="/docs/core_concepts/roles_and_permissions" /> - \ No newline at end of file + + +## Custom URL + +[Cloud and enterprise](/pricing) users can also customize the public URL of their app. The app will be available at `https://mywindmill.com/a/`. + +On cloud only, the custom path is prefixed by the workspace name. + +![App custom URL](../assets/apps/5_public_apps/app_custom_url.png "App custom URL") diff --git a/docs/assets/apps/5_public_apps/app_custom_url.png b/docs/assets/apps/5_public_apps/app_custom_url.png new file mode 100644 index 000000000..d933578d4 Binary files /dev/null and b/docs/assets/apps/5_public_apps/app_custom_url.png differ