Ajout des détails à l'accueil

This commit is contained in:
Adrien CHARBONNEAU 2021-07-22 14:16:13 +02:00
parent baf4bfbbe0
commit ef61484cf8
30 changed files with 390 additions and 253 deletions

View File

@ -1,10 +1,10 @@
# Introduction # Introduction
## Contexte ## Contexte
Après avoir passé de nombreuses heures (souvent par curiosité, mais parfois aussi par nécessité) à chercher, creuser et même fouiller le web afin de répondre à la multitude de questions que j'avais. Les sujets étaient (et sont toujours) vastes : ils concernent la configuration, la sécurisation et la gestion d'un serveur web. J'ai souvent passé beaucoup de temps (souvent par curiosité, mais parfois aussi par nécessité) à chercher, creuser et même fouiller le web. Cela afin de répondre à la multitude de questions que j'avais concernant des sujets vastes : ils concernent (entre autres, et c'est ce qui nous intéresse ici) la configuration, la sécurisation et la gestion d'un serveur web.
J'ai donc décidé d'écrire une "documentation" (*modeste bien entendu*) de manière à : J'ai donc décidé d'écrire une "documentation" (*modeste bien entendu*) de manière à :
* Améliorer a posteriori sans oublier les étapes de bases * Améliorer a posteriori sans risquer d'oublier les étapes de bases
* Pouvoir [diffuser](https://git.adriencharbonneau.fr/Adrien/Docs) cela afin que ce soit réutilisé * Pouvoir [diffuser](https://git.adriencharbonneau.fr/Adrien/Docs) cela afin que ce soit accessible et réutilisé
* Renforcer mes connaissances dans le domaine * Renforcer mes connaissances dans le domaine
Bref le projet est long, et ne sera certainement pas terminé prochainement, car ma soif d'apprendre est toujours plus grande. Néanmoins, les bases seront là. Bref le projet est long, et ne sera certainement pas terminé prochainement, car ma soif d'apprendre est toujours plus grande. Néanmoins, les bases seront là.
@ -13,3 +13,26 @@ Bref le projet est long, et ne sera certainement pas terminé prochainement, car
Cette document est appliquée à l'intégralité de mon serveur. Cette document est appliquée à l'intégralité de mon serveur.
Vous retrouverez mes activités principales sur [https://adriencharbonneau.fr](https://adriencharbonneau.fr). Vous retrouverez mes activités principales sur [https://adriencharbonneau.fr](https://adriencharbonneau.fr).
Bonne lecture ! Bonne lecture !
## Objectifs
Je possédais un hébergement web (répertoire + base de données - *en gros une location de dossier sur internet*) avec lequel j'étais ravi. Mais rapidement je me suis rendu compte des limites de l'hébergement dit "mutualisé" : je ne pouvais pas tester d'applications web, faire tourner des scripts particuliers etc...
Je me suis donc tourné vers une autre solution : le **VPS** (*Virtual Private Server*) -*en gros* (pour continuer la comparaison simplette) *un ordinateur à distance sur lequel j'ai pleinement la main*.
J'avais une bonne expérience du système d'exploitation Unix, j'ai donc choisi un serveur Debian.
**Les objectifs étant donc :**
* Pouvoir héberger mon site internet principal
* Pouvoir héberger d'autres sites internet au même endroit (et sans payer plus cher)
* Pouvoir avoir un forum, wiki, et d'autres applications web intéressantes
* Gérer moi même l'intégralité de l'organisation, de la sécurité etc...
## L'organisation du serveur
Cette partie sera explicitée lorsque les développeurs de Material for MkDocs auront terminer l'intégration des [diagrammes dans Markdown](https://mermaid-js.github.io/).
## Le matériel
Si vous souhaitez répéter les opérations effectuées dans cette documentation vous aurez besoin :
* 💻 VPS sous Unix (Debian, Ubuntu etc... les manipulations étant adaptables assez facilement)
* ⌛ de temps
* ⌨ d'un logiciel permettant un accès en [SSH](https://fr.wikipedia.org/wiki/Secure_Shell) au VPS : ici [Putty](https://www.chiark.greenend.org.uk/~sgtatham/putty/changes.html)

View File

@ -10,7 +10,7 @@
<link rel="icon" href="https://adriencharbonneau.fr/images/AC_favicon.png"> <link rel="icon" href="https://adriencharbonneau.fr/images/AC_favicon.png">
<meta name="generator" content="mkdocs-1.1.2, mkdocs-material-7.1.10"> <meta name="generator" content="mkdocs-1.1.2, mkdocs-material-7.2.0">
@ -18,10 +18,10 @@
<link rel="stylesheet" href="/assets/stylesheets/main.1fe995fd.min.css"> <link rel="stylesheet" href="/assets/stylesheets/main.fe914879.min.css">
<link rel="stylesheet" href="/assets/stylesheets/palette.f1a3b89f.min.css"> <link rel="stylesheet" href="/assets/stylesheets/palette.ba0d045b.min.css">
@ -70,7 +70,7 @@
</div> </div>
<header class="md-header" data-md-component="header"> <header class="md-header" data-md-component="header">
<nav class="md-header__inner md-grid" aria-label="Header"> <nav class="md-header__inner md-grid" aria-label="En-tête">
<a href="https://adriencharbonneau.fr" title="Documentation - Adrien CHARBONNEAU" class="md-header__button md-logo" aria-label="Documentation - Adrien CHARBONNEAU" data-md-component="logo"> <a href="https://adriencharbonneau.fr" title="Documentation - Adrien CHARBONNEAU" class="md-header__button md-logo" aria-label="Documentation - Adrien CHARBONNEAU" data-md-component="logo">
@ -107,20 +107,24 @@
<label class="md-search__overlay" for="__search"></label> <label class="md-search__overlay" for="__search"></label>
<div class="md-search__inner" role="search"> <div class="md-search__inner" role="search">
<form class="md-search__form" name="search"> <form class="md-search__form" name="search">
<input type="text" class="md-search__input" name="query" aria-label="Rechercher" placeholder="Rechercher" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="search-query" data-md-state="active" required> <input type="text" class="md-search__input" name="query" aria-label="Rechercher" placeholder="Rechercher" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="search-query" required>
<label class="md-search__icon md-icon" for="__search"> <label class="md-search__icon md-icon" for="__search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg>
</label> </label>
<button type="reset" class="md-search__icon md-icon" aria-label="Clear" tabindex="-1"> <nav class="md-search__options" aria-label="Search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"/></svg>
</button> <button type="reset" class="md-search__icon md-icon" aria-label="Effacer" tabindex="-1">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"/></svg>
</button>
</nav>
</form> </form>
<div class="md-search__output"> <div class="md-search__output">
<div class="md-search__scrollwrap" data-md-scrollfix> <div class="md-search__scrollwrap" data-md-scrollfix>
<div class="md-search-result" data-md-component="search-result"> <div class="md-search-result" data-md-component="search-result">
<div class="md-search-result__meta"> <div class="md-search-result__meta">
Initializing search Initialisation de la recherche
</div> </div>
<ol class="md-search-result__list"></ol> <ol class="md-search-result__list"></ol>
</div> </div>
@ -151,7 +155,7 @@
<nav class="md-tabs" aria-label="Tabs" data-md-component="tabs"> <nav class="md-tabs" aria-label="Onglets" data-md-component="tabs">
<div class="md-tabs__inner md-grid"> <div class="md-tabs__inner md-grid">
<ul class="md-tabs__list"> <ul class="md-tabs__list">
@ -562,7 +566,7 @@
<a href="#" class="md-top md-icon" data-md-component="top" data-md-state="hidden"> <a href="#" class="md-top md-icon" data-md-component="top" data-md-state="hidden">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8v12z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8v12z"/></svg>
Back to top Retour en haut de la page
</a> </a>
</main> </main>
@ -633,10 +637,10 @@
<div class="md-dialog" data-md-component="dialog"> <div class="md-dialog" data-md-component="dialog">
<div class="md-dialog__inner md-typeset"></div> <div class="md-dialog__inner md-typeset"></div>
</div> </div>
<script id="__config" type="application/json">{"base": "/", "features": ["navigation.tabs", "navigation.top"], "translations": {"clipboard.copy": "Copier dans le presse-papier", "clipboard.copied": "Copi\u00e9 dans le presse-papier", "search.config.lang": "fr", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Rechercher", "search.result.placeholder": "Taper pour d\u00e9marrer la recherche", "search.result.none": "Aucun document trouv\u00e9", "search.result.one": "1 document trouv\u00e9", "search.result.other": "# documents trouv\u00e9s", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "/assets/javascripts/workers/search.477d984a.min.js", "version": null}</script> <script id="__config" type="application/json">{"base": "/", "features": ["navigation.tabs", "navigation.top"], "translations": {"clipboard.copy": "Copier dans le presse-papier", "clipboard.copied": "Copi\u00e9 dans le presse-papier", "search.config.lang": "fr", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Rechercher", "search.result.placeholder": "Taper pour d\u00e9marrer la recherche", "search.result.none": "Aucun document trouv\u00e9", "search.result.one": "1 document trouv\u00e9", "search.result.other": "# documents trouv\u00e9s", "search.result.more.one": "1 de plus sur cette page", "search.result.more.other": "# de plus sur cette page", "search.result.term.missing": "Non trouv\u00e9", "select.version.title": "S\u00e9lectionner la version"}, "search": "/assets/javascripts/workers/search.53c85856.min.js", "version": null}</script>
<script src="/assets/javascripts/bundle.ddd52ceb.min.js"></script> <script src="/assets/javascripts/bundle.716f8af4.min.js"></script>
</body> </body>

View File

@ -10,7 +10,7 @@
<link rel="icon" href="https://adriencharbonneau.fr/images/AC_favicon.png"> <link rel="icon" href="https://adriencharbonneau.fr/images/AC_favicon.png">
<meta name="generator" content="mkdocs-1.1.2, mkdocs-material-7.1.10"> <meta name="generator" content="mkdocs-1.1.2, mkdocs-material-7.2.0">
@ -18,10 +18,10 @@
<link rel="stylesheet" href="../../assets/stylesheets/main.1fe995fd.min.css"> <link rel="stylesheet" href="../../assets/stylesheets/main.fe914879.min.css">
<link rel="stylesheet" href="../../assets/stylesheets/palette.f1a3b89f.min.css"> <link rel="stylesheet" href="../../assets/stylesheets/palette.ba0d045b.min.css">
@ -75,7 +75,7 @@
</div> </div>
<header class="md-header" data-md-component="header"> <header class="md-header" data-md-component="header">
<nav class="md-header__inner md-grid" aria-label="Header"> <nav class="md-header__inner md-grid" aria-label="En-tête">
<a href="https://adriencharbonneau.fr" title="Documentation - Adrien CHARBONNEAU" class="md-header__button md-logo" aria-label="Documentation - Adrien CHARBONNEAU" data-md-component="logo"> <a href="https://adriencharbonneau.fr" title="Documentation - Adrien CHARBONNEAU" class="md-header__button md-logo" aria-label="Documentation - Adrien CHARBONNEAU" data-md-component="logo">
@ -112,20 +112,24 @@
<label class="md-search__overlay" for="__search"></label> <label class="md-search__overlay" for="__search"></label>
<div class="md-search__inner" role="search"> <div class="md-search__inner" role="search">
<form class="md-search__form" name="search"> <form class="md-search__form" name="search">
<input type="text" class="md-search__input" name="query" aria-label="Rechercher" placeholder="Rechercher" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="search-query" data-md-state="active" required> <input type="text" class="md-search__input" name="query" aria-label="Rechercher" placeholder="Rechercher" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="search-query" required>
<label class="md-search__icon md-icon" for="__search"> <label class="md-search__icon md-icon" for="__search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg>
</label> </label>
<button type="reset" class="md-search__icon md-icon" aria-label="Clear" tabindex="-1"> <nav class="md-search__options" aria-label="Search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"/></svg>
</button> <button type="reset" class="md-search__icon md-icon" aria-label="Effacer" tabindex="-1">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"/></svg>
</button>
</nav>
</form> </form>
<div class="md-search__output"> <div class="md-search__output">
<div class="md-search__scrollwrap" data-md-scrollfix> <div class="md-search__scrollwrap" data-md-scrollfix>
<div class="md-search-result" data-md-component="search-result"> <div class="md-search-result" data-md-component="search-result">
<div class="md-search-result__meta"> <div class="md-search-result__meta">
Initializing search Initialisation de la recherche
</div> </div>
<ol class="md-search-result__list"></ol> <ol class="md-search-result__list"></ol>
</div> </div>
@ -156,7 +160,7 @@
<nav class="md-tabs" aria-label="Tabs" data-md-component="tabs"> <nav class="md-tabs" aria-label="Onglets" data-md-component="tabs">
<div class="md-tabs__inner md-grid"> <div class="md-tabs__inner md-grid">
<ul class="md-tabs__list"> <ul class="md-tabs__list">
@ -660,7 +664,7 @@
<a href="#" class="md-top md-icon" data-md-component="top" data-md-state="hidden"> <a href="#" class="md-top md-icon" data-md-component="top" data-md-state="hidden">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8v12z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8v12z"/></svg>
Back to top Retour en haut de la page
</a> </a>
</main> </main>
@ -668,7 +672,7 @@
<footer class="md-footer"> <footer class="md-footer">
<nav class="md-footer__inner md-grid" aria-label="Footer"> <nav class="md-footer__inner md-grid" aria-label="Pied de page">
<a href="../gitea/" class="md-footer__link md-footer__link--prev" aria-label="Précédent: Gitea" rel="prev"> <a href="../gitea/" class="md-footer__link md-footer__link--prev" aria-label="Précédent: Gitea" rel="prev">
@ -766,10 +770,10 @@
<div class="md-dialog" data-md-component="dialog"> <div class="md-dialog" data-md-component="dialog">
<div class="md-dialog__inner md-typeset"></div> <div class="md-dialog__inner md-typeset"></div>
</div> </div>
<script id="__config" type="application/json">{"base": "../..", "features": ["navigation.tabs", "navigation.top"], "translations": {"clipboard.copy": "Copier dans le presse-papier", "clipboard.copied": "Copi\u00e9 dans le presse-papier", "search.config.lang": "fr", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Rechercher", "search.result.placeholder": "Taper pour d\u00e9marrer la recherche", "search.result.none": "Aucun document trouv\u00e9", "search.result.one": "1 document trouv\u00e9", "search.result.other": "# documents trouv\u00e9s", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "../../assets/javascripts/workers/search.477d984a.min.js", "version": null}</script> <script id="__config" type="application/json">{"base": "../..", "features": ["navigation.tabs", "navigation.top"], "translations": {"clipboard.copy": "Copier dans le presse-papier", "clipboard.copied": "Copi\u00e9 dans le presse-papier", "search.config.lang": "fr", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Rechercher", "search.result.placeholder": "Taper pour d\u00e9marrer la recherche", "search.result.none": "Aucun document trouv\u00e9", "search.result.one": "1 document trouv\u00e9", "search.result.other": "# documents trouv\u00e9s", "search.result.more.one": "1 de plus sur cette page", "search.result.more.other": "# de plus sur cette page", "search.result.term.missing": "Non trouv\u00e9", "select.version.title": "S\u00e9lectionner la version"}, "search": "../../assets/javascripts/workers/search.53c85856.min.js", "version": null}</script>
<script src="../../assets/javascripts/bundle.ddd52ceb.min.js"></script> <script src="../../assets/javascripts/bundle.716f8af4.min.js"></script>
</body> </body>

View File

@ -10,7 +10,7 @@
<link rel="icon" href="https://adriencharbonneau.fr/images/AC_favicon.png"> <link rel="icon" href="https://adriencharbonneau.fr/images/AC_favicon.png">
<meta name="generator" content="mkdocs-1.1.2, mkdocs-material-7.1.10"> <meta name="generator" content="mkdocs-1.1.2, mkdocs-material-7.2.0">
@ -18,10 +18,10 @@
<link rel="stylesheet" href="../../assets/stylesheets/main.1fe995fd.min.css"> <link rel="stylesheet" href="../../assets/stylesheets/main.fe914879.min.css">
<link rel="stylesheet" href="../../assets/stylesheets/palette.f1a3b89f.min.css"> <link rel="stylesheet" href="../../assets/stylesheets/palette.ba0d045b.min.css">
@ -75,7 +75,7 @@
</div> </div>
<header class="md-header" data-md-component="header"> <header class="md-header" data-md-component="header">
<nav class="md-header__inner md-grid" aria-label="Header"> <nav class="md-header__inner md-grid" aria-label="En-tête">
<a href="https://adriencharbonneau.fr" title="Documentation - Adrien CHARBONNEAU" class="md-header__button md-logo" aria-label="Documentation - Adrien CHARBONNEAU" data-md-component="logo"> <a href="https://adriencharbonneau.fr" title="Documentation - Adrien CHARBONNEAU" class="md-header__button md-logo" aria-label="Documentation - Adrien CHARBONNEAU" data-md-component="logo">
@ -112,20 +112,24 @@
<label class="md-search__overlay" for="__search"></label> <label class="md-search__overlay" for="__search"></label>
<div class="md-search__inner" role="search"> <div class="md-search__inner" role="search">
<form class="md-search__form" name="search"> <form class="md-search__form" name="search">
<input type="text" class="md-search__input" name="query" aria-label="Rechercher" placeholder="Rechercher" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="search-query" data-md-state="active" required> <input type="text" class="md-search__input" name="query" aria-label="Rechercher" placeholder="Rechercher" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="search-query" required>
<label class="md-search__icon md-icon" for="__search"> <label class="md-search__icon md-icon" for="__search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg>
</label> </label>
<button type="reset" class="md-search__icon md-icon" aria-label="Clear" tabindex="-1"> <nav class="md-search__options" aria-label="Search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"/></svg>
</button> <button type="reset" class="md-search__icon md-icon" aria-label="Effacer" tabindex="-1">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"/></svg>
</button>
</nav>
</form> </form>
<div class="md-search__output"> <div class="md-search__output">
<div class="md-search__scrollwrap" data-md-scrollfix> <div class="md-search__scrollwrap" data-md-scrollfix>
<div class="md-search-result" data-md-component="search-result"> <div class="md-search-result" data-md-component="search-result">
<div class="md-search-result__meta"> <div class="md-search-result__meta">
Initializing search Initialisation de la recherche
</div> </div>
<ol class="md-search-result__list"></ol> <ol class="md-search-result__list"></ol>
</div> </div>
@ -156,7 +160,7 @@
<nav class="md-tabs" aria-label="Tabs" data-md-component="tabs"> <nav class="md-tabs" aria-label="Onglets" data-md-component="tabs">
<div class="md-tabs__inner md-grid"> <div class="md-tabs__inner md-grid">
<ul class="md-tabs__list"> <ul class="md-tabs__list">
@ -660,7 +664,7 @@
<a href="#" class="md-top md-icon" data-md-component="top" data-md-state="hidden"> <a href="#" class="md-top md-icon" data-md-component="top" data-md-state="hidden">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8v12z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8v12z"/></svg>
Back to top Retour en haut de la page
</a> </a>
</main> </main>
@ -668,7 +672,7 @@
<footer class="md-footer"> <footer class="md-footer">
<nav class="md-footer__inner md-grid" aria-label="Footer"> <nav class="md-footer__inner md-grid" aria-label="Pied de page">
<a href="../../site-internet/introduction/" class="md-footer__link md-footer__link--prev" aria-label="Précédent: Introduction - Site internet" rel="prev"> <a href="../../site-internet/introduction/" class="md-footer__link md-footer__link--prev" aria-label="Précédent: Introduction - Site internet" rel="prev">
@ -766,10 +770,10 @@
<div class="md-dialog" data-md-component="dialog"> <div class="md-dialog" data-md-component="dialog">
<div class="md-dialog__inner md-typeset"></div> <div class="md-dialog__inner md-typeset"></div>
</div> </div>
<script id="__config" type="application/json">{"base": "../..", "features": ["navigation.tabs", "navigation.top"], "translations": {"clipboard.copy": "Copier dans le presse-papier", "clipboard.copied": "Copi\u00e9 dans le presse-papier", "search.config.lang": "fr", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Rechercher", "search.result.placeholder": "Taper pour d\u00e9marrer la recherche", "search.result.none": "Aucun document trouv\u00e9", "search.result.one": "1 document trouv\u00e9", "search.result.other": "# documents trouv\u00e9s", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "../../assets/javascripts/workers/search.477d984a.min.js", "version": null}</script> <script id="__config" type="application/json">{"base": "../..", "features": ["navigation.tabs", "navigation.top"], "translations": {"clipboard.copy": "Copier dans le presse-papier", "clipboard.copied": "Copi\u00e9 dans le presse-papier", "search.config.lang": "fr", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Rechercher", "search.result.placeholder": "Taper pour d\u00e9marrer la recherche", "search.result.none": "Aucun document trouv\u00e9", "search.result.one": "1 document trouv\u00e9", "search.result.other": "# documents trouv\u00e9s", "search.result.more.one": "1 de plus sur cette page", "search.result.more.other": "# de plus sur cette page", "search.result.term.missing": "Non trouv\u00e9", "select.version.title": "S\u00e9lectionner la version"}, "search": "../../assets/javascripts/workers/search.53c85856.min.js", "version": null}</script>
<script src="../../assets/javascripts/bundle.ddd52ceb.min.js"></script> <script src="../../assets/javascripts/bundle.716f8af4.min.js"></script>
</body> </body>

View File

@ -10,7 +10,7 @@
<link rel="icon" href="https://adriencharbonneau.fr/images/AC_favicon.png"> <link rel="icon" href="https://adriencharbonneau.fr/images/AC_favicon.png">
<meta name="generator" content="mkdocs-1.1.2, mkdocs-material-7.1.10"> <meta name="generator" content="mkdocs-1.1.2, mkdocs-material-7.2.0">
@ -18,10 +18,10 @@
<link rel="stylesheet" href="../../assets/stylesheets/main.1fe995fd.min.css"> <link rel="stylesheet" href="../../assets/stylesheets/main.fe914879.min.css">
<link rel="stylesheet" href="../../assets/stylesheets/palette.f1a3b89f.min.css"> <link rel="stylesheet" href="../../assets/stylesheets/palette.ba0d045b.min.css">
@ -75,7 +75,7 @@
</div> </div>
<header class="md-header" data-md-component="header"> <header class="md-header" data-md-component="header">
<nav class="md-header__inner md-grid" aria-label="Header"> <nav class="md-header__inner md-grid" aria-label="En-tête">
<a href="https://adriencharbonneau.fr" title="Documentation - Adrien CHARBONNEAU" class="md-header__button md-logo" aria-label="Documentation - Adrien CHARBONNEAU" data-md-component="logo"> <a href="https://adriencharbonneau.fr" title="Documentation - Adrien CHARBONNEAU" class="md-header__button md-logo" aria-label="Documentation - Adrien CHARBONNEAU" data-md-component="logo">
@ -112,20 +112,24 @@
<label class="md-search__overlay" for="__search"></label> <label class="md-search__overlay" for="__search"></label>
<div class="md-search__inner" role="search"> <div class="md-search__inner" role="search">
<form class="md-search__form" name="search"> <form class="md-search__form" name="search">
<input type="text" class="md-search__input" name="query" aria-label="Rechercher" placeholder="Rechercher" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="search-query" data-md-state="active" required> <input type="text" class="md-search__input" name="query" aria-label="Rechercher" placeholder="Rechercher" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="search-query" required>
<label class="md-search__icon md-icon" for="__search"> <label class="md-search__icon md-icon" for="__search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg>
</label> </label>
<button type="reset" class="md-search__icon md-icon" aria-label="Clear" tabindex="-1"> <nav class="md-search__options" aria-label="Search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"/></svg>
</button> <button type="reset" class="md-search__icon md-icon" aria-label="Effacer" tabindex="-1">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"/></svg>
</button>
</nav>
</form> </form>
<div class="md-search__output"> <div class="md-search__output">
<div class="md-search__scrollwrap" data-md-scrollfix> <div class="md-search__scrollwrap" data-md-scrollfix>
<div class="md-search-result" data-md-component="search-result"> <div class="md-search-result" data-md-component="search-result">
<div class="md-search-result__meta"> <div class="md-search-result__meta">
Initializing search Initialisation de la recherche
</div> </div>
<ol class="md-search-result__list"></ol> <ol class="md-search-result__list"></ol>
</div> </div>
@ -156,7 +160,7 @@
<nav class="md-tabs" aria-label="Tabs" data-md-component="tabs"> <nav class="md-tabs" aria-label="Onglets" data-md-component="tabs">
<div class="md-tabs__inner md-grid"> <div class="md-tabs__inner md-grid">
<ul class="md-tabs__list"> <ul class="md-tabs__list">
@ -660,7 +664,7 @@
<a href="#" class="md-top md-icon" data-md-component="top" data-md-state="hidden"> <a href="#" class="md-top md-icon" data-md-component="top" data-md-state="hidden">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8v12z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8v12z"/></svg>
Back to top Retour en haut de la page
</a> </a>
</main> </main>
@ -668,7 +672,7 @@
<footer class="md-footer"> <footer class="md-footer">
<nav class="md-footer__inner md-grid" aria-label="Footer"> <nav class="md-footer__inner md-grid" aria-label="Pied de page">
<a href="../nextcloud/" class="md-footer__link md-footer__link--prev" aria-label="Précédent: Nextcloud" rel="prev"> <a href="../nextcloud/" class="md-footer__link md-footer__link--prev" aria-label="Précédent: Nextcloud" rel="prev">
@ -751,10 +755,10 @@
<div class="md-dialog" data-md-component="dialog"> <div class="md-dialog" data-md-component="dialog">
<div class="md-dialog__inner md-typeset"></div> <div class="md-dialog__inner md-typeset"></div>
</div> </div>
<script id="__config" type="application/json">{"base": "../..", "features": ["navigation.tabs", "navigation.top"], "translations": {"clipboard.copy": "Copier dans le presse-papier", "clipboard.copied": "Copi\u00e9 dans le presse-papier", "search.config.lang": "fr", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Rechercher", "search.result.placeholder": "Taper pour d\u00e9marrer la recherche", "search.result.none": "Aucun document trouv\u00e9", "search.result.one": "1 document trouv\u00e9", "search.result.other": "# documents trouv\u00e9s", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "../../assets/javascripts/workers/search.477d984a.min.js", "version": null}</script> <script id="__config" type="application/json">{"base": "../..", "features": ["navigation.tabs", "navigation.top"], "translations": {"clipboard.copy": "Copier dans le presse-papier", "clipboard.copied": "Copi\u00e9 dans le presse-papier", "search.config.lang": "fr", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Rechercher", "search.result.placeholder": "Taper pour d\u00e9marrer la recherche", "search.result.none": "Aucun document trouv\u00e9", "search.result.one": "1 document trouv\u00e9", "search.result.other": "# documents trouv\u00e9s", "search.result.more.one": "1 de plus sur cette page", "search.result.more.other": "# de plus sur cette page", "search.result.term.missing": "Non trouv\u00e9", "select.version.title": "S\u00e9lectionner la version"}, "search": "../../assets/javascripts/workers/search.53c85856.min.js", "version": null}</script>
<script src="../../assets/javascripts/bundle.ddd52ceb.min.js"></script> <script src="../../assets/javascripts/bundle.716f8af4.min.js"></script>
</body> </body>

View File

@ -10,7 +10,7 @@
<link rel="icon" href="https://adriencharbonneau.fr/images/AC_favicon.png"> <link rel="icon" href="https://adriencharbonneau.fr/images/AC_favicon.png">
<meta name="generator" content="mkdocs-1.1.2, mkdocs-material-7.1.10"> <meta name="generator" content="mkdocs-1.1.2, mkdocs-material-7.2.0">
@ -18,10 +18,10 @@
<link rel="stylesheet" href="../../assets/stylesheets/main.1fe995fd.min.css"> <link rel="stylesheet" href="../../assets/stylesheets/main.fe914879.min.css">
<link rel="stylesheet" href="../../assets/stylesheets/palette.f1a3b89f.min.css"> <link rel="stylesheet" href="../../assets/stylesheets/palette.ba0d045b.min.css">
@ -75,7 +75,7 @@
</div> </div>
<header class="md-header" data-md-component="header"> <header class="md-header" data-md-component="header">
<nav class="md-header__inner md-grid" aria-label="Header"> <nav class="md-header__inner md-grid" aria-label="En-tête">
<a href="https://adriencharbonneau.fr" title="Documentation - Adrien CHARBONNEAU" class="md-header__button md-logo" aria-label="Documentation - Adrien CHARBONNEAU" data-md-component="logo"> <a href="https://adriencharbonneau.fr" title="Documentation - Adrien CHARBONNEAU" class="md-header__button md-logo" aria-label="Documentation - Adrien CHARBONNEAU" data-md-component="logo">
@ -112,20 +112,24 @@
<label class="md-search__overlay" for="__search"></label> <label class="md-search__overlay" for="__search"></label>
<div class="md-search__inner" role="search"> <div class="md-search__inner" role="search">
<form class="md-search__form" name="search"> <form class="md-search__form" name="search">
<input type="text" class="md-search__input" name="query" aria-label="Rechercher" placeholder="Rechercher" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="search-query" data-md-state="active" required> <input type="text" class="md-search__input" name="query" aria-label="Rechercher" placeholder="Rechercher" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="search-query" required>
<label class="md-search__icon md-icon" for="__search"> <label class="md-search__icon md-icon" for="__search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg>
</label> </label>
<button type="reset" class="md-search__icon md-icon" aria-label="Clear" tabindex="-1"> <nav class="md-search__options" aria-label="Search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"/></svg>
</button> <button type="reset" class="md-search__icon md-icon" aria-label="Effacer" tabindex="-1">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"/></svg>
</button>
</nav>
</form> </form>
<div class="md-search__output"> <div class="md-search__output">
<div class="md-search__scrollwrap" data-md-scrollfix> <div class="md-search__scrollwrap" data-md-scrollfix>
<div class="md-search-result" data-md-component="search-result"> <div class="md-search-result" data-md-component="search-result">
<div class="md-search-result__meta"> <div class="md-search-result__meta">
Initializing search Initialisation de la recherche
</div> </div>
<ol class="md-search-result__list"></ol> <ol class="md-search-result__list"></ol>
</div> </div>
@ -156,7 +160,7 @@
<nav class="md-tabs" aria-label="Tabs" data-md-component="tabs"> <nav class="md-tabs" aria-label="Onglets" data-md-component="tabs">
<div class="md-tabs__inner md-grid"> <div class="md-tabs__inner md-grid">
<ul class="md-tabs__list"> <ul class="md-tabs__list">
@ -660,7 +664,7 @@
<a href="#" class="md-top md-icon" data-md-component="top" data-md-state="hidden"> <a href="#" class="md-top md-icon" data-md-component="top" data-md-state="hidden">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8v12z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8v12z"/></svg>
Back to top Retour en haut de la page
</a> </a>
</main> </main>
@ -668,7 +672,7 @@
<footer class="md-footer"> <footer class="md-footer">
<nav class="md-footer__inner md-grid" aria-label="Footer"> <nav class="md-footer__inner md-grid" aria-label="Pied de page">
<a href="../flarum/" class="md-footer__link md-footer__link--prev" aria-label="Précédent: Flarum" rel="prev"> <a href="../flarum/" class="md-footer__link md-footer__link--prev" aria-label="Précédent: Flarum" rel="prev">
@ -766,10 +770,10 @@
<div class="md-dialog" data-md-component="dialog"> <div class="md-dialog" data-md-component="dialog">
<div class="md-dialog__inner md-typeset"></div> <div class="md-dialog__inner md-typeset"></div>
</div> </div>
<script id="__config" type="application/json">{"base": "../..", "features": ["navigation.tabs", "navigation.top"], "translations": {"clipboard.copy": "Copier dans le presse-papier", "clipboard.copied": "Copi\u00e9 dans le presse-papier", "search.config.lang": "fr", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Rechercher", "search.result.placeholder": "Taper pour d\u00e9marrer la recherche", "search.result.none": "Aucun document trouv\u00e9", "search.result.one": "1 document trouv\u00e9", "search.result.other": "# documents trouv\u00e9s", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "../../assets/javascripts/workers/search.477d984a.min.js", "version": null}</script> <script id="__config" type="application/json">{"base": "../..", "features": ["navigation.tabs", "navigation.top"], "translations": {"clipboard.copy": "Copier dans le presse-papier", "clipboard.copied": "Copi\u00e9 dans le presse-papier", "search.config.lang": "fr", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Rechercher", "search.result.placeholder": "Taper pour d\u00e9marrer la recherche", "search.result.none": "Aucun document trouv\u00e9", "search.result.one": "1 document trouv\u00e9", "search.result.other": "# documents trouv\u00e9s", "search.result.more.one": "1 de plus sur cette page", "search.result.more.other": "# de plus sur cette page", "search.result.term.missing": "Non trouv\u00e9", "select.version.title": "S\u00e9lectionner la version"}, "search": "../../assets/javascripts/workers/search.53c85856.min.js", "version": null}</script>
<script src="../../assets/javascripts/bundle.ddd52ceb.min.js"></script> <script src="../../assets/javascripts/bundle.716f8af4.min.js"></script>
</body> </body>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -10,7 +10,7 @@
<link rel="icon" href="https://adriencharbonneau.fr/images/AC_favicon.png"> <link rel="icon" href="https://adriencharbonneau.fr/images/AC_favicon.png">
<meta name="generator" content="mkdocs-1.1.2, mkdocs-material-7.1.10"> <meta name="generator" content="mkdocs-1.1.2, mkdocs-material-7.2.0">
@ -18,10 +18,10 @@
<link rel="stylesheet" href="../../assets/stylesheets/main.1fe995fd.min.css"> <link rel="stylesheet" href="../../assets/stylesheets/main.fe914879.min.css">
<link rel="stylesheet" href="../../assets/stylesheets/palette.f1a3b89f.min.css"> <link rel="stylesheet" href="../../assets/stylesheets/palette.ba0d045b.min.css">
@ -75,7 +75,7 @@
</div> </div>
<header class="md-header" data-md-component="header"> <header class="md-header" data-md-component="header">
<nav class="md-header__inner md-grid" aria-label="Header"> <nav class="md-header__inner md-grid" aria-label="En-tête">
<a href="https://adriencharbonneau.fr" title="Documentation - Adrien CHARBONNEAU" class="md-header__button md-logo" aria-label="Documentation - Adrien CHARBONNEAU" data-md-component="logo"> <a href="https://adriencharbonneau.fr" title="Documentation - Adrien CHARBONNEAU" class="md-header__button md-logo" aria-label="Documentation - Adrien CHARBONNEAU" data-md-component="logo">
@ -112,20 +112,24 @@
<label class="md-search__overlay" for="__search"></label> <label class="md-search__overlay" for="__search"></label>
<div class="md-search__inner" role="search"> <div class="md-search__inner" role="search">
<form class="md-search__form" name="search"> <form class="md-search__form" name="search">
<input type="text" class="md-search__input" name="query" aria-label="Rechercher" placeholder="Rechercher" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="search-query" data-md-state="active" required> <input type="text" class="md-search__input" name="query" aria-label="Rechercher" placeholder="Rechercher" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="search-query" required>
<label class="md-search__icon md-icon" for="__search"> <label class="md-search__icon md-icon" for="__search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg>
</label> </label>
<button type="reset" class="md-search__icon md-icon" aria-label="Clear" tabindex="-1"> <nav class="md-search__options" aria-label="Search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"/></svg>
</button> <button type="reset" class="md-search__icon md-icon" aria-label="Effacer" tabindex="-1">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"/></svg>
</button>
</nav>
</form> </form>
<div class="md-search__output"> <div class="md-search__output">
<div class="md-search__scrollwrap" data-md-scrollfix> <div class="md-search__scrollwrap" data-md-scrollfix>
<div class="md-search-result" data-md-component="search-result"> <div class="md-search-result" data-md-component="search-result">
<div class="md-search-result__meta"> <div class="md-search-result__meta">
Initializing search Initialisation de la recherche
</div> </div>
<ol class="md-search-result__list"></ol> <ol class="md-search-result__list"></ol>
</div> </div>
@ -156,7 +160,7 @@
<nav class="md-tabs" aria-label="Tabs" data-md-component="tabs"> <nav class="md-tabs" aria-label="Onglets" data-md-component="tabs">
<div class="md-tabs__inner md-grid"> <div class="md-tabs__inner md-grid">
<ul class="md-tabs__list"> <ul class="md-tabs__list">
@ -660,7 +664,7 @@
<a href="#" class="md-top md-icon" data-md-component="top" data-md-state="hidden"> <a href="#" class="md-top md-icon" data-md-component="top" data-md-state="hidden">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8v12z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8v12z"/></svg>
Back to top Retour en haut de la page
</a> </a>
</main> </main>
@ -668,7 +672,7 @@
<footer class="md-footer"> <footer class="md-footer">
<nav class="md-footer__inner md-grid" aria-label="Footer"> <nav class="md-footer__inner md-grid" aria-label="Pied de page">
<a href="../../securite/crowdsec/" class="md-footer__link md-footer__link--prev" aria-label="Précédent: Crowdsec" rel="prev"> <a href="../../securite/crowdsec/" class="md-footer__link md-footer__link--prev" aria-label="Précédent: Crowdsec" rel="prev">
@ -766,10 +770,10 @@
<div class="md-dialog" data-md-component="dialog"> <div class="md-dialog" data-md-component="dialog">
<div class="md-dialog__inner md-typeset"></div> <div class="md-dialog__inner md-typeset"></div>
</div> </div>
<script id="__config" type="application/json">{"base": "../..", "features": ["navigation.tabs", "navigation.top"], "translations": {"clipboard.copy": "Copier dans le presse-papier", "clipboard.copied": "Copi\u00e9 dans le presse-papier", "search.config.lang": "fr", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Rechercher", "search.result.placeholder": "Taper pour d\u00e9marrer la recherche", "search.result.none": "Aucun document trouv\u00e9", "search.result.one": "1 document trouv\u00e9", "search.result.other": "# documents trouv\u00e9s", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "../../assets/javascripts/workers/search.477d984a.min.js", "version": null}</script> <script id="__config" type="application/json">{"base": "../..", "features": ["navigation.tabs", "navigation.top"], "translations": {"clipboard.copy": "Copier dans le presse-papier", "clipboard.copied": "Copi\u00e9 dans le presse-papier", "search.config.lang": "fr", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Rechercher", "search.result.placeholder": "Taper pour d\u00e9marrer la recherche", "search.result.none": "Aucun document trouv\u00e9", "search.result.one": "1 document trouv\u00e9", "search.result.other": "# documents trouv\u00e9s", "search.result.more.one": "1 de plus sur cette page", "search.result.more.other": "# de plus sur cette page", "search.result.term.missing": "Non trouv\u00e9", "select.version.title": "S\u00e9lectionner la version"}, "search": "../../assets/javascripts/workers/search.53c85856.min.js", "version": null}</script>
<script src="../../assets/javascripts/bundle.ddd52ceb.min.js"></script> <script src="../../assets/javascripts/bundle.716f8af4.min.js"></script>
</body> </body>

View File

@ -10,7 +10,7 @@
<link rel="icon" href="https://adriencharbonneau.fr/images/AC_favicon.png"> <link rel="icon" href="https://adriencharbonneau.fr/images/AC_favicon.png">
<meta name="generator" content="mkdocs-1.1.2, mkdocs-material-7.1.10"> <meta name="generator" content="mkdocs-1.1.2, mkdocs-material-7.2.0">
@ -18,10 +18,10 @@
<link rel="stylesheet" href="assets/stylesheets/main.1fe995fd.min.css"> <link rel="stylesheet" href="assets/stylesheets/main.fe914879.min.css">
<link rel="stylesheet" href="assets/stylesheets/palette.f1a3b89f.min.css"> <link rel="stylesheet" href="assets/stylesheets/palette.ba0d045b.min.css">
@ -75,7 +75,7 @@
</div> </div>
<header class="md-header" data-md-component="header"> <header class="md-header" data-md-component="header">
<nav class="md-header__inner md-grid" aria-label="Header"> <nav class="md-header__inner md-grid" aria-label="En-tête">
<a href="https://adriencharbonneau.fr" title="Documentation - Adrien CHARBONNEAU" class="md-header__button md-logo" aria-label="Documentation - Adrien CHARBONNEAU" data-md-component="logo"> <a href="https://adriencharbonneau.fr" title="Documentation - Adrien CHARBONNEAU" class="md-header__button md-logo" aria-label="Documentation - Adrien CHARBONNEAU" data-md-component="logo">
@ -112,20 +112,24 @@
<label class="md-search__overlay" for="__search"></label> <label class="md-search__overlay" for="__search"></label>
<div class="md-search__inner" role="search"> <div class="md-search__inner" role="search">
<form class="md-search__form" name="search"> <form class="md-search__form" name="search">
<input type="text" class="md-search__input" name="query" aria-label="Rechercher" placeholder="Rechercher" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="search-query" data-md-state="active" required> <input type="text" class="md-search__input" name="query" aria-label="Rechercher" placeholder="Rechercher" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="search-query" required>
<label class="md-search__icon md-icon" for="__search"> <label class="md-search__icon md-icon" for="__search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg>
</label> </label>
<button type="reset" class="md-search__icon md-icon" aria-label="Clear" tabindex="-1"> <nav class="md-search__options" aria-label="Search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"/></svg>
</button> <button type="reset" class="md-search__icon md-icon" aria-label="Effacer" tabindex="-1">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"/></svg>
</button>
</nav>
</form> </form>
<div class="md-search__output"> <div class="md-search__output">
<div class="md-search__scrollwrap" data-md-scrollfix> <div class="md-search__scrollwrap" data-md-scrollfix>
<div class="md-search-result" data-md-component="search-result"> <div class="md-search-result" data-md-component="search-result">
<div class="md-search-result__meta"> <div class="md-search-result__meta">
Initializing search Initialisation de la recherche
</div> </div>
<ol class="md-search-result__list"></ol> <ol class="md-search-result__list"></ol>
</div> </div>
@ -156,7 +160,7 @@
<nav class="md-tabs" aria-label="Tabs" data-md-component="tabs"> <nav class="md-tabs" aria-label="Onglets" data-md-component="tabs">
<div class="md-tabs__inner md-grid"> <div class="md-tabs__inner md-grid">
<ul class="md-tabs__list"> <ul class="md-tabs__list">
@ -327,6 +331,27 @@
Contexte Contexte
</a> </a>
</li>
<li class="md-nav__item">
<a href="#objectifs" class="md-nav__link">
Objectifs
</a>
</li>
<li class="md-nav__item">
<a href="#lorganisation-du-serveur" class="md-nav__link">
L'organisation du serveur
</a>
</li>
<li class="md-nav__item">
<a href="#le-materiel" class="md-nav__link">
Le matériel
</a>
</li> </li>
</ul> </ul>
@ -619,6 +644,27 @@
Contexte Contexte
</a> </a>
</li>
<li class="md-nav__item">
<a href="#objectifs" class="md-nav__link">
Objectifs
</a>
</li>
<li class="md-nav__item">
<a href="#lorganisation-du-serveur" class="md-nav__link">
L'organisation du serveur
</a>
</li>
<li class="md-nav__item">
<a href="#le-materiel" class="md-nav__link">
Le matériel
</a>
</li> </li>
</ul> </ul>
@ -636,11 +682,11 @@
<h1 id="introduction">Introduction</h1> <h1 id="introduction">Introduction</h1>
<h2 id="contexte">Contexte</h2> <h2 id="contexte">Contexte</h2>
<p>Après avoir passé de nombreuses heures (souvent par curiosité, mais parfois aussi par nécessité) à chercher, creuser et même fouiller le web afin de répondre à la multitude de questions que j'avais. Les sujets étaient (et sont toujours) vastes : ils concernent la configuration, la sécurisation et la gestion d'un serveur web.<br /> <p>J'ai souvent passé beaucoup de temps (souvent par curiosité, mais parfois aussi par nécessité) à chercher, creuser et même fouiller le web. Cela afin de répondre à la multitude de questions que j'avais concernant des sujets vastes : ils concernent (entre autres, et c'est ce qui nous intéresse ici) la configuration, la sécurisation et la gestion d'un serveur web.<br />
J'ai donc décidé d'écrire une "documentation" (<em>modeste bien entendu</em>) de manière à : </p> J'ai donc décidé d'écrire une "documentation" (<em>modeste bien entendu</em>) de manière à : </p>
<ul> <ul>
<li>Améliorer a posteriori sans oublier les étapes de bases</li> <li>Améliorer a posteriori sans risquer d'oublier les étapes de bases </li>
<li>Pouvoir <a href="https://git.adriencharbonneau.fr/Adrien/Docs">diffuser</a> cela afin que ce soit réutilisé</li> <li>Pouvoir <a href="https://git.adriencharbonneau.fr/Adrien/Docs">diffuser</a> cela afin que ce soit accessible et réutilisé </li>
<li>Renforcer mes connaissances dans le domaine</li> <li>Renforcer mes connaissances dans le domaine</li>
</ul> </ul>
<p>Bref le projet est long, et ne sera certainement pas terminé prochainement, car ma soif d'apprendre est toujours plus grande. Néanmoins, les bases seront là.</p> <p>Bref le projet est long, et ne sera certainement pas terminé prochainement, car ma soif d'apprendre est toujours plus grande. Néanmoins, les bases seront là.</p>
@ -650,6 +696,26 @@ J'ai donc décidé d'écrire une "documentation" (<em>modeste bien entendu</em>)
Vous retrouverez mes activités principales sur <a href="https://adriencharbonneau.fr">https://adriencharbonneau.fr</a>.<br /> Vous retrouverez mes activités principales sur <a href="https://adriencharbonneau.fr">https://adriencharbonneau.fr</a>.<br />
Bonne lecture !</p> Bonne lecture !</p>
</div> </div>
<h2 id="objectifs">Objectifs</h2>
<p>Je possédais un hébergement web (répertoire + base de données - <em>en gros une location de dossier sur internet</em>) avec lequel j'étais ravi. Mais rapidement je me suis rendu compte des limites de l'hébergement dit "mutualisé" : je ne pouvais pas tester d'applications web, faire tourner des scripts particuliers etc...</p>
<p>Je me suis donc tourné vers une autre solution : le <strong>VPS</strong> (<em>Virtual Private Server</em>) -<em>en gros</em> (pour continuer la comparaison simplette) <em>un ordinateur à distance sur lequel j'ai pleinement la main</em>. <br />
J'avais une bonne expérience du système d'exploitation Unix, j'ai donc choisi un serveur Debian. </p>
<p><strong>Les objectifs étant donc :</strong> </p>
<ul>
<li>Pouvoir héberger mon site internet principal</li>
<li>Pouvoir héberger d'autres sites internet au même endroit (et sans payer plus cher)</li>
<li>Pouvoir avoir un forum, wiki, et d'autres applications web intéressantes</li>
<li>Gérer moi même l'intégralité de l'organisation, de la sécurité etc...</li>
</ul>
<h2 id="lorganisation-du-serveur">L'organisation du serveur</h2>
<p>Cette partie sera explicitée lorsque les développeurs de Material for MkDocs auront terminer l'intégration des <a href="https://mermaid-js.github.io/">diagrammes dans Markdown</a>.</p>
<h2 id="le-materiel">Le matériel</h2>
<p>Si vous souhaitez répéter les opérations effectuées dans cette documentation vous aurez besoin : </p>
<ul>
<li>💻 VPS sous Unix (Debian, Ubuntu etc... les manipulations étant adaptables assez facilement)</li>
<li>⌛ de temps </li>
<li>⌨ d'un logiciel permettant un accès en <a href="https://fr.wikipedia.org/wiki/Secure_Shell">SSH</a> au VPS : ici <a href="https://www.chiark.greenend.org.uk/~sgtatham/putty/changes.html">Putty</a></li>
</ul>
@ -677,7 +743,7 @@ Bonne lecture !</p>
<a href="#" class="md-top md-icon" data-md-component="top" data-md-state="hidden"> <a href="#" class="md-top md-icon" data-md-component="top" data-md-state="hidden">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8v12z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8v12z"/></svg>
Back to top Retour en haut de la page
</a> </a>
</main> </main>
@ -685,7 +751,7 @@ Bonne lecture !</p>
<footer class="md-footer"> <footer class="md-footer">
<nav class="md-footer__inner md-grid" aria-label="Footer"> <nav class="md-footer__inner md-grid" aria-label="Pied de page">
@ -768,10 +834,10 @@ Bonne lecture !</p>
<div class="md-dialog" data-md-component="dialog"> <div class="md-dialog" data-md-component="dialog">
<div class="md-dialog__inner md-typeset"></div> <div class="md-dialog__inner md-typeset"></div>
</div> </div>
<script id="__config" type="application/json">{"base": ".", "features": ["navigation.tabs", "navigation.top"], "translations": {"clipboard.copy": "Copier dans le presse-papier", "clipboard.copied": "Copi\u00e9 dans le presse-papier", "search.config.lang": "fr", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Rechercher", "search.result.placeholder": "Taper pour d\u00e9marrer la recherche", "search.result.none": "Aucun document trouv\u00e9", "search.result.one": "1 document trouv\u00e9", "search.result.other": "# documents trouv\u00e9s", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "assets/javascripts/workers/search.477d984a.min.js", "version": null}</script> <script id="__config" type="application/json">{"base": ".", "features": ["navigation.tabs", "navigation.top"], "translations": {"clipboard.copy": "Copier dans le presse-papier", "clipboard.copied": "Copi\u00e9 dans le presse-papier", "search.config.lang": "fr", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Rechercher", "search.result.placeholder": "Taper pour d\u00e9marrer la recherche", "search.result.none": "Aucun document trouv\u00e9", "search.result.one": "1 document trouv\u00e9", "search.result.other": "# documents trouv\u00e9s", "search.result.more.one": "1 de plus sur cette page", "search.result.more.other": "# de plus sur cette page", "search.result.term.missing": "Non trouv\u00e9", "select.version.title": "S\u00e9lectionner la version"}, "search": "assets/javascripts/workers/search.53c85856.min.js", "version": null}</script>
<script src="assets/javascripts/bundle.ddd52ceb.min.js"></script> <script src="assets/javascripts/bundle.716f8af4.min.js"></script>
</body> </body>

File diff suppressed because one or more lines are too long

View File

@ -10,7 +10,7 @@
<link rel="icon" href="https://adriencharbonneau.fr/images/AC_favicon.png"> <link rel="icon" href="https://adriencharbonneau.fr/images/AC_favicon.png">
<meta name="generator" content="mkdocs-1.1.2, mkdocs-material-7.1.10"> <meta name="generator" content="mkdocs-1.1.2, mkdocs-material-7.2.0">
@ -18,10 +18,10 @@
<link rel="stylesheet" href="../../assets/stylesheets/main.1fe995fd.min.css"> <link rel="stylesheet" href="../../assets/stylesheets/main.fe914879.min.css">
<link rel="stylesheet" href="../../assets/stylesheets/palette.f1a3b89f.min.css"> <link rel="stylesheet" href="../../assets/stylesheets/palette.ba0d045b.min.css">
@ -75,7 +75,7 @@
</div> </div>
<header class="md-header" data-md-component="header"> <header class="md-header" data-md-component="header">
<nav class="md-header__inner md-grid" aria-label="Header"> <nav class="md-header__inner md-grid" aria-label="En-tête">
<a href="https://adriencharbonneau.fr" title="Documentation - Adrien CHARBONNEAU" class="md-header__button md-logo" aria-label="Documentation - Adrien CHARBONNEAU" data-md-component="logo"> <a href="https://adriencharbonneau.fr" title="Documentation - Adrien CHARBONNEAU" class="md-header__button md-logo" aria-label="Documentation - Adrien CHARBONNEAU" data-md-component="logo">
@ -112,20 +112,24 @@
<label class="md-search__overlay" for="__search"></label> <label class="md-search__overlay" for="__search"></label>
<div class="md-search__inner" role="search"> <div class="md-search__inner" role="search">
<form class="md-search__form" name="search"> <form class="md-search__form" name="search">
<input type="text" class="md-search__input" name="query" aria-label="Rechercher" placeholder="Rechercher" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="search-query" data-md-state="active" required> <input type="text" class="md-search__input" name="query" aria-label="Rechercher" placeholder="Rechercher" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="search-query" required>
<label class="md-search__icon md-icon" for="__search"> <label class="md-search__icon md-icon" for="__search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg>
</label> </label>
<button type="reset" class="md-search__icon md-icon" aria-label="Clear" tabindex="-1"> <nav class="md-search__options" aria-label="Search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"/></svg>
</button> <button type="reset" class="md-search__icon md-icon" aria-label="Effacer" tabindex="-1">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"/></svg>
</button>
</nav>
</form> </form>
<div class="md-search__output"> <div class="md-search__output">
<div class="md-search__scrollwrap" data-md-scrollfix> <div class="md-search__scrollwrap" data-md-scrollfix>
<div class="md-search-result" data-md-component="search-result"> <div class="md-search-result" data-md-component="search-result">
<div class="md-search-result__meta"> <div class="md-search-result__meta">
Initializing search Initialisation de la recherche
</div> </div>
<ol class="md-search-result__list"></ol> <ol class="md-search-result__list"></ol>
</div> </div>
@ -156,7 +160,7 @@
<nav class="md-tabs" aria-label="Tabs" data-md-component="tabs"> <nav class="md-tabs" aria-label="Onglets" data-md-component="tabs">
<div class="md-tabs__inner md-grid"> <div class="md-tabs__inner md-grid">
<ul class="md-tabs__list"> <ul class="md-tabs__list">
@ -619,7 +623,7 @@
<a href="#" class="md-top md-icon" data-md-component="top" data-md-state="hidden"> <a href="#" class="md-top md-icon" data-md-component="top" data-md-state="hidden">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8v12z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8v12z"/></svg>
Back to top Retour en haut de la page
</a> </a>
</main> </main>
@ -627,7 +631,7 @@
<footer class="md-footer"> <footer class="md-footer">
<nav class="md-footer__inner md-grid" aria-label="Footer"> <nav class="md-footer__inner md-grid" aria-label="Pied de page">
<a href="../ufw/" class="md-footer__link md-footer__link--prev" aria-label="Précédent: UFW" rel="prev"> <a href="../ufw/" class="md-footer__link md-footer__link--prev" aria-label="Précédent: UFW" rel="prev">
@ -725,10 +729,10 @@
<div class="md-dialog" data-md-component="dialog"> <div class="md-dialog" data-md-component="dialog">
<div class="md-dialog__inner md-typeset"></div> <div class="md-dialog__inner md-typeset"></div>
</div> </div>
<script id="__config" type="application/json">{"base": "../..", "features": ["navigation.tabs", "navigation.top"], "translations": {"clipboard.copy": "Copier dans le presse-papier", "clipboard.copied": "Copi\u00e9 dans le presse-papier", "search.config.lang": "fr", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Rechercher", "search.result.placeholder": "Taper pour d\u00e9marrer la recherche", "search.result.none": "Aucun document trouv\u00e9", "search.result.one": "1 document trouv\u00e9", "search.result.other": "# documents trouv\u00e9s", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "../../assets/javascripts/workers/search.477d984a.min.js", "version": null}</script> <script id="__config" type="application/json">{"base": "../..", "features": ["navigation.tabs", "navigation.top"], "translations": {"clipboard.copy": "Copier dans le presse-papier", "clipboard.copied": "Copi\u00e9 dans le presse-papier", "search.config.lang": "fr", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Rechercher", "search.result.placeholder": "Taper pour d\u00e9marrer la recherche", "search.result.none": "Aucun document trouv\u00e9", "search.result.one": "1 document trouv\u00e9", "search.result.other": "# documents trouv\u00e9s", "search.result.more.one": "1 de plus sur cette page", "search.result.more.other": "# de plus sur cette page", "search.result.term.missing": "Non trouv\u00e9", "select.version.title": "S\u00e9lectionner la version"}, "search": "../../assets/javascripts/workers/search.53c85856.min.js", "version": null}</script>
<script src="../../assets/javascripts/bundle.ddd52ceb.min.js"></script> <script src="../../assets/javascripts/bundle.716f8af4.min.js"></script>
</body> </body>

View File

@ -10,7 +10,7 @@
<link rel="icon" href="https://adriencharbonneau.fr/images/AC_favicon.png"> <link rel="icon" href="https://adriencharbonneau.fr/images/AC_favicon.png">
<meta name="generator" content="mkdocs-1.1.2, mkdocs-material-7.1.10"> <meta name="generator" content="mkdocs-1.1.2, mkdocs-material-7.2.0">
@ -18,10 +18,10 @@
<link rel="stylesheet" href="../../assets/stylesheets/main.1fe995fd.min.css"> <link rel="stylesheet" href="../../assets/stylesheets/main.fe914879.min.css">
<link rel="stylesheet" href="../../assets/stylesheets/palette.f1a3b89f.min.css"> <link rel="stylesheet" href="../../assets/stylesheets/palette.ba0d045b.min.css">
@ -75,7 +75,7 @@
</div> </div>
<header class="md-header" data-md-component="header"> <header class="md-header" data-md-component="header">
<nav class="md-header__inner md-grid" aria-label="Header"> <nav class="md-header__inner md-grid" aria-label="En-tête">
<a href="https://adriencharbonneau.fr" title="Documentation - Adrien CHARBONNEAU" class="md-header__button md-logo" aria-label="Documentation - Adrien CHARBONNEAU" data-md-component="logo"> <a href="https://adriencharbonneau.fr" title="Documentation - Adrien CHARBONNEAU" class="md-header__button md-logo" aria-label="Documentation - Adrien CHARBONNEAU" data-md-component="logo">
@ -112,20 +112,24 @@
<label class="md-search__overlay" for="__search"></label> <label class="md-search__overlay" for="__search"></label>
<div class="md-search__inner" role="search"> <div class="md-search__inner" role="search">
<form class="md-search__form" name="search"> <form class="md-search__form" name="search">
<input type="text" class="md-search__input" name="query" aria-label="Rechercher" placeholder="Rechercher" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="search-query" data-md-state="active" required> <input type="text" class="md-search__input" name="query" aria-label="Rechercher" placeholder="Rechercher" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="search-query" required>
<label class="md-search__icon md-icon" for="__search"> <label class="md-search__icon md-icon" for="__search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg>
</label> </label>
<button type="reset" class="md-search__icon md-icon" aria-label="Clear" tabindex="-1"> <nav class="md-search__options" aria-label="Search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"/></svg>
</button> <button type="reset" class="md-search__icon md-icon" aria-label="Effacer" tabindex="-1">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"/></svg>
</button>
</nav>
</form> </form>
<div class="md-search__output"> <div class="md-search__output">
<div class="md-search__scrollwrap" data-md-scrollfix> <div class="md-search__scrollwrap" data-md-scrollfix>
<div class="md-search-result" data-md-component="search-result"> <div class="md-search-result" data-md-component="search-result">
<div class="md-search-result__meta"> <div class="md-search-result__meta">
Initializing search Initialisation de la recherche
</div> </div>
<ol class="md-search-result__list"></ol> <ol class="md-search-result__list"></ol>
</div> </div>
@ -156,7 +160,7 @@
<nav class="md-tabs" aria-label="Tabs" data-md-component="tabs"> <nav class="md-tabs" aria-label="Onglets" data-md-component="tabs">
<div class="md-tabs__inner md-grid"> <div class="md-tabs__inner md-grid">
<ul class="md-tabs__list"> <ul class="md-tabs__list">
@ -619,7 +623,7 @@
<a href="#" class="md-top md-icon" data-md-component="top" data-md-state="hidden"> <a href="#" class="md-top md-icon" data-md-component="top" data-md-state="hidden">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8v12z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8v12z"/></svg>
Back to top Retour en haut de la page
</a> </a>
</main> </main>
@ -627,7 +631,7 @@
<footer class="md-footer"> <footer class="md-footer">
<nav class="md-footer__inner md-grid" aria-label="Footer"> <nav class="md-footer__inner md-grid" aria-label="Pied de page">
<a href="../logwatch/" class="md-footer__link md-footer__link--prev" aria-label="Précédent: Logwatch" rel="prev"> <a href="../logwatch/" class="md-footer__link md-footer__link--prev" aria-label="Précédent: Logwatch" rel="prev">
@ -725,10 +729,10 @@
<div class="md-dialog" data-md-component="dialog"> <div class="md-dialog" data-md-component="dialog">
<div class="md-dialog__inner md-typeset"></div> <div class="md-dialog__inner md-typeset"></div>
</div> </div>
<script id="__config" type="application/json">{"base": "../..", "features": ["navigation.tabs", "navigation.top"], "translations": {"clipboard.copy": "Copier dans le presse-papier", "clipboard.copied": "Copi\u00e9 dans le presse-papier", "search.config.lang": "fr", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Rechercher", "search.result.placeholder": "Taper pour d\u00e9marrer la recherche", "search.result.none": "Aucun document trouv\u00e9", "search.result.one": "1 document trouv\u00e9", "search.result.other": "# documents trouv\u00e9s", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "../../assets/javascripts/workers/search.477d984a.min.js", "version": null}</script> <script id="__config" type="application/json">{"base": "../..", "features": ["navigation.tabs", "navigation.top"], "translations": {"clipboard.copy": "Copier dans le presse-papier", "clipboard.copied": "Copi\u00e9 dans le presse-papier", "search.config.lang": "fr", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Rechercher", "search.result.placeholder": "Taper pour d\u00e9marrer la recherche", "search.result.none": "Aucun document trouv\u00e9", "search.result.one": "1 document trouv\u00e9", "search.result.other": "# documents trouv\u00e9s", "search.result.more.one": "1 de plus sur cette page", "search.result.more.other": "# de plus sur cette page", "search.result.term.missing": "Non trouv\u00e9", "select.version.title": "S\u00e9lectionner la version"}, "search": "../../assets/javascripts/workers/search.53c85856.min.js", "version": null}</script>
<script src="../../assets/javascripts/bundle.ddd52ceb.min.js"></script> <script src="../../assets/javascripts/bundle.716f8af4.min.js"></script>
</body> </body>

View File

@ -10,7 +10,7 @@
<link rel="icon" href="https://adriencharbonneau.fr/images/AC_favicon.png"> <link rel="icon" href="https://adriencharbonneau.fr/images/AC_favicon.png">
<meta name="generator" content="mkdocs-1.1.2, mkdocs-material-7.1.10"> <meta name="generator" content="mkdocs-1.1.2, mkdocs-material-7.2.0">
@ -18,10 +18,10 @@
<link rel="stylesheet" href="../../assets/stylesheets/main.1fe995fd.min.css"> <link rel="stylesheet" href="../../assets/stylesheets/main.fe914879.min.css">
<link rel="stylesheet" href="../../assets/stylesheets/palette.f1a3b89f.min.css"> <link rel="stylesheet" href="../../assets/stylesheets/palette.ba0d045b.min.css">
@ -75,7 +75,7 @@
</div> </div>
<header class="md-header" data-md-component="header"> <header class="md-header" data-md-component="header">
<nav class="md-header__inner md-grid" aria-label="Header"> <nav class="md-header__inner md-grid" aria-label="En-tête">
<a href="https://adriencharbonneau.fr" title="Documentation - Adrien CHARBONNEAU" class="md-header__button md-logo" aria-label="Documentation - Adrien CHARBONNEAU" data-md-component="logo"> <a href="https://adriencharbonneau.fr" title="Documentation - Adrien CHARBONNEAU" class="md-header__button md-logo" aria-label="Documentation - Adrien CHARBONNEAU" data-md-component="logo">
@ -112,20 +112,24 @@
<label class="md-search__overlay" for="__search"></label> <label class="md-search__overlay" for="__search"></label>
<div class="md-search__inner" role="search"> <div class="md-search__inner" role="search">
<form class="md-search__form" name="search"> <form class="md-search__form" name="search">
<input type="text" class="md-search__input" name="query" aria-label="Rechercher" placeholder="Rechercher" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="search-query" data-md-state="active" required> <input type="text" class="md-search__input" name="query" aria-label="Rechercher" placeholder="Rechercher" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="search-query" required>
<label class="md-search__icon md-icon" for="__search"> <label class="md-search__icon md-icon" for="__search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg>
</label> </label>
<button type="reset" class="md-search__icon md-icon" aria-label="Clear" tabindex="-1"> <nav class="md-search__options" aria-label="Search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"/></svg>
</button> <button type="reset" class="md-search__icon md-icon" aria-label="Effacer" tabindex="-1">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"/></svg>
</button>
</nav>
</form> </form>
<div class="md-search__output"> <div class="md-search__output">
<div class="md-search__scrollwrap" data-md-scrollfix> <div class="md-search__scrollwrap" data-md-scrollfix>
<div class="md-search-result" data-md-component="search-result"> <div class="md-search-result" data-md-component="search-result">
<div class="md-search-result__meta"> <div class="md-search-result__meta">
Initializing search Initialisation de la recherche
</div> </div>
<ol class="md-search-result__list"></ol> <ol class="md-search-result__list"></ol>
</div> </div>
@ -156,7 +160,7 @@
<nav class="md-tabs" aria-label="Tabs" data-md-component="tabs"> <nav class="md-tabs" aria-label="Onglets" data-md-component="tabs">
<div class="md-tabs__inner md-grid"> <div class="md-tabs__inner md-grid">
<ul class="md-tabs__list"> <ul class="md-tabs__list">
@ -619,7 +623,7 @@
<a href="#" class="md-top md-icon" data-md-component="top" data-md-state="hidden"> <a href="#" class="md-top md-icon" data-md-component="top" data-md-state="hidden">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8v12z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8v12z"/></svg>
Back to top Retour en haut de la page
</a> </a>
</main> </main>
@ -627,7 +631,7 @@
<footer class="md-footer"> <footer class="md-footer">
<nav class="md-footer__inner md-grid" aria-label="Footer"> <nav class="md-footer__inner md-grid" aria-label="Pied de page">
<a href="../.." class="md-footer__link md-footer__link--prev" aria-label="Précédent: Introduction" rel="prev"> <a href="../.." class="md-footer__link md-footer__link--prev" aria-label="Précédent: Introduction" rel="prev">
@ -725,10 +729,10 @@
<div class="md-dialog" data-md-component="dialog"> <div class="md-dialog" data-md-component="dialog">
<div class="md-dialog__inner md-typeset"></div> <div class="md-dialog__inner md-typeset"></div>
</div> </div>
<script id="__config" type="application/json">{"base": "../..", "features": ["navigation.tabs", "navigation.top"], "translations": {"clipboard.copy": "Copier dans le presse-papier", "clipboard.copied": "Copi\u00e9 dans le presse-papier", "search.config.lang": "fr", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Rechercher", "search.result.placeholder": "Taper pour d\u00e9marrer la recherche", "search.result.none": "Aucun document trouv\u00e9", "search.result.one": "1 document trouv\u00e9", "search.result.other": "# documents trouv\u00e9s", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "../../assets/javascripts/workers/search.477d984a.min.js", "version": null}</script> <script id="__config" type="application/json">{"base": "../..", "features": ["navigation.tabs", "navigation.top"], "translations": {"clipboard.copy": "Copier dans le presse-papier", "clipboard.copied": "Copi\u00e9 dans le presse-papier", "search.config.lang": "fr", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Rechercher", "search.result.placeholder": "Taper pour d\u00e9marrer la recherche", "search.result.none": "Aucun document trouv\u00e9", "search.result.one": "1 document trouv\u00e9", "search.result.other": "# documents trouv\u00e9s", "search.result.more.one": "1 de plus sur cette page", "search.result.more.other": "# de plus sur cette page", "search.result.term.missing": "Non trouv\u00e9", "select.version.title": "S\u00e9lectionner la version"}, "search": "../../assets/javascripts/workers/search.53c85856.min.js", "version": null}</script>
<script src="../../assets/javascripts/bundle.ddd52ceb.min.js"></script> <script src="../../assets/javascripts/bundle.716f8af4.min.js"></script>
</body> </body>

View File

@ -10,7 +10,7 @@
<link rel="icon" href="https://adriencharbonneau.fr/images/AC_favicon.png"> <link rel="icon" href="https://adriencharbonneau.fr/images/AC_favicon.png">
<meta name="generator" content="mkdocs-1.1.2, mkdocs-material-7.1.10"> <meta name="generator" content="mkdocs-1.1.2, mkdocs-material-7.2.0">
@ -18,10 +18,10 @@
<link rel="stylesheet" href="../../assets/stylesheets/main.1fe995fd.min.css"> <link rel="stylesheet" href="../../assets/stylesheets/main.fe914879.min.css">
<link rel="stylesheet" href="../../assets/stylesheets/palette.f1a3b89f.min.css"> <link rel="stylesheet" href="../../assets/stylesheets/palette.ba0d045b.min.css">
@ -75,7 +75,7 @@
</div> </div>
<header class="md-header" data-md-component="header"> <header class="md-header" data-md-component="header">
<nav class="md-header__inner md-grid" aria-label="Header"> <nav class="md-header__inner md-grid" aria-label="En-tête">
<a href="https://adriencharbonneau.fr" title="Documentation - Adrien CHARBONNEAU" class="md-header__button md-logo" aria-label="Documentation - Adrien CHARBONNEAU" data-md-component="logo"> <a href="https://adriencharbonneau.fr" title="Documentation - Adrien CHARBONNEAU" class="md-header__button md-logo" aria-label="Documentation - Adrien CHARBONNEAU" data-md-component="logo">
@ -112,20 +112,24 @@
<label class="md-search__overlay" for="__search"></label> <label class="md-search__overlay" for="__search"></label>
<div class="md-search__inner" role="search"> <div class="md-search__inner" role="search">
<form class="md-search__form" name="search"> <form class="md-search__form" name="search">
<input type="text" class="md-search__input" name="query" aria-label="Rechercher" placeholder="Rechercher" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="search-query" data-md-state="active" required> <input type="text" class="md-search__input" name="query" aria-label="Rechercher" placeholder="Rechercher" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="search-query" required>
<label class="md-search__icon md-icon" for="__search"> <label class="md-search__icon md-icon" for="__search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg>
</label> </label>
<button type="reset" class="md-search__icon md-icon" aria-label="Clear" tabindex="-1"> <nav class="md-search__options" aria-label="Search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"/></svg>
</button> <button type="reset" class="md-search__icon md-icon" aria-label="Effacer" tabindex="-1">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"/></svg>
</button>
</nav>
</form> </form>
<div class="md-search__output"> <div class="md-search__output">
<div class="md-search__scrollwrap" data-md-scrollfix> <div class="md-search__scrollwrap" data-md-scrollfix>
<div class="md-search-result" data-md-component="search-result"> <div class="md-search-result" data-md-component="search-result">
<div class="md-search-result__meta"> <div class="md-search-result__meta">
Initializing search Initialisation de la recherche
</div> </div>
<ol class="md-search-result__list"></ol> <ol class="md-search-result__list"></ol>
</div> </div>
@ -156,7 +160,7 @@
<nav class="md-tabs" aria-label="Tabs" data-md-component="tabs"> <nav class="md-tabs" aria-label="Onglets" data-md-component="tabs">
<div class="md-tabs__inner md-grid"> <div class="md-tabs__inner md-grid">
<ul class="md-tabs__list"> <ul class="md-tabs__list">
@ -619,7 +623,7 @@
<a href="#" class="md-top md-icon" data-md-component="top" data-md-state="hidden"> <a href="#" class="md-top md-icon" data-md-component="top" data-md-state="hidden">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8v12z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8v12z"/></svg>
Back to top Retour en haut de la page
</a> </a>
</main> </main>
@ -627,7 +631,7 @@
<footer class="md-footer"> <footer class="md-footer">
<nav class="md-footer__inner md-grid" aria-label="Footer"> <nav class="md-footer__inner md-grid" aria-label="Pied de page">
<a href="../introduction/" class="md-footer__link md-footer__link--prev" aria-label="Précédent: Introduction - Sécurité" rel="prev"> <a href="../introduction/" class="md-footer__link md-footer__link--prev" aria-label="Précédent: Introduction - Sécurité" rel="prev">
@ -725,10 +729,10 @@
<div class="md-dialog" data-md-component="dialog"> <div class="md-dialog" data-md-component="dialog">
<div class="md-dialog__inner md-typeset"></div> <div class="md-dialog__inner md-typeset"></div>
</div> </div>
<script id="__config" type="application/json">{"base": "../..", "features": ["navigation.tabs", "navigation.top"], "translations": {"clipboard.copy": "Copier dans le presse-papier", "clipboard.copied": "Copi\u00e9 dans le presse-papier", "search.config.lang": "fr", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Rechercher", "search.result.placeholder": "Taper pour d\u00e9marrer la recherche", "search.result.none": "Aucun document trouv\u00e9", "search.result.one": "1 document trouv\u00e9", "search.result.other": "# documents trouv\u00e9s", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "../../assets/javascripts/workers/search.477d984a.min.js", "version": null}</script> <script id="__config" type="application/json">{"base": "../..", "features": ["navigation.tabs", "navigation.top"], "translations": {"clipboard.copy": "Copier dans le presse-papier", "clipboard.copied": "Copi\u00e9 dans le presse-papier", "search.config.lang": "fr", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Rechercher", "search.result.placeholder": "Taper pour d\u00e9marrer la recherche", "search.result.none": "Aucun document trouv\u00e9", "search.result.one": "1 document trouv\u00e9", "search.result.other": "# documents trouv\u00e9s", "search.result.more.one": "1 de plus sur cette page", "search.result.more.other": "# de plus sur cette page", "search.result.term.missing": "Non trouv\u00e9", "select.version.title": "S\u00e9lectionner la version"}, "search": "../../assets/javascripts/workers/search.53c85856.min.js", "version": null}</script>
<script src="../../assets/javascripts/bundle.ddd52ceb.min.js"></script> <script src="../../assets/javascripts/bundle.716f8af4.min.js"></script>
</body> </body>

View File

@ -10,7 +10,7 @@
<link rel="icon" href="https://adriencharbonneau.fr/images/AC_favicon.png"> <link rel="icon" href="https://adriencharbonneau.fr/images/AC_favicon.png">
<meta name="generator" content="mkdocs-1.1.2, mkdocs-material-7.1.10"> <meta name="generator" content="mkdocs-1.1.2, mkdocs-material-7.2.0">
@ -18,10 +18,10 @@
<link rel="stylesheet" href="../../assets/stylesheets/main.1fe995fd.min.css"> <link rel="stylesheet" href="../../assets/stylesheets/main.fe914879.min.css">
<link rel="stylesheet" href="../../assets/stylesheets/palette.f1a3b89f.min.css"> <link rel="stylesheet" href="../../assets/stylesheets/palette.ba0d045b.min.css">
@ -75,7 +75,7 @@
</div> </div>
<header class="md-header" data-md-component="header"> <header class="md-header" data-md-component="header">
<nav class="md-header__inner md-grid" aria-label="Header"> <nav class="md-header__inner md-grid" aria-label="En-tête">
<a href="https://adriencharbonneau.fr" title="Documentation - Adrien CHARBONNEAU" class="md-header__button md-logo" aria-label="Documentation - Adrien CHARBONNEAU" data-md-component="logo"> <a href="https://adriencharbonneau.fr" title="Documentation - Adrien CHARBONNEAU" class="md-header__button md-logo" aria-label="Documentation - Adrien CHARBONNEAU" data-md-component="logo">
@ -112,20 +112,24 @@
<label class="md-search__overlay" for="__search"></label> <label class="md-search__overlay" for="__search"></label>
<div class="md-search__inner" role="search"> <div class="md-search__inner" role="search">
<form class="md-search__form" name="search"> <form class="md-search__form" name="search">
<input type="text" class="md-search__input" name="query" aria-label="Rechercher" placeholder="Rechercher" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="search-query" data-md-state="active" required> <input type="text" class="md-search__input" name="query" aria-label="Rechercher" placeholder="Rechercher" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="search-query" required>
<label class="md-search__icon md-icon" for="__search"> <label class="md-search__icon md-icon" for="__search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg>
</label> </label>
<button type="reset" class="md-search__icon md-icon" aria-label="Clear" tabindex="-1"> <nav class="md-search__options" aria-label="Search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"/></svg>
</button> <button type="reset" class="md-search__icon md-icon" aria-label="Effacer" tabindex="-1">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"/></svg>
</button>
</nav>
</form> </form>
<div class="md-search__output"> <div class="md-search__output">
<div class="md-search__scrollwrap" data-md-scrollfix> <div class="md-search__scrollwrap" data-md-scrollfix>
<div class="md-search-result" data-md-component="search-result"> <div class="md-search-result" data-md-component="search-result">
<div class="md-search-result__meta"> <div class="md-search-result__meta">
Initializing search Initialisation de la recherche
</div> </div>
<ol class="md-search-result__list"></ol> <ol class="md-search-result__list"></ol>
</div> </div>
@ -156,7 +160,7 @@
<nav class="md-tabs" aria-label="Tabs" data-md-component="tabs"> <nav class="md-tabs" aria-label="Onglets" data-md-component="tabs">
<div class="md-tabs__inner md-grid"> <div class="md-tabs__inner md-grid">
<ul class="md-tabs__list"> <ul class="md-tabs__list">
@ -619,7 +623,7 @@
<a href="#" class="md-top md-icon" data-md-component="top" data-md-state="hidden"> <a href="#" class="md-top md-icon" data-md-component="top" data-md-state="hidden">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8v12z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8v12z"/></svg>
Back to top Retour en haut de la page
</a> </a>
</main> </main>
@ -627,7 +631,7 @@
<footer class="md-footer"> <footer class="md-footer">
<nav class="md-footer__inner md-grid" aria-label="Footer"> <nav class="md-footer__inner md-grid" aria-label="Pied de page">
<a href="../fail2ban/" class="md-footer__link md-footer__link--prev" aria-label="Précédent: Fail2Ban" rel="prev"> <a href="../fail2ban/" class="md-footer__link md-footer__link--prev" aria-label="Précédent: Fail2Ban" rel="prev">
@ -725,10 +729,10 @@
<div class="md-dialog" data-md-component="dialog"> <div class="md-dialog" data-md-component="dialog">
<div class="md-dialog__inner md-typeset"></div> <div class="md-dialog__inner md-typeset"></div>
</div> </div>
<script id="__config" type="application/json">{"base": "../..", "features": ["navigation.tabs", "navigation.top"], "translations": {"clipboard.copy": "Copier dans le presse-papier", "clipboard.copied": "Copi\u00e9 dans le presse-papier", "search.config.lang": "fr", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Rechercher", "search.result.placeholder": "Taper pour d\u00e9marrer la recherche", "search.result.none": "Aucun document trouv\u00e9", "search.result.one": "1 document trouv\u00e9", "search.result.other": "# documents trouv\u00e9s", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "../../assets/javascripts/workers/search.477d984a.min.js", "version": null}</script> <script id="__config" type="application/json">{"base": "../..", "features": ["navigation.tabs", "navigation.top"], "translations": {"clipboard.copy": "Copier dans le presse-papier", "clipboard.copied": "Copi\u00e9 dans le presse-papier", "search.config.lang": "fr", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Rechercher", "search.result.placeholder": "Taper pour d\u00e9marrer la recherche", "search.result.none": "Aucun document trouv\u00e9", "search.result.one": "1 document trouv\u00e9", "search.result.other": "# documents trouv\u00e9s", "search.result.more.one": "1 de plus sur cette page", "search.result.more.other": "# de plus sur cette page", "search.result.term.missing": "Non trouv\u00e9", "select.version.title": "S\u00e9lectionner la version"}, "search": "../../assets/javascripts/workers/search.53c85856.min.js", "version": null}</script>
<script src="../../assets/javascripts/bundle.ddd52ceb.min.js"></script> <script src="../../assets/javascripts/bundle.716f8af4.min.js"></script>
</body> </body>

View File

@ -10,7 +10,7 @@
<link rel="icon" href="https://adriencharbonneau.fr/images/AC_favicon.png"> <link rel="icon" href="https://adriencharbonneau.fr/images/AC_favicon.png">
<meta name="generator" content="mkdocs-1.1.2, mkdocs-material-7.1.10"> <meta name="generator" content="mkdocs-1.1.2, mkdocs-material-7.2.0">
@ -18,10 +18,10 @@
<link rel="stylesheet" href="../../assets/stylesheets/main.1fe995fd.min.css"> <link rel="stylesheet" href="../../assets/stylesheets/main.fe914879.min.css">
<link rel="stylesheet" href="../../assets/stylesheets/palette.f1a3b89f.min.css"> <link rel="stylesheet" href="../../assets/stylesheets/palette.ba0d045b.min.css">
@ -75,7 +75,7 @@
</div> </div>
<header class="md-header" data-md-component="header"> <header class="md-header" data-md-component="header">
<nav class="md-header__inner md-grid" aria-label="Header"> <nav class="md-header__inner md-grid" aria-label="En-tête">
<a href="https://adriencharbonneau.fr" title="Documentation - Adrien CHARBONNEAU" class="md-header__button md-logo" aria-label="Documentation - Adrien CHARBONNEAU" data-md-component="logo"> <a href="https://adriencharbonneau.fr" title="Documentation - Adrien CHARBONNEAU" class="md-header__button md-logo" aria-label="Documentation - Adrien CHARBONNEAU" data-md-component="logo">
@ -112,20 +112,24 @@
<label class="md-search__overlay" for="__search"></label> <label class="md-search__overlay" for="__search"></label>
<div class="md-search__inner" role="search"> <div class="md-search__inner" role="search">
<form class="md-search__form" name="search"> <form class="md-search__form" name="search">
<input type="text" class="md-search__input" name="query" aria-label="Rechercher" placeholder="Rechercher" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="search-query" data-md-state="active" required> <input type="text" class="md-search__input" name="query" aria-label="Rechercher" placeholder="Rechercher" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="search-query" required>
<label class="md-search__icon md-icon" for="__search"> <label class="md-search__icon md-icon" for="__search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg>
</label> </label>
<button type="reset" class="md-search__icon md-icon" aria-label="Clear" tabindex="-1"> <nav class="md-search__options" aria-label="Search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"/></svg>
</button> <button type="reset" class="md-search__icon md-icon" aria-label="Effacer" tabindex="-1">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"/></svg>
</button>
</nav>
</form> </form>
<div class="md-search__output"> <div class="md-search__output">
<div class="md-search__scrollwrap" data-md-scrollfix> <div class="md-search__scrollwrap" data-md-scrollfix>
<div class="md-search-result" data-md-component="search-result"> <div class="md-search-result" data-md-component="search-result">
<div class="md-search-result__meta"> <div class="md-search-result__meta">
Initializing search Initialisation de la recherche
</div> </div>
<ol class="md-search-result__list"></ol> <ol class="md-search-result__list"></ol>
</div> </div>
@ -156,7 +160,7 @@
<nav class="md-tabs" aria-label="Tabs" data-md-component="tabs"> <nav class="md-tabs" aria-label="Onglets" data-md-component="tabs">
<div class="md-tabs__inner md-grid"> <div class="md-tabs__inner md-grid">
<ul class="md-tabs__list"> <ul class="md-tabs__list">
@ -660,7 +664,7 @@
<a href="#" class="md-top md-icon" data-md-component="top" data-md-state="hidden"> <a href="#" class="md-top md-icon" data-md-component="top" data-md-state="hidden">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8v12z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8v12z"/></svg>
Back to top Retour en haut de la page
</a> </a>
</main> </main>
@ -668,7 +672,7 @@
<footer class="md-footer"> <footer class="md-footer">
<nav class="md-footer__inner md-grid" aria-label="Footer"> <nav class="md-footer__inner md-grid" aria-label="Pied de page">
<a href="../../configuration/introduction/" class="md-footer__link md-footer__link--prev" aria-label="Précédent: Introduction - Configuration" rel="prev"> <a href="../../configuration/introduction/" class="md-footer__link md-footer__link--prev" aria-label="Précédent: Introduction - Configuration" rel="prev">
@ -766,10 +770,10 @@
<div class="md-dialog" data-md-component="dialog"> <div class="md-dialog" data-md-component="dialog">
<div class="md-dialog__inner md-typeset"></div> <div class="md-dialog__inner md-typeset"></div>
</div> </div>
<script id="__config" type="application/json">{"base": "../..", "features": ["navigation.tabs", "navigation.top"], "translations": {"clipboard.copy": "Copier dans le presse-papier", "clipboard.copied": "Copi\u00e9 dans le presse-papier", "search.config.lang": "fr", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Rechercher", "search.result.placeholder": "Taper pour d\u00e9marrer la recherche", "search.result.none": "Aucun document trouv\u00e9", "search.result.one": "1 document trouv\u00e9", "search.result.other": "# documents trouv\u00e9s", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "../../assets/javascripts/workers/search.477d984a.min.js", "version": null}</script> <script id="__config" type="application/json">{"base": "../..", "features": ["navigation.tabs", "navigation.top"], "translations": {"clipboard.copy": "Copier dans le presse-papier", "clipboard.copied": "Copi\u00e9 dans le presse-papier", "search.config.lang": "fr", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Rechercher", "search.result.placeholder": "Taper pour d\u00e9marrer la recherche", "search.result.none": "Aucun document trouv\u00e9", "search.result.one": "1 document trouv\u00e9", "search.result.other": "# documents trouv\u00e9s", "search.result.more.one": "1 de plus sur cette page", "search.result.more.other": "# de plus sur cette page", "search.result.term.missing": "Non trouv\u00e9", "select.version.title": "S\u00e9lectionner la version"}, "search": "../../assets/javascripts/workers/search.53c85856.min.js", "version": null}</script>
<script src="../../assets/javascripts/bundle.ddd52ceb.min.js"></script> <script src="../../assets/javascripts/bundle.716f8af4.min.js"></script>
</body> </body>

View File

@ -1,51 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url>
<loc>None</loc> <loc>None</loc>
<lastmod>2021-07-13</lastmod> <lastmod>2021-07-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url><url> </url><url>
<loc>None</loc> <loc>None</loc>
<lastmod>2021-07-13</lastmod> <lastmod>2021-07-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url><url> </url><url>
<loc>None</loc> <loc>None</loc>
<lastmod>2021-07-13</lastmod> <lastmod>2021-07-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url><url> </url><url>
<loc>None</loc> <loc>None</loc>
<lastmod>2021-07-13</lastmod> <lastmod>2021-07-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url><url> </url><url>
<loc>None</loc> <loc>None</loc>
<lastmod>2021-07-13</lastmod> <lastmod>2021-07-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url><url> </url><url>
<loc>None</loc> <loc>None</loc>
<lastmod>2021-07-13</lastmod> <lastmod>2021-07-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url><url> </url><url>
<loc>None</loc> <loc>None</loc>
<lastmod>2021-07-13</lastmod> <lastmod>2021-07-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url><url> </url><url>
<loc>None</loc> <loc>None</loc>
<lastmod>2021-07-13</lastmod> <lastmod>2021-07-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url><url> </url><url>
<loc>None</loc> <loc>None</loc>
<lastmod>2021-07-13</lastmod> <lastmod>2021-07-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url><url> </url><url>
<loc>None</loc> <loc>None</loc>
<lastmod>2021-07-13</lastmod> <lastmod>2021-07-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url><url> </url><url>
<loc>None</loc> <loc>None</loc>
<lastmod>2021-07-13</lastmod> <lastmod>2021-07-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url><url> </url><url>
<loc>None</loc> <loc>None</loc>
<lastmod>2021-07-13</lastmod> <lastmod>2021-07-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
</urlset> </urlset>

Binary file not shown.