more README help

This commit is contained in:
Ruben Fiszel
2022-08-14 23:02:54 +02:00
parent 2bdb617b1f
commit f56fe76ae0
2 changed files with 11 additions and 7 deletions
+10 -6
View File
@@ -199,7 +199,7 @@ your current infrastructure to Windmill, support with tight SLA, audit logs
export features, SSO, unlimited users creation, advanced permissioning features
such as groups and the ability to create more than one workspace.
### OAuth for self-hosting
### OAuth for self-hosting (very optional)
To get the same oauth integrations as Windmill Cloud, mount `oauth.json` with
the following format:
@@ -215,13 +215,17 @@ the following format:
and mount it at `/usr/src/app/oauth.json`.
For instance with github, it is enough to create a Github OAuth app with
callback: `https://<yourinstance>/api/oauth/login_callback/github` and use for
`<client>`, `github` in the oauth.json mentionned before mounted at the correct
path.
[The list of all possible "connect an app" oauth clients](https://github.com/windmill-labs/windmill/blob/main/backend/oauth_connect.json)
To add more "connect an app" OAuth clients to the Windmill project, read the
[Contributor's guide](https://docs.windmill.dev/docs/contributors_guide). We
welcome contributions!
### Resource types
You will also want to import all the approved resource types from
[WindmillHub](https://hub.windmill.dev).
[WindmillHub](https://hub.windmill.dev). There is no automatic way to do that
but it will be this will be made a one-command install with our coming CLI.
## Run a local dev setup
@@ -49,7 +49,7 @@
<input on:keyup={handleKeyUp} placeholder="email" bind:value={email} />
<Switch class="ml-2" bind:checked={is_super_admin} horizontal={true} label={'admin: '} />
<input on:keyup={handleKeyUp} type="password" placeholder="" bind:value={password} />
<input on:keyup={handleKeyUp} type="password" placeholder="password" bind:value={password} />
<input on:keyup={handleKeyUp} placeholder="name" bind:value={name} />
<input on:keyup={handleKeyUp} placeholder="company" bind:value={company} />