logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: d4d9c35d47d0f5bd641382838fa340bb0da7e575
parent 0ce4de77f90a1458bc84f7bcc12b69dc2552d09e
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 21 Nov 2018 21:08:55 +0100

notes/services.shtml: Take notes of the stuff that I host

Diffstat:

Anotes/services.shtml26++++++++++++++++++++++++++
1 file changed, 26 insertions(+), 0 deletions(-)

diff --git a/notes/services.shtml b/notes/services.shtml @@ -0,0 +1,26 @@ +<!DOCTYPE html> +<html> + <head> +<!--#include file="/templates/head.shtml" --> + <title>Services hosted — lanodan’s cyber-home</title> + </head> + <body> +<!--#include file="/templates/en/nav.shtml" --> + <main> + <h1>Services hosted</h1> + <h2>DNS</h2> + <h2>SMTP (email)</h2> + <h2>Git</h2> + <p>For now just a subdirectory on <a href="/git/">/git/</a></p> + <h2>Pleroma: Queer Hacktivism</h2> + <p><a href="https://queer.hacktivis.me/">https://queer.hacktivis.me/</a>, Gopher: <a href="gopher://queer.hacktivis.me:9999/">gopher://queer.hacktivis.me:9999/</a></p> + <h2>XMPP</h2> + <p>Serves just for myself (maybe pals too) and a room on main@muc.hacktivis.me</p> + <h2>Searx</h2> + <p>For now just a subdirectory on <a href="/searx/">/searx/</a></p> + <h2>IRC: CRTNet, irc.hacktivis.me</h2> + <p>CRTNet node on <code>irc.hacktivis.me</code>, ports are 7844 (TLS), 7843 (Clearnet). My room is <code>#queer.hacktivis.me</code>, network room is <code>#meow</code>.</p> + </main> +<!--#include file="/templates/en/footer.html" --> + </body> +</html>