logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git

services.shtml (1403B)


  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <!--#include file="/templates/head.shtml" -->
  5. <title>Services hosted — lanodan’s cyber-home</title>
  6. </head>
  7. <body>
  8. <!--#include file="/templates/en/nav.shtml" -->
  9. <main>
  10. <h1>Services hosted</h1>
  11. <p><a href="/status">Status page</a></p>
  12. <h2>DNS</h2>
  13. <p>Software: <a href="http://www.nlnetlabs.nl/projects/nsd">nsd</a></p>
  14. <h2>HTTPS</h2>
  15. <p>Software: <a href="http://nginx.org/">nginx</a></p>
  16. <h2>SMTP (email)</h2>
  17. <p>Software: <a href="https://opensmtpd.org/">OpenSMTPd</a>. See also: <a href="/articles/My%20email%20setup">My email setup</a></p>
  18. <h2>Git</h2>
  19. <p>For now just a subdirectory on <a href="/git/">/git/</a>. See also: <a href="/articles/My%20git%20server%20setup">My git server setup</a></p>
  20. <h2>Fediverse / Social Network</h2>
  21. <p>Software: <a href="https://pleroma.social/">Pleroma</a></p>
  22. <p><a href="https://queer.hacktivis.me/">https://queer.hacktivis.me/</a>, <a href="gopher://queer.hacktivis.me:9999/">gopher://queer.hacktivis.me:9999/</a></p>
  23. <p>Software: <a href="https://humungus.tedunangst.com/r/honk">Honk</a>!</p>
  24. <p><a href="https://bonkumiru.hacktivis.me/">https://bonkumiru.hacktivis.me/</a></p>
  25. <h2>XMPP</h2>
  26. <p>Software: <a href="https://prosody.im">Prosody</a></p>
  27. </main>
  28. <!--#include file="/templates/en/footer.shtml" -->
  29. </body>
  30. </html>