Skip to content

Commit 05dca3c

Browse files
committed
Clarify auto-detected authentication methods
1 parent 8609f6a commit 05dca3c

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

README.fr.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,12 @@ uv sync
4141
```
4242

4343
### Configuration
44-
Créez un fichier `.env` dans le répertoire racine et ajoutez vos identifiants Oqee (sinon le script essaiera d'abord d'utiliser la connexion par IP) :
44+
Le script supporte trois méthodes d'authentification, toutes détectées automatiquement :
45+
1. Connexion par IP : Si vous êtes sur un réseau Free, l'authentification se fait automatiquement via votre adresse IP (aucun identifiant requis)
46+
2. Compte Freebox : Utilisez vos identifiants de compte Free (nom d'utilisateur contenant "fbx")
47+
3. Compte OQEE : Utilisez vos identifiants de compte OQEE standard
48+
49+
Créez un fichier `.env` dans le répertoire racine et ajoutez vos identifiants Oqee (la connexion par IP est utilisée en dernier recours si les identifiants échouent) :
4550
```bash
4651
OQEE_USERNAME=votre_nom_utilisateur
4752
OQEE_PASSWORD=votre_mot_de_passe

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,12 @@ uv sync
4141
```
4242

4343
### Configuration
44-
Create a `.env` file in the root directory and add your Oqee credentials (otherwise the script will try to use IP login first):
44+
The script supports three authentication methods, all automatically detected:
45+
1. IP Login: If you're on a Free network, authentication happens automatically via your IP address (no credentials required)
46+
2. Freebox Account: Use your Free account credentials (username containing "fbx")
47+
3. OQEE Account: Use your standard OQEE account credentials
48+
49+
Create a `.env` file in the root directory and add your Oqee credentials (IP login is used as fallback if credentials fail):
4550
```bash
4651
OQEE_USERNAME=your_username
4752
OQEE_PASSWORD=your_password

0 commit comments

Comments
 (0)