Skip to content

Commit 2464b80

Browse files
authored
Tuto views to app, + Fargate (windmill-labs#465)
1 parent ae1aad0 commit 2464b80

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

docs/advanced/1_self_host/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ For instances with specific cloud providers requirements:
3737

3838
- [AWS, GCP, Azure](#aws-gcp-azure-neon)
3939
- [Fly.io](#flyio)
40-
- [Hetzner, Digital Ocean, Linode, Scaleway, Vultr, OVH, ...](#hetzner-digital-ocean-linode-scaleway-vultr-ovh)
40+
- [Hetzner, Fargate, Digital Ocean, Linode, Scaleway, Vultr, OVH, ...](#hetzner-fargate-digital-ocean-linode-scaleway-vultr-ovh-)
4141

4242
If you have no specific requirements, see [Docker](#docker).
4343

@@ -81,7 +81,7 @@ To be able to use the AWS APIs within Windmill on ECS containers, just whitelist
8181
/>
8282
</div>
8383

84-
### Hetzner, Digital Ocean, Linode, Scaleway, Vultr, OVH, ...
84+
### Hetzner, Fargate, Digital Ocean, Linode, Scaleway, Vultr, OVH, ...
8585

8686
Windmill works with those providers using the [Docker containers](#docker) and specific guides are in progress.
8787

docs/misc/9_guides/airplane/index.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,10 @@ The tag can also be dynamic (tag-$workspace) where $workspace is replaced with t
547547

548548
### Migrate from Airplane a Scheduled Script Using Secrets
549549

550+
Airplane Tasks have their equivalent in Windmill Scripts. They can be built from the [Script Editor](../../../script_editor/index.mdx) or from [VS Code](../../../cli_local_dev/1_vscode-extension/index.mdx).
551+
552+
[This tutorial](https://www.youtube.com/watch?v=--ZyfCHvvWo) covers how to migrate from Airplane to Windmill a [scheduled](../../../core_concepts/1_scheduling/index.mdx) script connected to Discord using [resources](../../../core_concepts/3_resources_and_types/index.mdx) and [variables](../../../core_concepts/2_variables_and_secrets/index.mdx).
553+
550554
<iframe
551555
style={{ aspectRatio: '16/9' }}
552556
src="https://www.youtube.com/embed/--ZyfCHvvWo?vq=hd1080"
@@ -555,4 +559,18 @@ The tag can also be dynamic (tag-$workspace) where $workspace is replaced with t
555559
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
556560
allowFullScreen
557561
className="border-2 rounded-xl object-cover w-full dark:border-gray-800"
562+
></iframe>
563+
564+
### Migrate an Airplane View to Windmill and Make it an App
565+
566+
In Airplane, views are custom UIs made in react. [This tutorial](https://www.youtube.com/watch?v=jncbSnVZGsU) covers from an Airplane View how to build the equivalent App using Windmill low-code [App Editor](../../../apps/0_app_editor/index.mdx).
567+
568+
<iframe
569+
style={{ aspectRatio: '16/9' }}
570+
src="https://www.youtube.com/embed/jncbSnVZGsU?vq=hd1080"
571+
title="Migrate an Airplane View to Windmill and Make it an App"
572+
frameBorder="0"
573+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
574+
allowFullScreen
575+
className="border-2 rounded-xl object-cover w-full dark:border-gray-800"
558576
></iframe>

0 commit comments

Comments
 (0)