Добавлена страница IRC сервера
This commit is contained in:
parent
d456fad10a
commit
0350209daf
@ -24,6 +24,11 @@ export const routes = {
|
|||||||
title: 'Games',
|
title: 'Games',
|
||||||
description: '...',
|
description: '...',
|
||||||
},
|
},
|
||||||
|
irc: {
|
||||||
|
template: '/pages/irc.html',
|
||||||
|
title: 'IRC сервер',
|
||||||
|
description: 'Персональный irc сервер',
|
||||||
|
},
|
||||||
trash: {
|
trash: {
|
||||||
template: '/pages/trash.html',
|
template: '/pages/trash.html',
|
||||||
title: 'Trash',
|
title: 'Trash',
|
||||||
|
30
pages/irc.html
Normal file
30
pages/irc.html
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
<nav class="border-bottom mb-3" aria-label="breadcrumb">
|
||||||
|
<ol class="breadcrumb">
|
||||||
|
<li class="breadcrumb-item"><a href="/">Home</a></li>
|
||||||
|
<li class="breadcrumb-item active" aria-current="page">IRC</li>
|
||||||
|
</ol>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<h1 class="text-center">Мой персональный <span class="font-monospace">IRC</span> сервер</h1>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Поднимал давно, зачем? — сам не помню.<br />
|
||||||
|
Хотел запустить там ботов, чтобы большой брат из Telegram меньше знал, но времени как обычно
|
||||||
|
доделать не хватило.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Работает на
|
||||||
|
<a class="text-decoration-none" href="https://ergo.chat/about" target="_blank">ergo</a>.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p class="alert alert-info text-center">
|
||||||
|
Адрес сервера: <br />
|
||||||
|
<span class="font-monospace">iiiypuk.me:6667</span>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p class="alert alert-warning text-center mb-0">
|
||||||
|
Подключаться без TLS.<br />
|
||||||
|
Например в <span class="fw-bold">WeeChat</span>:<br />
|
||||||
|
<kbd>/server add a2s iiiypuk.me/6667 -notls</kbd>
|
||||||
|
</p>
|
Loading…
Reference in New Issue
Block a user