16 lines
2 KiB
Text
16 lines
2 KiB
Text
{% import "macros" as macros %}
|
|
{% extends "base" %}
|
|
{% block title %}services{% endblock title %}
|
|
{% block content %}
|
|
<div id="service-containers">
|
|
{{macros::service(title="Forgejo", description="A github alternative - store the sauce here.", href="https://git.iwakura.rip", img="https://www.marefa.org/w/images/thumb/0/05/Forgejo_logo.svg/640px-Forgejo_logo.svg.png")}}
|
|
{{macros::service(title="Woodpecker CI", description="Powerful CI/CD to use together with Forgejo.", href="https://ci.iwakura.rip", img="/assets/img/woodpecker.svg")}}
|
|
{{macros::service(title="Prosody", description="Prosody is a XMPP messaging server, and superior to Matrix :3", href="https://prosody.im/", img="/assets/img/prosody.svg")}}
|
|
{{macros::service(title="Synapse", description="Synapse is the official server implementation for the Matrix protocol.", href="https://matrix.iwakura.rip", img="/assets/img/matrix.jpg")}}
|
|
{{macros::service(title="DN42", description="We are currently in the process of connecting all of our services to DN42 - an overlay network using internet technologies.", href="https://iwakura.dn42", img="/assets/img/dn42.png", available=false)}}
|
|
{{macros::service(title="Authelia", description="Open-source authentication & authorization platform.", href="https://auth.iwakura.rip", img="/assets/img/authelia.png")}}
|
|
{{macros::service(title="E-mail", description="We are hosting our own e-mail servers on a small ARM64 VPS at Hetzern running OpenBSD. Note: all emails are stored in plain text. We recommend using PGP encryption.", href="https://mail.iwakura.rip", img="/assets/img/mail.png")}}
|
|
{{macros::service(title="Blog", description="A blog where mostly hex writes stuff :D", href="https://blog.iwakura.rip", img="")}}
|
|
{{macros::service(title="Enclosed", description="Enclosed is a minimalistic web application designed for sending private and secure notes.", href="https://bin.iwakura.rip", img="https://github.com/CorentinTh/enclosed/raw/main/.github/icon-light.png")}}
|
|
</div><br>
|
|
{% endblock content %}
|