Please encrypt any messages containing important details towards using our PGP keys. Thank you.
+
+
+
+
diff --git a/templates/abuse.html.tera b/templates/abuse.html.tera
new file mode 100644
index 0000000..bef5c49
--- /dev/null
+++ b/templates/abuse.html.tera
@@ -0,0 +1,21 @@
+{% extends "base" %}
+{% block title %}report abuse{% endblock title %}
+{% block content %}
+We ask that you report any abuse you find to: abuse@iwakura.rip.
+Please make sure your e-mail contains the following:
+
+
Type of abuse
+
Evidence (no screenshots, hard evidence only)
+
Origin of abuse (e-mail address, IP, domain etc)
+
Additional information that might help us.
+
+
+Please consider the following when sending an abuse e-mail.
+
+
We are *not* able to provide any personal identifiable information, as we do not store them.
+
We take abuse notifications very serious. Sending us multiple false abuse reports will result in a permanent block from our mailserver.
+
We try to respond within 48 hours. Do not flood our inboxes.
iwakura.rip is a collection of servers hosting mostly-private services for hexlocation & friends.
-
The iwakura.rip website is also connected to dn42 (iwakura.dn42). We are planning to connect our services to dn42 too.
-
-
- Explanation
-
Most of the gifs/art/names/ui design is inspired by/based on Serial Experiments Lain, an anime series about Lain Iwakura
-
-
- Disclaimer
-
Serial Experiments Lain is the property of Triangle Studios. iwakura.rip is not affiliated with Triangle Studios.
-
-
-
-
-
+{% extends "base" %}
+{% block title %}homepage{% endblock title %}
+{% block content %}
+Welcome to iwakura.rip. We are a small group of technology nerds and geeks fascinated by computers and technology.
+We host a bunch of services on this domain for public usage. Want access? Just send me a pgp-encrypted email (hex[a]iwakura.rip) and introduce yourself :)
+{% endblock content %}
diff --git a/templates/macros.html.tera b/templates/macros.html.tera
new file mode 100644
index 0000000..f05e7f3
--- /dev/null
+++ b/templates/macros.html.tera
@@ -0,0 +1,10 @@
+{% macro service(title, description, href, img, h="16") %}
+
+
+{% endblock content %}
diff --git a/templates/services.html.tera b/templates/services.html.tera
new file mode 100644
index 0000000..384d0fb
--- /dev/null
+++ b/templates/services.html.tera
@@ -0,0 +1,16 @@
+{% import "macros" as macros %}
+{% extends "base" %}
+{% block title %}services{% endblock title %}
+{% block content %}
+
+ {{macros::service(title="Forgejo", description="A place for everyone to host their source code!", 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="Jellyfin", description="For all your media consumption needs.", href="https://media.iwakura.rip", img="/assets/img/jellyfin.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="Jellyseerr", description="Get information about your favorite movies and TV shows, all together in one place.", href="https://request.iwakura.rip", img="/assets/img/jellyseerr.ico")}}
+ {{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")}}
+ {{macros::service(title="Authelia", description="Open-source authentication & authorization platform.", href="https://a.iwakura.rip", img="/assets/img/authelia.png")}}
+ {{macros::service(title="E-mail", description="We are hosting our own e-mail servers on an off-shore hosting provider. Note: all emails are currently being stored in plain text. We recommend using PGP encryption.", href="https://mail.iwakura.rip", img="/assets/img/mail.png")}}
+
+Other services can be added on request. We also try to provide space for members wanting to host their own services, though stability is something to think about when asking for this.
+
We do not own the copyright for any of the projects mentioned above. All copyright goes to their respective owners.