mirror of
https://github.com/NohamR/OqeeRewind.git
synced 2026-07-11 19:00:12 +00:00
Document Free Mobile auth in READMEs
This commit is contained in:
@@ -41,10 +41,11 @@ uv sync
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Configuration
|
### Configuration
|
||||||
Le script supporte trois méthodes d'authentification, toutes détectées automatiquement :
|
Le script supporte quatre méthodes d'authentification, toutes détectées automatiquement :
|
||||||
1. Connexion par IP : Si vous êtes sur un réseau Free, l'authentification se fait automatiquement via votre adresse IP (aucun identifiant requis)
|
1. Connexion par IP : Si vous êtes sur un réseau Free, l'authentification se fait automatiquement via votre adresse IP (aucun identifiant requis)
|
||||||
2. Compte Freebox : Utilisez vos identifiants de compte Free (nom d'utilisateur contenant "fbx")
|
2. Compte Freebox : Utilisez vos identifiants de compte Free (nom d'utilisateur contenant "fbx")
|
||||||
3. Compte OQEE : Utilisez vos identifiants de compte OQEE standard
|
3. Compte Free Mobile : Utilisez vos identifiants Free Mobile (nom d'utilisateur à 8 chiffres)
|
||||||
|
4. Compte OQEE : Utilisez vos identifiants de compte OQEE standard
|
||||||
|
|
||||||
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) :
|
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) :
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
@@ -41,10 +41,11 @@ uv sync
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Configuration
|
### Configuration
|
||||||
The script supports three authentication methods, all automatically detected:
|
The script supports four authentication methods, all automatically detected:
|
||||||
1. IP Login: If you're on a Free network, authentication happens automatically via your IP address (no credentials required)
|
1. IP Login: If you're on a Free network, authentication happens automatically via your IP address (no credentials required)
|
||||||
2. Freebox Account: Use your Free account credentials (username containing "fbx")
|
2. Freebox Account: Use your Free account credentials (username containing "fbx")
|
||||||
3. OQEE Account: Use your standard OQEE account credentials
|
3. Free Mobile Account: Use your Free Mobile credentials (8-digit username)
|
||||||
|
4. OQEE Account: Use your standard OQEE account credentials
|
||||||
|
|
||||||
Create a `.env` file in the root directory and add your Oqee credentials (IP login is used as fallback if credentials fail):
|
Create a `.env` file in the root directory and add your Oqee credentials (IP login is used as fallback if credentials fail):
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user