Remplacement diagrammes PNG par visionneuses PDF pour meilleur zoom
- Replace PNG images with PDF viewers like in Projets OpenClassrooms - Allows users to zoom and view diagram details directly on page - Copy original PDF files back to static/img/diagrams/ - Remove PNG image files - Update both French and English documentation pages
This commit is contained in:
parent
ed2cca8c0e
commit
5b319b32d9
8 changed files with 24 additions and 4 deletions
|
|
@ -24,7 +24,12 @@ Le diagramme illustre l'architecture complète de mon homelab actuel, incluant :
|
||||||
- Les connexions entre les différents composants
|
- Les connexions entre les différents composants
|
||||||
- La configuration DNS locale avec dnsmasq
|
- La configuration DNS locale avec dnsmasq
|
||||||
|
|
||||||

|
<details>
|
||||||
|
<summary>Schéma d'architecture du homelab actuel (PDF - cliquez pour afficher)</summary>
|
||||||
|
|
||||||
|
<iframe src="/img/diagrams/homelab-actuel-infra.pdf" width="100%" height="600px" style={{border: 'none'}}></iframe>
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
### Infrastructure physique/virtuelle
|
### Infrastructure physique/virtuelle
|
||||||
- Serveur dédié Ubuntu Server
|
- Serveur dédié Ubuntu Server
|
||||||
|
|
|
||||||
|
|
@ -53,7 +53,12 @@ L'objectif était de valider les concepts suivants avant d'investir dans du mat
|
||||||
|
|
||||||
Le schéma illustre l'architecture réseau de cette première version :
|
Le schéma illustre l'architecture réseau de cette première version :
|
||||||
|
|
||||||

|
<details>
|
||||||
|
<summary>Schéma réseau du homelab futur (PDF - cliquez pour afficher)</summary>
|
||||||
|
|
||||||
|
<iframe src="/img/diagrams/homelab-futur-network.pdf" width="100%" height="600px" style={{border: 'none'}}></iframe>
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
### Composants de l'architecture
|
### Composants de l'architecture
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,12 @@ The diagram illustrates the complete architecture of my current homelab, includi
|
||||||
- Connections between different components
|
- Connections between different components
|
||||||
- Local DNS configuration with dnsmasq
|
- Local DNS configuration with dnsmasq
|
||||||
|
|
||||||

|
<details>
|
||||||
|
<summary>Current homelab architecture diagram (PDF - click to display)</summary>
|
||||||
|
|
||||||
|
<iframe src="/img/diagrams/homelab-actuel-infra.pdf" width="100%" height="600px" style={{border: 'none'}}></iframe>
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
### Physical/Virtual Infrastructure
|
### Physical/Virtual Infrastructure
|
||||||
- Ubuntu Server dedicated server
|
- Ubuntu Server dedicated server
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,12 @@ This single-machine infrastructure allows acquiring hands-on experience with:
|
||||||
|
|
||||||
## Network Architecture
|
## Network Architecture
|
||||||
|
|
||||||

|
<details>
|
||||||
|
<summary>Future homelab network diagram (PDF - click to display)</summary>
|
||||||
|
|
||||||
|
<iframe src="/img/diagrams/homelab-futur-network.pdf" width="100%" height="600px" style={{border: 'none'}}></iframe>
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
## What Can Be Learned
|
## What Can Be Learned
|
||||||
|
|
||||||
|
|
|
||||||
BIN
static/img/diagrams/homelab-actuel-infra.pdf
Normal file
BIN
static/img/diagrams/homelab-actuel-infra.pdf
Normal file
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 1.7 MiB |
BIN
static/img/diagrams/homelab-futur-network.pdf
Normal file
BIN
static/img/diagrams/homelab-futur-network.pdf
Normal file
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 1.2 MiB |
Loading…
Add table
Add a link
Reference in a new issue