website/templates/services/index.html.ep

138 lines
5.3 KiB
Plaintext

% title 'UNIX.dog Services';
% layout 'default';
<article>
<h1>UNIX.dog Services</h1>
<p>
UNIX.dog provides useful services for all critters >:D
<br>
Most services are
hooked into LDAP and use the same username and password you
registered with.
</p>
<section>
<h2>SSH</h2>
<p>
An SSH shell is provided for all registered users. You
can use the SSH shell to store files and create your
webpage! Password authentication is disabled, so make sure
your SSH keys are set on the <a href="https://unix.dog/account">Account</a>
page.
</p>
<p>
The host keys are published under DNS and are as follows:
</p>
<pre>
256 SHA256:cnAVPz7z2ZZUUqzXmoTNQ58QSZ8eH0NC0C6B93u7Ai4 root@woofer (ECDSA)
256 SHA256:HxDZv8mvpbimMzamM2L+fJ+R2sv0P3jehklfrxqz8QM root@woofer (ED25519)
3072 SHA256:1BH7BPNlROWxh+4/LttipJQFLps+J51IHRn+f6j+tVI root@woofer (RSA)
</pre>
</section>
<section>
<h2>File sync (Nextcloud)</h2>
<p>
Nextcloud is a FOSS, federating cloud drive platform with support
for messaging, web calendar and contacts management, and more.
It is available at <a href="https://cloud.unix.dog/">cloud.unix.dog</a>,
and you can log in with your UNIX.dog account for 10GB of storage :3
</p>
</section>
<section>
<h2>Social (Akkoma)</h2>
<p>
Akkoma is a federated social media platform, forked from Pleroma.
It can communicate with other instances running Mastodon, Misskey,
Friendica, and more.
Check it out at <a href="https://akko.unix.dog">akko.unix.dog</a>.
</p>
</section>
<section>
<h2>File upload (IPFS Pinning)</h2>
<p>
A custom-built IPFS remote pinning service is available at UNIX.dog.
It's hosted at <a href="https://u.unix.dog">u.unix.dog</a>.
Also, it works as a simple cURL or online file uploader; you don't
need to use a local IPFS node :3
</p>
</section>
<section>
<h2>Messaging (XMPP)</h2>
<p>
XMPP is a federated IM protocol. UNIX.dog uses ejabberd, and you can
connect to it using a client of your choice. A web client is also
provided at <a href="https://xmpp.unix.dog/">xmpp.unix.dog</a>. Check out
<a href="https://xmpp.org">xmpp.org</a> for more information, and join
<a href="xmpp:discuss@muc.unix.dog?join">discuss@muc.unix.dog</a> for
the UNIX.dog main chatroom. Your JID should be username@unix.dog.
</p>
</section>
<section>
<h2>Voice chat (Mumble)</h2>
<p>
Mumble is a free VOIP software that you can download from <a href="https://www.mumble.info/">mumble.info.</a>
You can join at <a href="mumble://chat.unix.dog/Hangout?title=UNIX.dog&version=1.2.0">chat.unix.dog.</a>
Users can create their own non-persistent channel, but if
you'd like a persistent channel for your group, just reach
out. Dogs don't bite. Usually.
</p>
</section>
<section>
<h2>EMail</h2>
<p>
The future of messaging is here! Electronic mail is also provided.
You can connect any standard email client to smtp.unix.dog and
imap.unix.dog using your credentials
to access your inbox. The server also provides sendmail over SSH,
with your mailbox at ~/Mail, so you can use neomutt or
another terminal client of your choice.
<br>
Webmail is provided at <a href="https://mail.unix.dog/">mail.unix.dog.</a>
</p>
</section>
<section>
<h2>Git hosting (Forgejo)</h2>
<p>
Forgejo is a simple git host. It is hosted at
<a href="https://git.unix.dog">git.unix.dog</a> and should
automatically import your SSH public key in the LDAP directory.
Please keep in mind that Forgejo applies changes from LDAP every 24
hours, so you may not immediately get an account. SSH and HTTP
push/pull is completely supported.
</p>
</section>
<section>
<h2>Static webhosting</h2>
<p>
Files under ~/public are hosted at unix.dog/~username. A list
of user websites can be found <a href="/users">here.</a>
</p>
</section>
<section>
<h2>Gemini hosting</h2>
<p>
You can also host gemini pages under ~/public/gemini. UNIX.dog runs
the Molly-Brown server, so all pages are hosted under unix.dog/~username
as well. :3
</p>
</section>
<section>
<h2>Yggdrasil node</h2>
<p>
The server is also a part of the <a
href="https://yggdrasil-network.github.io/">Yggdrasil
network,</a> which provides a layered mesh routing scheme
based on IPv6 addresses that encode public keys.
</p>
<p>
You're free to use Yggdrasil to access any of these services
(some might not work correctly without configuration), or
even peer with the server for access to the network.
</p>
<p>
Here are the connection details:
</p>
<pre>quic://woofer.unix.dog:1885
tcp://woofer.unix.dog:1886
tls://woofer.unix.dog:1887</pre>
</section>
</article>