website/templates/main/services.html.ep

102 lines
4.0 KiB
Plaintext
Raw Normal View History

2022-10-15 01:29:55 -05:00
% title 'UNIX.dog Services';
% layout 'default';
<article>
<h1>UNIX.dog Services</h1>
<p>
2023-02-02 11:43:13 -06:00
UNIX.dog provides a bunch services for dogs >:3. Most services are
2022-10-15 01:29:55 -05:00
hooked into LDAP and use the same username and password you
registered with.
</p>
2022-10-15 21:10:55 -05:00
<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>
2022-10-27 14:59:10 -05:00
<section>
2023-02-02 11:43:13 -06:00
<h2>File sync (Nextcloud)</h2>
2022-10-27 14:59:10 -05:00
<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>
2022-10-15 01:29:55 -05:00
<section>
2023-02-02 11:43:13 -06:00
<h2>Social (Akkoma)</h2>
2022-10-15 01:29:55 -05:00
<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>
2022-11-12 01:02:19 -06:00
<section>
2023-02-02 11:43:13 -06:00
<h2>File upload (IPFS Pinning)</h2>
2022-11-12 01:02:19 -06:00
<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>
2022-10-15 01:29:55 -05:00
<section>
2023-02-02 11:43:13 -06:00
<h2>Messaging (XMPP)</h2>
2022-10-15 01:29:55 -05:00
<p>
XMPP is a federated IM protocol. UNIX.dog uses ejabberd, and you can
2022-10-29 20:46:13 -05:00
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
2022-10-15 01:29:55 -05:00
<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>
2022-10-27 15:37:54 -05:00
<section>
2023-02-02 11:43:13 -06:00
<h2>Voice chat (Mumble)</h2>
2022-10-27 15:37:54 -05:00
<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>
2022-10-15 01:29:55 -05:00
<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.
2022-10-26 20:28:33 -05:00
<br>
Webmail is provided at <a href="https://mail.unix.dog/">mail.unix.dog.</a>
2022-10-15 01:29:55 -05:00
</p>
</section>
<section>
2023-02-02 11:43:13 -06:00
<h2>Git hosting (Forgejo)</h2>
2022-10-15 01:29:55 -05:00
<p>
2023-02-02 11:43:13 -06:00
Forgejo is a simple git host. It is hosted at
2022-10-15 01:29:55 -05:00
<a href="https://git.unix.dog">git.unix.dog</a> and should
automatically import your SSH public key in the LDAP directory.
2023-02-02 11:43:13 -06:00
Please keep in mind that Forgejo applies changes from LDAP every 24
2022-10-15 01:29:55 -05:00
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>
2022-10-18 22:11:51 -05:00
Files under ~/public are hosted at unix.dog/~username. A list
2022-10-15 21:10:55 -05:00
of user websites can be found <a href="/users">here.</a>
2022-10-15 01:29:55 -05:00
</p>
</section>
2022-10-31 12:22:05 -05:00
<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>
2022-10-15 01:29:55 -05:00
</article>