You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following section explains installation options, followed by environment variables you can use to tweak your installation. See also the [README](https://github.com/dribdat/dribdat#quickstart) guide.
6
+
The following section explains installation options, followed by environment variables you can use to tweak your installation. See also the [README](https://github.com/dribdat/dribdat#quickstart) guide. Don't miss the [#Configuration](#Configuration) section below for details of environment parameters.
7
7
8
8
# Overview
9
9
@@ -20,6 +20,7 @@ Please keep in mind that our [Open Collective](https://opencollective.com/dribda
20
20
The installation of dribdat on some cloud providers has been facilitated with quick-deploy scripts.
21
21
See [Configuration](#Configuration) below for a list of variables you can set to customize your instance.
22
22
23
+
<atitle="Deploy to Render"target="_blank"href="https://render.com/deploy?repo=https://github.com/dribdat/dribdat"><imgsrc="https://render.com/images/deploy-to-render-button.svg?w=800&fm=webp"height="48">
23
24
<atitle="Deploy on Heroku"target="_blank"href="https://heroku.com/deploy?template=https://github.com/dribdat/dribdat"><imgsrc="https://www.herokucdn.com/deploy/button.svg"height="48">
24
25
<atitle="Deploy with Vercel"href="https://vercel.com/new/clone?repository-url=https://github.com/dribdat/dribdat"target="_blank"><imgsrc="https://vercel.com/button"height="48"></a>
25
26
<atitle="Deploy with Akamai"target="_blank"href="https://cloud.linode.com/stackscripts/community?query=dribdat"><imgsrc="https://assets.linode.com/akamai-logo.svg"height="48"></a>
@@ -131,6 +132,7 @@ Register your app with the provider, and set the following variables:
131
132
*`OAUTH_SKIP_LOGIN` - (optional) users should go directly to external login screen.
132
133
*`OAUTH_LINK_REGISTER` - (optional) a registration link to your SSO platform.
133
134
*`OAUTH_HELP_REGISTER` - (optional) a short text for the login page.
135
+
*`OAUTH_LOGO` - (optional) URL to a button from your SSO platform.
134
136
135
137
You may then wish to disable non-SSO logins using `DRIBDAT_ALLOW_LOGINS` (if an e-mail server is configured, they can still use that), and registrations with `DRIBDAT_NOT_REGISTER`
0 commit comments