blob: 9e6f9f0f696e803ce6be4df76bab2f37ec963272 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
|
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link href="/css/main.css" rel="stylesheet" />
<link href="/css/theme.css" rel="stylesheet" />
<link href="/css/third-party.css" rel="stylesheet" />
<link href="/css/responsivity.css" rel="stylesheet" />
<title>Блог самохостера Lotigara — Заметки с меткой "prosody"</title>
</head><body>
<input type="checkbox" id="theme-switch">
<div id="divbodyholder"><div class="inner_page">
<div class="headerholder"><div class="header">
<div id="title">
<div class="page_header floating_element">
<h1 class="floating_element">Блог самохостера Lotigara</h1>
</div>
<div class="floating_element">
<h4 style="display:inline"><a style="color:white" href="/">главная|main page</a></h4>
<h4 style="display:inline"><a style="color:white" href="/status.php">состояние|status</a></h4>
<p style="display:inline">блог|blog</p>
<h4 style="display:inline"><a style="color:white" href="/files">файлы|files</a></h4>
<h4 style="display:inline"><a style="color:white" href="https://git.lotigara.ru">программы|software</a></h4>
<label id="switch-label" for="theme-switch"></label>
</div>
</div></div></div>
<div id="divbody"><div class="content">
<div class="section_header"><a class="ablack" href="pubnix----prosody--pam-.html">
Pubnix - Установка Prosody с PAM-авторизацией
</a></div>
<!-- bashblog_timestamp: #202505042146.43# -->
<div class="subtitle">мая 04, 2025 —
Ivan Davydov
</div>
<!-- text begin -->
<h1>Использованные источники</h1>
<ul>
<li><a href="https://blog.desdelinux.net/en/prosody-im-local-users-SME-networks">DesdeLinux</a></li>
<li><a href="https://landchad.net/prosody">LandChad</a></li>
<li><a href="https://prosody.im">Prosody</a></li>
</ul>
<h1>0. Системные требования</h1>
<ul>
<li>Firewall с следующими открытыми портами:</li>
<li><ul>
<li>5000/tcp (передача файлов)</li>
</ul></li>
<li><ul>
<li>5222/tcp (подключение клиента)</li>
</ul></li>
<li><ul>
<li>5269/tcp (федерация, подключение сервера к серверу)</li>
</ul></li>
<li><ul>
<li>5281/tcp (по желанию, но рекомендуется)</li>
</ul></li>
<li><p>Debian 12 с последними обновлениями</p></li>
</ul>
<p class="readmore"><a href="pubnix----prosody--pam-.html">Читать далее...</a></p>
</div>
<div class="section_header section_header_last">
<p>(c) Ivan Davydov 2025. Делайте с этим документом всё, что хотите!</p><hr/>
<a href="https://www.lotigara.ru/blog">Веб-сайт самохостера Lotigara</a> сгенерирован при помощи <a href="https://github.com/jakimfett/bashblog">Bashblog</a>. Исходные коды этой версии Bashblog можно найти <a href="https://www.lotigara.ru/files/bashblog">здесь</a>.</div>
</div>
</div></div></div>
</body></html>
|