2024-08-26 02:40:17 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<title>Platformes - ilot.io</title>
|
|
|
|
|
|
|
|
<!-- cargo-culted from https://realfavicongenerator.net/ -->
|
|
|
|
<!-- for the record: it is absolutely ridiculous that new browsers
|
|
|
|
*and* operating systems each want their own little precious
|
|
|
|
snowflake just for a frigging icon -->
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
|
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="../favicon-32x32.png">
|
|
|
|
<link rel="icon" type="image/png" sizes="16x16" href="../favicon-16x16.png">
|
|
|
|
<link rel="manifest" href="../site.webmanifest">
|
|
|
|
<meta name="msapplication-TileColor" content="#da532c">
|
|
|
|
<meta name="theme-color" content="#ffffff">
|
|
|
|
|
|
|
|
<!-- ikiwiki CSS -->
|
|
|
|
<link href="../style.css" rel="stylesheet" />
|
|
|
|
|
|
|
|
<!-- Bootstrap core CSS -->
|
|
|
|
<!-- those checksums can be verified with: shasum -b -a 384 $file | xxd -r -p | base64 -->
|
|
|
|
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous" />
|
|
|
|
|
|
|
|
<!-- Custom styles for this template -->
|
|
|
|
<link href="../bootstrap.local.css" rel="stylesheet" />
|
|
|
|
|
|
|
|
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
|
|
|
<!--[if lt IE 9]>
|
|
|
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
|
|
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
|
|
|
<![endif]-->
|
|
|
|
|
|
|
|
<!-- Custom styles for derivatives -->
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="../local.css" type="text/css" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<nav class="navbar navbar-default navbar-fixed-top">
|
|
|
|
<div class="container">
|
|
|
|
<div class="navbar-header">
|
|
|
|
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
|
|
|
|
<span class="sr-only">Toggle navigation</span>
|
|
|
|
<span class="icon-bar"></span>
|
|
|
|
<span class="icon-bar"></span>
|
|
|
|
<span class="icon-bar"></span>
|
|
|
|
</button>
|
|
|
|
<a class="navbar-brand" href="../">
|
|
|
|
<img alt="ilot.io" src="../favicon.png" width="48" height="48" />
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="navbar" class="collapse navbar-collapse">
|
|
|
|
|
|
|
|
|
|
|
|
<div class="dropdown navbar-left">
|
|
|
|
<button class="btn language-switcher dropdown-toggle" type="button" id="language-menu-top" data-toggle=
|
|
|
|
"dropdown" aria-haspopup="true" aria-expanded="true">
|
|
|
|
Français
|
|
|
|
<img src="../wikiicons/languages.png">
|
|
|
|
</button>
|
|
|
|
<ul class="dropdown-menu" aria-labelledby="language-menu-top">
|
|
|
|
|
|
|
|
<li>
|
|
|
|
<a href="./index.en.html">English</a>
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- the anchors force ikiwiki to use a tags instead of spans. hopefully. -->
|
|
|
|
<ul class="nav navbar-nav navbar-right">
|
|
|
|
<li><a href="../index.fr.html">Accueil</a></li>
|
|
|
|
<li><span class="selflink">Plateformes</span></li>
|
|
|
|
<li><a href="https://notif.ilot.io/archive">Archives</a></li>
|
|
|
|
<li><a href="https://support.ilot.io/fr/hc/706927618">Aide</a></li>
|
|
|
|
<li><a href="../join/index.fr.html">Se joindre</a></li>
|
|
|
|
<li>
|
|
|
|
<button class="btn sign-in"
|
2024-08-26 02:55:13 +00:00
|
|
|
onclick="window.location.href='https://cloud.ilot.io';"> Vos fichiers
|
2024-08-26 02:50:01 +00:00
|
|
|
</button>
|
2024-08-26 02:40:17 +00:00
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
<ul class="nav navbar-nav">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</nav>
|
|
|
|
|
|
|
|
<div class="container" id="content">
|
|
|
|
|
|
|
|
<h1><a href="https://cloud.ilot.io">Le Cloud</a></h1>
|
|
|
|
|
|
|
|
<p>Le Cloud est une instance de <a href="https://nextcloud.com/">Nextcloud</a>, une
|
|
|
|
plateforme de collaboration en matière de productivité analogue à Google
|
|
|
|
Drive. Une <strong>instance</strong> est une version autonome d'un service web. Dans le
|
|
|
|
cas de Nextcloud, même s'il existe un service officiel maintenu par les
|
|
|
|
développeurs, nous sommes totalement indépendants d'eux. La seule chose qui
|
|
|
|
nous lie à l'instance officielle est que nous utilisons la même technologie
|
|
|
|
sous-jacente, hébergée sur notre propre infrastructure.</p>
|
|
|
|
|
|
|
|
<h1><a href="https://wiki.ilot.io">Le Wiki</a></h1>
|
|
|
|
|
|
|
|
<p>Le Wiki est une instance de <a href="https://js.wiki/">Wiki.JS</a>, un moteur wiki qui
|
|
|
|
agit comme une base de connaissances pour la communauté et pour les
|
|
|
|
membres. Comme les membres sont engagés dans diverses causes, nous pouvons
|
|
|
|
nous attendre à ce que cet espace devienne une ressource pour ceux dont les
|
|
|
|
valeurs correspondent aux nôtres.</p>
|
|
|
|
|
|
|
|
<h1><a href="https://lab.ilot.io">Le Lab</a></h1>
|
|
|
|
|
|
|
|
<p>Le Lab est une instance de <a href="https://en.wikipedia.org/wiki/GitLab">GitLab</a>,
|
|
|
|
une forge basée sur Git qui facilite la collaboration entre les
|
|
|
|
développeurs. Pour l'instant, c'est le principal espace de développement
|
|
|
|
d'ilot, et il est donc plus utilisé par le groupe de travail technique. Si
|
|
|
|
vous êtes un développeur, ou si vous utilisez Git dans votre travail, c'est
|
|
|
|
une alternative coopérative à GitHub. Si vous êtes curieux-ses, tous nos
|
|
|
|
bogues informatiques connus sont suivis
|
|
|
|
<a href="https://lab.ilot.io/ilot/issues/-/issues">ici</a>. Notre propre site web
|
|
|
|
utilise GitLab Pages comme technology d'hébergement et son code source peut
|
|
|
|
être trouvé <a href="https://lab.ilot.io/ilot/ilot.io">ici</a>.</p>
|
|
|
|
|
|
|
|
<h1>Nos services auxiliaires</h1>
|
|
|
|
|
|
|
|
<p>Les plates-formes suivantes ont plutôt un rôle de soutien. Elles permettent
|
|
|
|
une meilleure gestion des autres plateformes et sont là pour vous donner une
|
|
|
|
vue d'ensemble de notre infrastructure.</p>
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li><a href="https://auth.ilot.io">Auth</a>, une instance de
|
|
|
|
<a href="https://goauthentik.io">Authentik</a>, est notre système
|
|
|
|
d'authentification unifié. C'est le service qui permet à un membre
|
|
|
|
d'accéder à toutes nos plateformes en utilisant le même compte. Depuis
|
|
|
|
cet espace, vous pouvez également voir tous les espaces auxquels vous
|
|
|
|
avez accès. C'est également via Auth que vous pouvez modifier les
|
|
|
|
paramètres de votre compte, comme votre mot de passe ou votre adresse
|
|
|
|
électronique.</li>
|
|
|
|
<li><a href="https://support.ilot.io/en/hc/706927618">Support</a>, une instance de
|
|
|
|
<a href="https://freescout.net/">Freescout</a>, est notre plateforme d'assistance
|
|
|
|
technique où vous pouvez trouver des guides sur l'utilisation d'ilot et
|
|
|
|
où vous pouvez ouvrir des billets d'assistance. Vous pouvez consulter
|
|
|
|
<a href="https://support.ilot.io/fr/hc/706927618/3/comment-faire-une-demande-de-soutien-technique?category_id=3">here</a>
|
|
|
|
pour plus de détails sur la manière de demander de l'aide.</li>
|
|
|
|
<li><a href="https://status.ilot.io">Status</a>, une instance de
|
|
|
|
<a href="https://github.com/louislam/uptime-kuma">Uptime-Kuma</a>, nous permet de
|
|
|
|
suivre l'état du réseau. Si quelque chose tombe en panne, Status
|
|
|
|
alertera le groupe de travail technique. Si vous avez des difficultés à
|
|
|
|
vous connecter à l'une de nos plateformes, vous pouvez aller voir l'état
|
|
|
|
du réseau.</li>
|
|
|
|
<li><a href="https://notif.ilot.io/">Notif</a>, une instance de
|
|
|
|
<a href="https://listmonk.app/">listmonk</a>, permet aux groupes de travail de
|
|
|
|
communiquer facilement avec le reste des membres en cas d'annonces ou de
|
|
|
|
problèmes techniques</li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- legacy Ikiwiki comments.pm section -->
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Mastodon comments -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div> <!-- /container -->
|
|
|
|
|
|
|
|
<footer class="footer" role="contentinfo">
|
|
|
|
<div class="container">
|
|
|
|
|
|
|
|
|
|
|
|
<p class="text-muted">
|
|
|
|
<span class="copyright"> Copyleft © 2024-2024 ilot <a href="../meta/license/">CC-BY-SA</a>
|
|
|
|
</span> <span class="pull-right powered-by"> Propulsé par
|
|
|
|
<a href="http://ikiwiki.info/">ikiwiki</a>.
|
|
|
|
<a href="https://gitlab.com/anarcat/ikiwiki-bootstrap-anarcat">Thème</a> par
|
|
|
|
<a href="https://anarc.at/blog/2015-09-09-bootstrap">anarcat</a>. </span>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</footer>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Bootstrap core JavaScript
|
|
|
|
================================================== -->
|
|
|
|
<!-- Placed at the end of the document so the pages load faster -->
|
|
|
|
<script src="https://code.jquery.com/jquery-3.2.1.min.js" crossorigin="anonymous" integrity="sha384-xBuQ/xzmlsLoJpyjoggmTEz8OWUFM0/RC5BsqQBDX2v5cMvDHcMakNTNrHIW2I5f"></script>
|
|
|
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" crossorigin="anonymous" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"></script>
|
|
|
|
|
|
|
|
<!-- TODO: Find other ways to setup analytics
|
|
|
|
<script data-goatcounter="https://analytics.anarc.at/count" async src="//analytics.anarc.at/count.js"></script>
|
|
|
|
<noscript>
|
|
|
|
<img src="https://analytics.anarc.at/count?p=platforms.fr&t=Platformes" alt="tracking pixel to count visitors when Javascript is disabled" />
|
|
|
|
</noscript>
|
|
|
|
-->
|
|
|
|
</body>
|
|
|
|
</html>
|