Compare commits

...

4 Commits

Author SHA1 Message Date
m455 085d4e1779 added link to our oragono page as a supplementary link 2023-03-22 05:13:47 +00:00
m455 c05e98cfe8 fixed links 2023-03-22 05:13:47 +00:00
m455 c28eb8f28c removed old broken link 2023-03-22 05:13:47 +00:00
m455 243622c07f added a services link
originally, i (m455) had this information under a "for friends" link on
my homepage on m455.casa, but i figured by moving that information here,
it would make it clear that casa things hosted by friends don't just
have to be on my server :).

we are a collection of friends who make cool things, so let's
decentralize those cool things a bit!
2023-03-22 05:13:47 +00:00
4 changed files with 108 additions and 1 deletions

View File

@ -98,11 +98,11 @@ into our own nation.</p>
<li><a href="oregano.htm">Oragono Features</a></li>
<li><a href="quotes.htm">Quotes</a></li>
<li><a href="en-KT.htm">English dialect</a></li>
<li><a href="services/">Casa friend services</a></li>
</ul>
<h2>External Links</h2>
<ul>
<li><a href="https://reddit.com/r/casakhstan/">Official Subreddit</a></li>
<li><a href="https://m455.casa/irc/">m455.casa IRC guide</a></li>
<li><a href="https://tildegit.org/casa/bikeshed/">Public Archive</a></li>
<li><a href="https://secure.endless.horse">horse</a></li>
</ul>

20
services/index.html Normal file
View File

@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<title>casa friend services</title>
</head>
<body>
<a href="/">&lt;-- go back</a>
<main>
<h1>casa friend services</h1>
<ul>
<li><a href="/services/irc.html">m455's irc server</a> - an <a href="https://ergo.chat/">ergo</a> installation for text chatting.</li>
<li><a href="/services/mumble.html">m455's mumble server</a> - a <a href="https://www.mumble.info/">murmur</a> installation for audio chatting.</li>
<li><a href="https://linkbudz.m455.casa/">linkbudz</a> - an instance of <a href="https://git.m455.casa/linkbud">linkbud</a> for posting link through m455's irc server.</li>
<li><a href="https://friends.m455.casa">casakhstan</a> - a website and community wiki that is collaboratively created by friends. hosted on <a href="https://tildepages.org">tildegit pages</a>, which is hosted by <a href="https://tilde.team/~ben/">~ben</a>. thanks ben!</li>
</ul>
</main>
</body>
</html>

60
services/irc.html Normal file
View File

@ -0,0 +1,60 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<title>m455's irc server</title>
</head>
<body>
<a href="/">&lt;-- go back</a>
<main>
<h1>m455's irc server</h1>
<p>
m455 runs a small, private irc server using <a href="https://ergo.chat/">ergo</a>.
</p>
<h2>server features</h2>
the following list describes the features available for this server:
<ul>
<li>you need to be registered to connect to the server.</li>
<li>all hostnames are cryptographically cloaked, so IP addresses are not visible to anyone, except server administrators.</li>
<li>you can connect from multiple devices using the same nickname.</li>
<li>you can change your nickname.</li>
<li>chat history and messages are not saved, but the last 100 messages are kept in ram, and are "played back" (displayed) when someone joins the server. to disable history playback, you can run <code>/msg nickserv set autoreplay-lines 0</code>. to re-enable history playback, you can run <code>/msg nickserv set autoreplay-lines 100</code>.</li>
<li>the server supports a SASL work-around if your client doesn't support SASL. just use the name you use to sign in, and set the password to the format of <code>yourusername:password</code>. for example, my username would be <code>m455</code>, and my password would be <code>m455:mysecretpassword</code>.</li>
</ul>
<p>for more more detailed information about the features available, refer to
<a href="/oregano.htm">our ergo.chat page</a>.</p>
<h2>connecting to the server</h2>
<p>
after you receive an account and a temporary password, you can connect to my
server by configuring your IRC client to use the following settings:
</p>
<pre>
SASL username: &lt;username&gt;
SASL password: &lt;password&gt;
host: m455.casa
port: 6697
SSL/TLS: true
</pre>
<p>
if your IRC client doesn't support SASL, then you can use the following settings
instead:
</p>
<pre>
username: &lt;username&gt;
password: &lt;username:password&gt;
host: m455.casa
port: 6697
SSL/TLS true
</pre>
<h2>troubleshooting</h2>
<p>
if you're still having trouble connecting to my server with your IRC client, then <a href="https://libera.chat/guides/sasl">libera.chat's guide to connecting with SASL</a> might help.
</p>
</main>
</body>
</html>

27
services/mumble.html Normal file
View File

@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<title>m455's mumble server</title>
</head>
<body>
<a href="/">&lt;-- go back</a>
<main>
<h1>m455's mumble server</h1>
<p>
m455 runs a small, private mumble server using
<a href="https://www.mumble.info/">mumble-server (murmur)</a>.
</p>
<pre>
address: m455.casa
port: 64738
password: &lt;ask casa friends&gt;
</pre>
<p>
if you're asked about a certificate, then accept it, and then enter the server
password.
</p>
</main>
</body>
</html>