Compare commits
No commits in common. "25016d9ef701e083f265f6e0f24f0094840d5cb6" and "217052452edbbae06ba9adb4e083412c3cc6999b" have entirely different histories.
25016d9ef7
...
217052452e
10
irc.html
10
irc.html
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
<a href="/register">Registration</a>
|
<a href="/register">Registration</a>
|
||||||
|
|
||||||
<a href="/kiwi">KiwiIRC Webchat</a> | <a href="/gamja">Gamja Webchat</a>
|
<a href="/kiwi">KiwiIRC Webchat</a> | <a href="/gamja">Gamja Webchat</a> | <a href="/convos">Convos Webchat/Bouncer</a>
|
||||||
|
|
||||||
|
|
||||||
Connection Details:
|
Connection Details:
|
||||||
@ -48,6 +48,14 @@ you can access the network via
|
|||||||
|
|
||||||
Webchat via Tor is available through the links on the top - KiwiIRC will offer the best experience.
|
Webchat via Tor is available through the links on the top - KiwiIRC will offer the best experience.
|
||||||
|
|
||||||
|
2. I2P
|
||||||
|
|
||||||
|
Guide to setting up i2p <a href="/i2p.html">here</a>
|
||||||
|
|
||||||
|
Use the samle configuration shown above.
|
||||||
|
Destination: fzsgc66e52ve5phrcktrekqtko423ihau42u72v4cfg6bg4osuda.b32.i2p
|
||||||
|
Port: 6668
|
||||||
|
SSL/TLS: False
|
||||||
|
|
||||||
Account registration FAQ
|
Account registration FAQ
|
||||||
========================
|
========================
|
||||||
|
46
matrix.html
Normal file
46
matrix.html
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<link rel="stylesheet" href="styles.css">
|
||||||
|
<title>LibertaCasa</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<pre>
|
||||||
|
┬ ┌┬┐ ┬─┐ ┬─┐ ┬─┐ ┌┐┐ ┬─┐
|
||||||
|
│ │ │─│ │─ │┬┘ │ │─┤
|
||||||
|
┘─┘ └┴┘ │─┘ ┴─┘ │└┘ ┘ ┘ │
|
||||||
|
|
||||||
|
┌─┐ ┬─┐ ┐─┐ ┬─┐
|
||||||
|
│ │─┤ └─┐ │─┤
|
||||||
|
└─┘ ┘ │ ──┘ ┘ │
|
||||||
|
</pre>
|
||||||
|
<h3>Matrix</h3>
|
||||||
|
<pre>
|
||||||
|
<a href="https://matrix.org/">What's Matrix (official Website)</a>
|
||||||
|
|
||||||
|
Connection Details:
|
||||||
|
===================
|
||||||
|
|
||||||
|
The only fully featured Matrix client is Element. Our instance is available at <a href="https://element.liberta.casa/">https://element.liberta.casa</a>.
|
||||||
|
|
||||||
|
After having created an account in Element, it is possible to connect other Matrix clients using the Homeserver address <code>matrix.liberta.casa</code>.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<a href="mailto:hello@liberta.casa"> Contact </a>
|
||||||
|
</footer>
|
||||||
|
</pre>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
x
Reference in New Issue
Block a user