Retrait de la bannière + Ajout de la page IRC

This commit is contained in:
Vincent Finance 2021-09-15 16:31:58 +02:00
parent 0ba57a2943
commit b1211eacbc
9 changed files with 120 additions and 48 deletions

45
http/content/irc.md Normal file
View File

@ -0,0 +1,45 @@
---
title: IRC
---
# Service de messagerie instantanée via IRC
## Description
Unbon.cafe vous propose un service de messagerie instantanée basé sur le protocole IRC. Le but est de fournir un serveur de discussion simple et efficace pour échanger avec ses amis et/ou collègues et créer des salons thématiques pour tous vos projets. Il utilise Oragono, un serveur IRC écrit en Go et intégrant tout le nécessaire en un seul paquet.
## Caractéristiques
* Serveur IRC complet avec services intégrés (ChanServ, NickServ)
* Connexion chiffrée avec TLS 1.2
* Support de fonctions d'IRCv3 (historique des conversations notamment)
## Prix
Le prix de ce service repose uniquement sur des donations à prix libre. Vous donnez ce que vous voulez, quand vous voulez. Cela se passe directement sur ma page Liberapay.
=> [Lien vers ma page Liberapay](https://www.liberapay.com/linuxmario)
## Inscription
Sur IRC, vous n'avez pas besoin d'avoir un compte pour discuter et accéder aux salons, mais vous devez enregistrer votre pseudo pour pour pouvoir en créer et être son administrateur.
Pour vous enregistrer, il suffit de vous connecter au serveur IRC en choisissant votre pseudo et de le réserver via NickServ. Envoyez un message privé au service avec la commande suivante :
```irc
/msg NickServ register monsupermotdepasse votreadresse@mail.ndd
```
Vous recevrez un mail avec la commande à taper pour valider votre enregistrement et vous pourrez vous connecter à chaque fois en tapant la commande :
```irc
/msg NickServ identify pseudo monsupermotdepasse
```
## Configuration
Pour vous connecter au serveur, vous devez configurer les options suivantes dans votre client IRC :
* Adresse du serveur : boire.unbon.cafe
* Port du serveur : 6697
* SSL/TLS obligatoire : oui
À noter que le certificat peut parfois poser problème, notamment sous Weechat ou Irssi. Il convient alors de forcer la connexion sans vérifier le certificat (ou bien de changer le chemin du certificat maître de votre système).

View File

@ -5,7 +5,6 @@
}
/* Réglages du corps de page */
body {
/*text-align: left;*/
color: whitesmoke;
margin: 0 15%;
background: #352727;

View File

@ -124,10 +124,10 @@ ssh-keygen -t ed25519 -f ~/.ssh/clessh -a 100
</main>
<footer>
<a title="Générateur de sites en Ruby" target="_blank" rel="noreferrer" href="http://nanoc.ws/about/"><img alt="Généré via Nanoc," src="/pictures/nanoc.png"/></a>
<a href="https://openbsd.org/" rel="noreferrer" target="_blank" title="Lien vers le site officiel d'OpenBSD"><img alt="Propulsé par OpenBSD," src="/pictures/openbsd.png"/></a>
<a title="Lien vers la licence du projet" rel="noreferrer" target="_blank" href="/licence.txt"><img alt="Licence MIT," src="/pictures/licence.png"/></a>
<a title="Lien vers ma page de dons" target="_blank" rel="noreferrer" href="https://liberapay.com/linuxmario/donate"><img alt="Soutenir le projet" src="/pictures/donate.png"/></a>
<a href="https://openbsd.org/" rel="external noreferrer" target="_blank" title="Lien vers le site officiel d'OpenBSD"><img alt="Propulsé par OpenBSD," src="/pictures/openbsd.png"/></a>
<a title="Générateur de sites en Ruby" target="_blank" rel="external noreferrer" href="http://nanoc.ws/about/"><img alt="Généré via Nanoc," src="/pictures/nanoc.png"/></a>
<a title="Lien vers la licence du projet" rel="license noreferrer" target="_blank" href="/licence.txt"><img alt="Licence MIT," src="/pictures/licence.png"/></a>
<a title="Lien vers ma page de dons" target="_blank" rel="nofollow noreferrer" href="https://liberapay.com/linuxmario/donate"><img alt="Soutenir le projet" src="/pictures/donate.png"/></a>
</footer>
</body>
</html>

View File

@ -81,10 +81,10 @@ Ce service est financé entièrement par des dons à prix libre, nhésitez pa
</main>
<footer>
<a title="Générateur de sites en Ruby" target="_blank" rel="noreferrer" href="http://nanoc.ws/about/"><img alt="Généré via Nanoc," src="/pictures/nanoc.png"/></a>
<a href="https://openbsd.org/" rel="noreferrer" target="_blank" title="Lien vers le site officiel d'OpenBSD"><img alt="Propulsé par OpenBSD," src="/pictures/openbsd.png"/></a>
<a title="Lien vers la licence du projet" rel="noreferrer" target="_blank" href="/licence.txt"><img alt="Licence MIT," src="/pictures/licence.png"/></a>
<a title="Lien vers ma page de dons" target="_blank" rel="noreferrer" href="https://liberapay.com/linuxmario/donate"><img alt="Soutenir le projet" src="/pictures/donate.png"/></a>
<a href="https://openbsd.org/" rel="external noreferrer" target="_blank" title="Lien vers le site officiel d'OpenBSD"><img alt="Propulsé par OpenBSD," src="/pictures/openbsd.png"/></a>
<a title="Générateur de sites en Ruby" target="_blank" rel="external noreferrer" href="http://nanoc.ws/about/"><img alt="Généré via Nanoc," src="/pictures/nanoc.png"/></a>
<a title="Lien vers la licence du projet" rel="license noreferrer" target="_blank" href="/licence.txt"><img alt="Licence MIT," src="/pictures/licence.png"/></a>
<a title="Lien vers ma page de dons" target="_blank" rel="nofollow noreferrer" href="https://liberapay.com/linuxmario/donate"><img alt="Soutenir le projet" src="/pictures/donate.png"/></a>
</footer>
</body>
</html>

View File

@ -61,10 +61,10 @@
</main>
<footer>
<a title="Générateur de sites en Ruby" target="_blank" rel="noreferrer" href="http://nanoc.ws/about/"><img alt="Généré via Nanoc," src="/pictures/nanoc.png"/></a>
<a href="https://openbsd.org/" rel="noreferrer" target="_blank" title="Lien vers le site officiel d'OpenBSD"><img alt="Propulsé par OpenBSD," src="/pictures/openbsd.png"/></a>
<a title="Lien vers la licence du projet" rel="noreferrer" target="_blank" href="/licence.txt"><img alt="Licence MIT," src="/pictures/licence.png"/></a>
<a title="Lien vers ma page de dons" target="_blank" rel="noreferrer" href="https://liberapay.com/linuxmario/donate"><img alt="Soutenir le projet" src="/pictures/donate.png"/></a>
<a href="https://openbsd.org/" rel="external noreferrer" target="_blank" title="Lien vers le site officiel d'OpenBSD"><img alt="Propulsé par OpenBSD," src="/pictures/openbsd.png"/></a>
<a title="Générateur de sites en Ruby" target="_blank" rel="external noreferrer" href="http://nanoc.ws/about/"><img alt="Généré via Nanoc," src="/pictures/nanoc.png"/></a>
<a title="Lien vers la licence du projet" rel="license noreferrer" target="_blank" href="/licence.txt"><img alt="Licence MIT," src="/pictures/licence.png"/></a>
<a title="Lien vers ma page de dons" target="_blank" rel="nofollow noreferrer" href="https://liberapay.com/linuxmario/donate"><img alt="Soutenir le projet" src="/pictures/donate.png"/></a>
</footer>
</body>
</html>

View File

@ -1,9 +1,9 @@
{: data{%[I"item:/licence.txt:ET: content"Û©€Ð—­<r8I®Z0hrÜêÀ
[I"item:/licence.txt;T:each_attribute{
: filenameI"!92rmtFyV1tHjJLbspcBoD8DlvEU=;F:content_filenameI"!92rmtFyV1tHjJLbspcBoD8DlvEU=;F:meta_filenameI"!njH44IXmHxKt3g0D9qK+rBlirTE=;F:extensionI"!XAxj6dSlT/XP4JVd95hWh93EA3M=;F:
mtimeI"!tIbdtrMEuRzEpACIp7z/fD3v4ms=;F[I"item:/css/site.css;T;"ÎcçµÔyÖ™ïº_ÆÑ($L[I"item:/css/site.css;T;{
mtimeI"!tIbdtrMEuRzEpACIp7z/fD3v4ms=;F[I"item:/css/site.css;T;"?~ÔèÌ×Δ£qqáúºåð4Ù[I"item:/css/site.css;T;{
; I"!3tWaYKpJZVovsUKWCInDtLg4lrE=;F;
I"!3tWaYKpJZVovsUKWCInDtLg4lrE=;F; I"!njH44IXmHxKt3g0D9qK+rBlirTE=;F; I"!1rV61nJBvb/eQDKbzgL3B9mYqzM=;F; I"!vA2iNOnewefGyvdLI6+zvNXBE80=;F[I"item:/index.md;T;"ý¦oΣCÍZ¥{(0¨pƒé[I"item:/index.md;T;{ ; I"!Yo48WY0kRCUJPOaBarQX0IIHVsA=;F;
I"!3tWaYKpJZVovsUKWCInDtLg4lrE=;F; I"!njH44IXmHxKt3g0D9qK+rBlirTE=;F; I"!1rV61nJBvb/eQDKbzgL3B9mYqzM=;F; I"!oryA87B+j021bPHsUxiQopqZy90=;F[I"item:/index.md;T;"ý¦oΣCÍZ¥{(0¨pƒé[I"item:/index.md;T;{ ; I"!Yo48WY0kRCUJPOaBarQX0IIHVsA=;F;
I"!Yo48WY0kRCUJPOaBarQX0IIHVsA=;F; I"!njH44IXmHxKt3g0D9qK+rBlirTE=;F; I"!T2fOFbFsc1ufifObBe6U0pRnAJA=;F; I"!ieGRPUFb23NG/eB557XFXutp+Lw=;F:
titleI"!aCK3NKg9SM8aPOk3UP//3SW82KI=;F[I"item:/mail.md;T;"žùØu?ǧdÕ°•cßû²<C3BB>a[I"item:/mail.md;T;{ ; I"!j3GcLdmqTC6ozjW2RiQVL+XF4zQ=;F;
I"!j3GcLdmqTC6ozjW2RiQVL+XF4zQ=;F; I"!njH44IXmHxKt3g0D9qK+rBlirTE=;F; I"!T2fOFbFsc1ufifObBe6U0pRnAJA=;F; I"!xr1J5WW4a6GqrVH5/4PstgMVJhA=;F;I"!mabGETgWuEwB6+lUYcn4s6GS5R0=;F[I"item:/pictures/openbsd.png;T;I"!7rOGFFQngkHbnUq3GTwj5EsuAHk=;F[I"item:/pictures/openbsd.png;T;{
@ -15,7 +15,7 @@ I"!oXpQX0pqa3HFggESqK7vc9fU4u8=;F; I"!njH44IXmHxKt3g0D9qK+rBlirTE=;F; I"!Vdy
I"!KYjFcK/ebzUkv2F+RNnk2inpPVc=;F; I"!njH44IXmHxKt3g0D9qK+rBlirTE=;F; I"!VdyVCpY257tLsW0lzEvg+jFy/b8=;F; I"!j0GYocnhFPYJENWyXLl3e4Mu38w=;F[I"item:/pictures/nanoc.png;T;I"!qg1XJ5tf74jNh7qVqzn3lrtFNx4=;F[I"item:/pictures/nanoc.png;T;{
; I"!r6KQ0C/7zHgZ17fnsJeFEUhlis0=;F;
I"!r6KQ0C/7zHgZ17fnsJeFEUhlis0=;F; I"!njH44IXmHxKt3g0D9qK+rBlirTE=;F; I"!VdyVCpY257tLsW0lzEvg+jFy/b8=;F; I"!6hFEoMD5Vc+F1zO4VIHylnuIuAU=;F[I"item:/gemini.md;T;"œ2Ïü2”wþQÑ<·•R/©[I"item:/gemini.md;T;{ ; I"!UkoM7jzO3d0q3rcTiV0H1taqiBQ=;F;
I"!UkoM7jzO3d0q3rcTiV0H1taqiBQ=;F; I"!njH44IXmHxKt3g0D9qK+rBlirTE=;F; I"!T2fOFbFsc1ufifObBe6U0pRnAJA=;F; I"!l7uRxVbpbJv86Tmi5G+UfBg8iUo=;F;I"!hIqqhYEVs7M3XneGZsiEWzmzt1M=;F[I"layout:/default.html;T;"Ö³ìxfôHM鹄mV:Ã5ëÈ\[I"layout:/default.html;T;{
I"!UkoM7jzO3d0q3rcTiV0H1taqiBQ=;F; I"!njH44IXmHxKt3g0D9qK+rBlirTE=;F; I"!T2fOFbFsc1ufifObBe6U0pRnAJA=;F; I"!l7uRxVbpbJv86Tmi5G+UfBg8iUo=;F;I"!hIqqhYEVs7M3XneGZsiEWzmzt1M=;F[I"layout:/default.html;T;"T@à¥ëûoìaé$OÈËØ"[I"layout:/default.html;T;{
; I"!ZKsj2O8q+Hv2uPfivYasFsUINlI=;F;
I"!ZKsj2O8q+Hv2uPfivYasFsUINlI=;F; I"!njH44IXmHxKt3g0D9qK+rBlirTE=;F; I"!tu1UDl3aWYdMGRkpWPa44nrNSY0=;F; I"!yG/i6UmySk/pTwEOs4IYajzKFpc=;FI"item:/licence.txt;TI"!PnyMSwstdc7sEnVAv8WpICv2dA4=;FI"item:/css/site.css;TI"!qh9j8zDKEx+IcDXFpNdrLFFiFu8=;FI"item:/index.md;TI"!jYhDfOJHjmzTIPFqNqPMqvSojBQ=;FI"item:/mail.md;TI"!iByDyMcyWcrIL2g+als8MN2udr4=;FI"item:/pictures/openbsd.png;TI"!Zr+PTe40l58t0s22Ysmo8CsyInY=;FI"item:/pictures/licence.png;TI"!cBxPIGgmMmAkzQEM8OtOVuQ0nuY=;FI"item:/pictures/donate.png;TI"!229Q6hj5VyVRxvlFcV/0amMTI6E=;FI"item:/pictures/nanoc.png;TI"!8UiOa++1ZxTXR+Betb8FdRTFE64=;FI"item:/gemini.md;TI"!LLj5qGV5Cs/1L1zvJLePW8g8P3g=;FI"layout:/default.html;TI"!Uu1mqxc+m9HAjLMVl7lDeL0Ke7Q=;FI"configuration;TI"!v2CaGT8p/aVqdyDk+AG/U7Sj5mk=;F[@‡;{:text_extensionsI"!KfrqSrF1DT8vduCN2dMAQeyxMQE=;F: lib_dirsI"!CZ4Z+YtxUx8Qyx3WQ/H2oTMK0pA=;F:commands_dirsI"!fo42rHFLJ54VLYxyf8e4chCeHCA=;F:output_dirI"!969Vs/zbNCkpM4hG7TUPcfUIpUg=;F:data_sourcesI"!3L1bzFclwjfBF0o0+04TYqLGgy0=;F:index_filenamesI"!axcpqPfnAm6GE9CRDGtUiZIAEks=;F:enable_output_diffI"!1Si+TzbHtCjAb29WM5il6KeCnfw=;F:
I"!ZKsj2O8q+Hv2uPfivYasFsUINlI=;F; I"!njH44IXmHxKt3g0D9qK+rBlirTE=;F; I"!tu1UDl3aWYdMGRkpWPa44nrNSY0=;F; I"!iHPm5SE6y97zoF95UednQRGmjq0=;FI"item:/licence.txt;TI"!PnyMSwstdc7sEnVAv8WpICv2dA4=;FI"item:/css/site.css;TI"!uDbjint3i0f4ap1GCe2mlk++I2o=;FI"item:/index.md;TI"!jYhDfOJHjmzTIPFqNqPMqvSojBQ=;FI"item:/mail.md;TI"!iByDyMcyWcrIL2g+als8MN2udr4=;FI"item:/pictures/openbsd.png;TI"!Zr+PTe40l58t0s22Ysmo8CsyInY=;FI"item:/pictures/licence.png;TI"!cBxPIGgmMmAkzQEM8OtOVuQ0nuY=;FI"item:/pictures/donate.png;TI"!229Q6hj5VyVRxvlFcV/0amMTI6E=;FI"item:/pictures/nanoc.png;TI"!8UiOa++1ZxTXR+Betb8FdRTFE64=;FI"item:/gemini.md;TI"!LLj5qGV5Cs/1L1zvJLePW8g8P3g=;FI"layout:/default.html;TI"!3J1A01VZ+Wr1pKit/JhN2rgw0rs=;FI"configuration;TI"!v2CaGT8p/aVqdyDk+AG/U7Sj5mk=;F[@‡;{:text_extensionsI"!KfrqSrF1DT8vduCN2dMAQeyxMQE=;F: lib_dirsI"!CZ4Z+YtxUx8Qyx3WQ/H2oTMK0pA=;F:commands_dirsI"!fo42rHFLJ54VLYxyf8e4chCeHCA=;F:output_dirI"!969Vs/zbNCkpM4hG7TUPcfUIpUg=;F:data_sourcesI"!3L1bzFclwjfBF0o0+04TYqLGgy0=;F:index_filenamesI"!axcpqPfnAm6GE9CRDGtUiZIAEks=;F:enable_output_diffI"!1Si+TzbHtCjAb29WM5il6KeCnfw=;F:
pruneI"!UxTFCfbp0cOgKCQnqy40amnKXI8=;F:string_pattern_typeI"!cskta9Hbg9vyAowZ+P69KvFyc1E=;F:action_providerI"!pkftOwk5WqNxHL99Mju3CeWFzi0=;F: checksI"!7AP9cK9bigLehKPzcUNDyigSxVM=;F: versioni

View File

@ -11,14 +11,13 @@ Except as contained in this notice, the name of the <automario> shall not be use
;
T:_0@ : last@ :pre@ o;;;; I"/css/site.css;
T{; { ; U; [I"H/home/linuxmario/Documents/Git/unbon.cafe/http/content/css/site.css;
TI"ß@charset "UTF-8";
TI"È@charset "UTF-8";
/* Polices utilisées */
* {
font-family: sans-serif;
}
/* Réglages du corps de page */
body {
/*text-align: left;*/
color: whitesmoke;
margin: 0 15%;
background: #352727;
@ -187,7 +186,7 @@ Ce service est financé entièrement par des dons à prix libre, nhésitez pa
=&gt; <a href="gemini://tilde.pink">Tilde.pink</a><br />
=&gt; <a href="https://tilde.cafe">Tilde.cafe</a></p>
;
T: postU; [0I"ï<!DOCTYPE html>
T: postU; [0I"<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset=UTF-8>
@ -270,10 +269,10 @@ Ce service est financé entièrement par des dons à prix libre, nhésitez pa
</main>
<footer>
<a title="Générateur de sites en Ruby" target="_blank" rel="noreferrer" href="http://nanoc.ws/about/"><img alt="Généré via Nanoc," src="/pictures/nanoc.png"/></a>
<a href="https://openbsd.org/" rel="noreferrer" target="_blank" title="Lien vers le site officiel d'OpenBSD"><img alt="Propulsé par OpenBSD," src="/pictures/openbsd.png"/></a>
<a title="Lien vers la licence du projet" rel="noreferrer" target="_blank" href="/licence.txt"><img alt="Licence MIT," src="/pictures/licence.png"/></a>
<a title="Lien vers ma page de dons" target="_blank" rel="noreferrer" href="https://liberapay.com/linuxmario/donate"><img alt="Soutenir le projet" src="/pictures/donate.png"/></a>
<a href="https://openbsd.org/" rel="external noreferrer" target="_blank" title="Lien vers le site officiel d'OpenBSD"><img alt="Propulsé par OpenBSD," src="/pictures/openbsd.png"/></a>
<a title="Générateur de sites en Ruby" target="_blank" rel="external noreferrer" href="http://nanoc.ws/about/"><img alt="Généré via Nanoc," src="/pictures/nanoc.png"/></a>
<a title="Lien vers la licence du projet" rel="license noreferrer" target="_blank" href="/licence.txt"><img alt="Licence MIT," src="/pictures/licence.png"/></a>
<a title="Lien vers ma page de dons" target="_blank" rel="nofollow noreferrer" href="https://liberapay.com/linuxmario/donate"><img alt="Soutenir le projet" src="/pictures/donate.png"/></a>
</footer>
</body>
</html>
@ -369,7 +368,7 @@ T;U; [0I"
<li>Nom dutilisateur (le @ est à indiquer impérativement) : votrepseudo@unbon.cafe</li>
</ul>
;
T;U; [0I"7<!DOCTYPE html>
T;U; [0I"Z<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset=UTF-8>
@ -432,10 +431,10 @@ T;U; [0I"7<!DOCTYPE html>
</main>
<footer>
<a title="Générateur de sites en Ruby" target="_blank" rel="noreferrer" href="http://nanoc.ws/about/"><img alt="Généré via Nanoc," src="/pictures/nanoc.png"/></a>
<a href="https://openbsd.org/" rel="noreferrer" target="_blank" title="Lien vers le site officiel d'OpenBSD"><img alt="Propulsé par OpenBSD," src="/pictures/openbsd.png"/></a>
<a title="Lien vers la licence du projet" rel="noreferrer" target="_blank" href="/licence.txt"><img alt="Licence MIT," src="/pictures/licence.png"/></a>
<a title="Lien vers ma page de dons" target="_blank" rel="noreferrer" href="https://liberapay.com/linuxmario/donate"><img alt="Soutenir le projet" src="/pictures/donate.png"/></a>
<a href="https://openbsd.org/" rel="external noreferrer" target="_blank" title="Lien vers le site officiel d'OpenBSD"><img alt="Propulsé par OpenBSD," src="/pictures/openbsd.png"/></a>
<a title="Générateur de sites en Ruby" target="_blank" rel="external noreferrer" href="http://nanoc.ws/about/"><img alt="Généré via Nanoc," src="/pictures/nanoc.png"/></a>
<a title="Lien vers la licence du projet" rel="license noreferrer" target="_blank" href="/licence.txt"><img alt="Licence MIT," src="/pictures/licence.png"/></a>
<a title="Lien vers ma page de dons" target="_blank" rel="nofollow noreferrer" href="https://liberapay.com/linuxmario/donate"><img alt="Soutenir le projet" src="/pictures/donate.png"/></a>
</footer>
</body>
</html>
@ -658,7 +657,7 @@ ssh-keygen -t ed25519 -f ~/.ssh/clessh -a 100
</code>
</pre>
;
T;U; [0I"{<!DOCTYPE html>
T;U; [0I"ž<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset=UTF-8>
@ -784,10 +783,10 @@ ssh-keygen -t ed25519 -f ~/.ssh/clessh -a 100
</main>
<footer>
<a title="Générateur de sites en Ruby" target="_blank" rel="noreferrer" href="http://nanoc.ws/about/"><img alt="Généré via Nanoc," src="/pictures/nanoc.png"/></a>
<a href="https://openbsd.org/" rel="noreferrer" target="_blank" title="Lien vers le site officiel d'OpenBSD"><img alt="Propulsé par OpenBSD," src="/pictures/openbsd.png"/></a>
<a title="Lien vers la licence du projet" rel="noreferrer" target="_blank" href="/licence.txt"><img alt="Licence MIT," src="/pictures/licence.png"/></a>
<a title="Lien vers ma page de dons" target="_blank" rel="noreferrer" href="https://liberapay.com/linuxmario/donate"><img alt="Soutenir le projet" src="/pictures/donate.png"/></a>
<a href="https://openbsd.org/" rel="external noreferrer" target="_blank" title="Lien vers le site officiel d'OpenBSD"><img alt="Propulsé par OpenBSD," src="/pictures/openbsd.png"/></a>
<a title="Générateur de sites en Ruby" target="_blank" rel="external noreferrer" href="http://nanoc.ws/about/"><img alt="Généré via Nanoc," src="/pictures/nanoc.png"/></a>
<a title="Lien vers la licence du projet" rel="license noreferrer" target="_blank" href="/licence.txt"><img alt="Licence MIT," src="/pictures/licence.png"/></a>
<a title="Lien vers ma page de dons" target="_blank" rel="nofollow noreferrer" href="https://liberapay.com/linuxmario/donate"><img alt="Soutenir le projet" src="/pictures/donate.png"/></a>
</footer>
</body>
</html>

View File

@ -1,6 +1,6 @@
# Un bon café !
### // Du texte // Du café // Un peu d'OpenBSD //
## Du texte, du café et un peu d'OpenBSD
Bienvenue sur unbon.cafe, le service d'hébergement de capsules Gemini proposé par Automario !
@ -66,16 +66,3 @@ Son fonctionnement est directement inspiré de ceux de tilde.pink (~pink pour le
=> gemini://gmi.si3t.ch Si3t.ch
=> gemini://tilde.pink Tilde.pink
=> https://tilde.cafe Tilde.cafe
``` ascii art : unbon.cafe banner
█████ █████ █████ ██████
░░███ ░░███ ░░███ ███░░███
░███ ░███ ████████ ░███████ ██████ ████████ ██████ ██████ ░███ ░░░ ██████
░███ ░███ ░░███░░███ ░███░░███ ███░░███░░███░░███ ███░░███ ░░░░░███ ███████ ███░░███
░███ ░███ ░███ ░███ ░███ ░███░███ ░███ ░███ ░███ ░███ ░░░ ███████ ░░░███░ ░███████
░███ ░███ ░███ ░███ ░███ ░███░███ ░███ ░███ ░███ ░███ ███ ███░░███ ░███ ░███░░░
░░████████ ████ █████ ████████ ░░██████ ████ █████ ██░░██████ ░░████████ █████ ░░██████
░░░░░░░░ ░░░░ ░░░░░ ░░░░░░░░ ░░░░░░ ░░░░ ░░░░░ ░░ ░░░░░░ ░░░░░░░░ ░░░░░ ░░░░░░
```

42
irc.gmi Normal file
View File

@ -0,0 +1,42 @@
# Service de messagerie instantanée via IRC
## Description
Unbon.cafe vous propose un service de messagerie instantanée basé sur le protocole IRC. Le but est de fournir un serveur de discussion simple et efficace pour échanger avec ses amis et/ou collègues et créer des salons thématiques pour tous vos projets. Il utilise Oragono, un serveur IRC écrit en Go et intégrant tout le nécessaire en un seul paquet.
## Caractéristiques
* Serveur IRC complet avec services intégrés (ChanServ, NickServ)
* Connexion chiffrée avec TLS 1.2
* Support de fonctions d'IRCv3 (historique des conversations notamment)
## Prix
Le prix de ce service repose uniquement sur des donations à prix libre. Vous donnez ce que vous voulez, quand vous voulez. Cela se passe directement sur ma page Liberapay.
=> https://www.liberapay.com/linuxmario Lien vers ma page Liberapay
## Inscription
Sur IRC, vous n'avez pas besoin d'avoir un compte pour discuter et accéder aux salons, mais vous devez enregistrer votre pseudo pour pour pouvoir en créer et être son administrateur.
Pour vous enregistrer, il suffit de vous connecter au serveur IRC en choisissant votre pseudo et de le réserver via NickServ. Envoyez un message privé au service avec la commande suivante :
```irc
/msg NickServ register monsupermotdepasse votreadresse@mail.ndd
```
Vous recevrez un mail avec la commande à taper pour valider votre enregistrement et vous pourrez vous connecter à chaque fois en tapant la commande :
```irc
/msg NickServ identify pseudo monsupermotdepasse
```
## Configuration
Pour vous connecter au serveur, vous devez configurer les options suivantes dans votre client IRC :
* Adresse du serveur : boire.unbon.cafe
* Port du serveur : 6697
* SSL/TLS obligatoire : oui
À noter que le certificat peut parfois poser problème, notamment sous Weechat ou Irssi. Il convient alors de forcer la connexion sans vérifier le certificat (ou bien de changer le chemin du certificat maître de votre système).