Skip to content

Commit 012c45a

Browse files
committed
Update links and vars in README
1 parent 15c19c7 commit 012c45a

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Docker Livebox
22

3-
[![Docker Hub](https://img.shields.io/docker/pulls/raraph84/livebox)](https://hub.docker.com/r/raraph84/livebox)
4-
[![GitHub](https://img.shields.io/github/license/Raraph84/docker-livebox)](https://github.com/Raraph84/docker-livebox)
3+
- **GitHub**: https://github.com/Raraph84/docker-livebox
4+
- **Docker Hub**: https://hub.docker.com/r/raraph84/livebox
55

66
A simple Docker image that transforms your host into an Orange Livebox, allowing you to bypass the Orange Livebox router and use your own hardware with Orange fiber (FTTH) in France.
77

@@ -40,8 +40,8 @@ raraph84/livebox
4040

4141
| Variable | Default | Description |
4242
|----------|---------|-------------|
43-
| `FIBER_LOGIN` | `fti/abcdefg` | Your Orange fiber login (format: `fti/xxxxxxx`) |
44-
| `FIBER_PASSWORD` | `abcdefg` | Your Orange fiber password |
43+
| `FIBER_LOGIN` | N/A | Your Orange fiber login (format: `fti/xxxxxxx`) |
44+
| `FIBER_PASSWORD` | N/A | Your Orange fiber password |
4545
| `LAN_INTERFACE` | `eth0` | The network interface connected to your local network |
4646
| `WAN_INTERFACE` | `eth1` | The network interface connected to the Orange ONT |
4747
| `LAN_SUBNET` | `192.168.1.0/24` | Your local network subnet for NAT masquerading |
@@ -81,8 +81,3 @@ docker build -t livebox .
8181
## License
8282

8383
This project is provided as-is for educational and personal use.
84-
85-
## Links
86-
87-
- **GitHub**: https://github.com/Raraph84/docker-livebox
88-
- **Docker Hub**: https://hub.docker.com/r/raraph84/livebox

0 commit comments

Comments
 (0)