Ajout documentation OpenWRT et article freeze SSH, MTU et MSS clamping

- Ajouter documentation complète OpenWRT dans section Homelab actuel
- Créer article blog expliquant problème freeze SSH via tunnel GRE-TAP
- Documenter solutions MTU et MSS clamping pour tunnels réseau
- Ajouter traductions anglaises complètes pour nouveau contenu
This commit is contained in:
Tellsanguis 2025-12-02 12:43:12 +01:00
parent 8ed3805789
commit 87a2508769
22 changed files with 1086 additions and 0 deletions

View file

@ -25,6 +25,18 @@ const sidebars: SidebarsConfig = {
'projets-openclassrooms/p13-migration-cloud-aws',
],
},
{
type: 'category',
label: 'OpenWRT',
link: {
type: 'doc',
id: 'openwrt/index',
},
items: [
'openwrt/backhaul-wifi-mesh',
'openwrt/gretap-vlan',
],
},
{
type: 'category',
label: 'Homelab actuel - Docker Compose & Ansible',