docs: update documentation

This commit is contained in:
Maël Gangloff 2025-12-08 18:22:45 +01:00
parent 5476ee7acc
commit 1b141b6b11
No known key found for this signature in database
GPG Key ID: 11FDC81C24A7F629
3 changed files with 28 additions and 25 deletions

1
.env
View File

@ -86,6 +86,7 @@ LIMITED_FEATURES=false
LIMIT_MAX_WATCHLIST=0 LIMIT_MAX_WATCHLIST=0
LIMIT_MAX_WATCHLIST_DOMAINS=0 LIMIT_MAX_WATCHLIST_DOMAINS=0
LIMIT_MAX_WATCHLIST_WEBHOOKS=0 LIMIT_MAX_WATCHLIST_WEBHOOKS=0
PUBLIC_RDAP_LOOKUP_ENABLE=false
# STATISTICS # STATISTICS
INFLUXDB_ENABLED=false INFLUXDB_ENABLED=false

View File

@ -10,7 +10,7 @@ import {LinkCard} from '@astrojs/starlight/components';
## Environment variables ## Environment variables
| Variable | Description | Default | | Variable | Description | Default |
|--------------------------------|----------------------------------------------|:---------------------------:| |--------------------------------|------------------------------------------------|:---------------------------:|
| `DATABASE_URL` | Please check Symfony config | | | `DATABASE_URL` | Please check Symfony config | |
| `OUTGOING_IP` | Outgoing IPv4, needed for some providers | | | `OUTGOING_IP` | Outgoing IPv4, needed for some providers | |
| `INFLUXDB_ENABLED` | Enable the connection with InfluxDB | `false` | | `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_TOKEN_URL` | Token URL (OAuth 2.0) | |
| `OAUTH_USERINFO_URL` | User Info URL (OAuth 2.0) | | | `OAUTH_USERINFO_URL` | User Info URL (OAuth 2.0) | |
| `OAUTH_SCOPE` | Scope (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 ## Authentication

View File

@ -34,6 +34,7 @@ import {LinkCard} from '@astrojs/starlight/components';
| `OAUTH_USERINFO_URL` | URL des informations utilisateur (OAuth 2.0) | | | `OAUTH_USERINFO_URL` | URL des informations utilisateur (OAuth 2.0) | |
| `OAUTH_SCOPE` | Scope (OAuth 2.0) | | | `OAUTH_SCOPE` | Scope (OAuth 2.0) | |
| `SSO_AUTO_REDIRECT` | Redirection vers l'URL d'authentification du SSO | `false` | | `SSO_AUTO_REDIRECT` | Redirection vers l'URL d'authentification du SSO | `false` |
| `PUBLIC_RDAP_LOOKUP_ENABLE` | Autoriser les recherches anonymes de domaines | `false` |
## Authentification ## Authentification