forked from Decentrala/website
95 lines
3.3 KiB
HTML
95 lines
3.3 KiB
HTML
<h1>Services</h1>
|
|
<table>
|
|
<tr>
|
|
<th>Service</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="/account" target="_blank">E-mail</a></td>
|
|
<td>
|
|
E-mail account that you can use with any e-mail client (for example, with
|
|
the <a href="https://www.thunderbird.net/" target="_blank">Thunderbird</a>).
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="https://forum.dmz.rs/" target="_blank">Forum</a></td>
|
|
<td>
|
|
Forum for general discussion and <a href="/events" target="_blank">event</a> organization.
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="/account" target="_blank">Chat</a></td>
|
|
<td>
|
|
We have our XMPP server, on which you can make an account. If you already
|
|
have an account, you can find us at group
|
|
<a href="decentrala@conference.dmz.rs" target="_blank">decentrala@conference.dmz.rs</a>.
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="https://gitea.dmz.rs/" target="_blank">Git</a></td>
|
|
<td>
|
|
<a href="https://gitea.io/en-us/" target="_blank">Gitea</a> instance on which we host our
|
|
code and resources (including the code for this site).
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="https://wiki.dmz.rs/" target="_blank">Wiki</a></td>
|
|
<td>
|
|
<a href="https://js.wiki/" target="_blank">Wiki.js</a> instance on which we publish
|
|
documentation for our projects, <a href="/events" target="_blank">events</a> resources,
|
|
and tutorials.
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="https://jitsi.dmz.rs/" target="_blank">Jitsi</a></td>
|
|
<td>
|
|
<a href="https://jitsi.org/" target="_blank">Jitsi.org</a> meeting app, conferences, group video calls, online events, alternative
|
|
to zoom.
|
|
</td>
|
|
</tr>
|
|
<!--<tr>
|
|
<!--<tr>
|
|
<td><a href="https://nextcloud.dmz.rs/">Nextcloud</a></td>
|
|
<td><a href="https://nextcloud.com/">Nextcloud</a> instance on which we organize tasks we need to do and use as calandar.
|
|
</td>
|
|
</tr>-->
|
|
<!--<tr>
|
|
<td><a href="https://cryptpad.dmz.rs/">CryptPad</a></td>
|
|
<td>
|
|
<a href="https://cryptpad.org/">CryptPad</a> alternative to google office
|
|
</td>
|
|
</tr>-->
|
|
<tr>
|
|
<tr>
|
|
<td><a href="https://invidious.dmz.rs/" target="_blank">Invidious</a></td>
|
|
<td>
|
|
<a href="https://invidious.io/" target="_blank">Invidious</a>, alternative font-end to YouTube.
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="https://search.dmz.rs/" target="_blank">Search</a></td>
|
|
<td>
|
|
<a href="https://github.com/searxng/searxg/" target="_blank">SearXNG</a> instance used for Web searching.
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="https://pastebin.dmz.rs/" target="_blank">Pastebin</a></td>
|
|
<td>
|
|
<a href="https://privatebin.info/" target="_blank">PrivateBin</a> instance for sharing textal data, like codes, logs, etc.
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="ssh://soft.dmz.rs:2222/" target="_blank">Soft Serve</a></td>
|
|
<td>
|
|
<a href="https://github.com/charmbracelet/soft-serve" target="_blank">Soft Serve</a>
|
|
TUI git instance. Soft Serve works entirely from the terminal over ssh.
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<p>
|
|
These are some of the services we currently maintain on our servers. To use
|
|
these services, you can register for each service separately, or you can
|
|
create a unique <a href="/en/account" target="_blank">account</a>
|
|
on our server and use all services with the same account.
|
|
</p>
|