Skip to content

Commit 284c93f

Browse files
committed
OAUTH_LOGO, Render link
1 parent a997fec commit 284c93f

2 files changed

Lines changed: 13 additions & 10 deletions

File tree

docs/deploy.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Installation
33
---
44
<img align="right" src="images/logo12.png" width="128">
55

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.
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.
77

88
# Overview
99

@@ -20,6 +20,7 @@ Please keep in mind that our [Open Collective](https://opencollective.com/dribda
2020
The installation of dribdat on some cloud providers has been facilitated with quick-deploy scripts.
2121
See [Configuration](#Configuration) below for a list of variables you can set to customize your instance.
2222

23+
<a title="Deploy to Render" target="_blank" href="https://render.com/deploy?repo=https://github.com/dribdat/dribdat"><img src="https://render.com/images/deploy-to-render-button.svg?w=800&fm=webp" height="48">&nbsp;
2324
<a title="Deploy on Heroku" target="_blank" href="https://heroku.com/deploy?template=https://github.com/dribdat/dribdat"><img src="https://www.herokucdn.com/deploy/button.svg" height="48">&nbsp;
2425
<a title="Deploy with Vercel" href="https://vercel.com/new/clone?repository-url=https://github.com/dribdat/dribdat" target="_blank"><img src="https://vercel.com/button" height="48"></a>&nbsp;
2526
<a title="Deploy with Akamai" target="_blank" href="https://cloud.linode.com/stackscripts/community?query=dribdat"><img src="https://assets.linode.com/akamai-logo.svg" height="48"></a>&nbsp;
@@ -131,6 +132,7 @@ Register your app with the provider, and set the following variables:
131132
* `OAUTH_SKIP_LOGIN` - (optional) users should go directly to external login screen.
132133
* `OAUTH_LINK_REGISTER` - (optional) a registration link to your SSO platform.
133134
* `OAUTH_HELP_REGISTER` - (optional) a short text for the login page.
135+
* `OAUTH_LOGO` - (optional) URL to a button from your SSO platform.
134136

135137
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`
136138

poetry.lock

Lines changed: 10 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)