feat: enclosed.cc instance
This commit is contained in:
parent
86376b7b27
commit
0c20cfc47a
2 changed files with 3 additions and 1 deletions
|
@ -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! {})
|
||||
|
|
|
@ -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")}}
|
||||
</div><br>
|
||||
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.
|
||||
<p style="font-size: 10px">We do not own the copyright for any of the projects mentioned above. All copyright goes to their respective owners.</p>
|
||||
<p style="font-size: 10px">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.</p>
|
||||
{% endblock content %}
|
||||
|
|
Loading…
Reference in a new issue