From 0c20cfc47afa32b69c9d67e5888f5caaecaa2a9b Mon Sep 17 00:00:00 2001 From: hexlocation Date: Tue, 26 Nov 2024 08:50:32 +0100 Subject: [PATCH] feat: enclosed.cc instance --- src/main.rs | 1 + templates/services.html.tera | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index ed397fc..3384941 100644 --- a/src/main.rs +++ b/src/main.rs @@ -59,6 +59,7 @@ fn post_guest_message(name: &str, body: &str) { file.write_all(guest_json.to_string().as_bytes()) .expect("wah"); } + #[get("/abuse")] fn abuse() -> Template { Template::render("abuse", context! {}) diff --git a/templates/services.html.tera b/templates/services.html.tera index 70e6d2e..5a2c71f 100644 --- a/templates/services.html.tera +++ b/templates/services.html.tera @@ -11,7 +11,8 @@ {{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")}} {{macros::service(title="Blog", description="Our blog where we post some stuff, sometimes :)", 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")}}
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.

+

We do not own the copyright for any of the projects mentioned above. All copyright goes to their respective owners. We only host instances of them.

{% endblock content %}