mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-17 09:45:29 +00:00
docs: update documentation
This commit is contained in:
parent
5476ee7acc
commit
1b141b6b11
1
.env
1
.env
@ -86,6 +86,7 @@ LIMITED_FEATURES=false
|
||||
LIMIT_MAX_WATCHLIST=0
|
||||
LIMIT_MAX_WATCHLIST_DOMAINS=0
|
||||
LIMIT_MAX_WATCHLIST_WEBHOOKS=0
|
||||
PUBLIC_RDAP_LOOKUP_ENABLE=false
|
||||
|
||||
# STATISTICS
|
||||
INFLUXDB_ENABLED=false
|
||||
|
||||
@ -10,7 +10,7 @@ import {LinkCard} from '@astrojs/starlight/components';
|
||||
## Environment variables
|
||||
|
||||
| Variable | Description | Default |
|
||||
|--------------------------------|----------------------------------------------|:---------------------------:|
|
||||
|--------------------------------|------------------------------------------------|:---------------------------:|
|
||||
| `DATABASE_URL` | Please check Symfony config | |
|
||||
| `OUTGOING_IP` | Outgoing IPv4, needed for some providers | |
|
||||
| `INFLUXDB_ENABLED` | Enable the connection with InfluxDB | `false` |
|
||||
@ -33,7 +33,8 @@ import {LinkCard} from '@astrojs/starlight/components';
|
||||
| `OAUTH_TOKEN_URL` | Token URL (OAuth 2.0) | |
|
||||
| `OAUTH_USERINFO_URL` | User Info URL (OAuth 2.0) | |
|
||||
| `OAUTH_SCOPE` | Scope (OAuth 2.0) | |
|
||||
| `SSO_AUTO_REDIRECT` | Redirection to the SSO auth URL | `false` |
|
||||
| `SSO_AUTO_REDIRECT` | Redirect to the SSO auth URL | `false` |
|
||||
| `PUBLIC_RDAP_LOOKUP_ENABLE` | Allow unauthenticated domain name name lookups | `false` |
|
||||
|
||||
|
||||
## Authentication
|
||||
|
||||
@ -34,6 +34,7 @@ import {LinkCard} from '@astrojs/starlight/components';
|
||||
| `OAUTH_USERINFO_URL` | URL des informations utilisateur (OAuth 2.0) | |
|
||||
| `OAUTH_SCOPE` | Scope (OAuth 2.0) | |
|
||||
| `SSO_AUTO_REDIRECT` | Redirection vers l'URL d'authentification du SSO | `false` |
|
||||
| `PUBLIC_RDAP_LOOKUP_ENABLE` | Autoriser les recherches anonymes de domaines | `false` |
|
||||
|
||||
|
||||
## Authentification
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user