website/templates/main/services.html.ep

102 lines
3.9 KiB
Plaintext

% title 'UNIX.dog Services';
% layout 'default';
<article>
<h1>UNIX.dog Services</h1>
<p>
UNIX.dog provides a few services for dogs. 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! :)
</p>
</section>
<section>
<h2>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>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>IPFS Pinning</h2>
<p>
A custom-build IPFS remote pinning service is available at UNIX.dog.
You can check it out a <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 :)
</p>
</section>
<section>
<h2>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
a UNIX.dog chat. Your JID should be username@unix.dog.
</p>
</section>
<section>
<h2>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>
</p>
</section>
<section>
<h2>EMail</h2>
<p>
Classic EMail 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,
and your mailbox is located 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>Gitea</h2>
<p>
Gitea 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 Gitea 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>
</article>