From 08c4cb2247461fe36b2e7d7456aef0d17acd26af Mon Sep 17 00:00:00 2001 From: tzlil Date: Mon, 26 Feb 2024 19:43:39 +0200 Subject: idk what tehf uck i changed --- hosts/vps/services/matrix.nix | 9 +++++---- hosts/vps/services/website.nix | 6 ++++++ 2 files changed, 11 insertions(+), 4 deletions(-) (limited to 'hosts/vps/services') diff --git a/hosts/vps/services/matrix.nix b/hosts/vps/services/matrix.nix index a3be7a2..a56b489 100644 --- a/hosts/vps/services/matrix.nix +++ b/hosts/vps/services/matrix.nix @@ -136,10 +136,11 @@ ''; # for clients virtualHosts."tzlil.net".extraConfig = '' - reverse_proxy /_matrix/* localhost:8008 - header /.well-known/matrix/* Content-Type application/json - header /.well-known/matrix/* Access-Control-Allow-Origin * - respond /.well-known/matrix/server `{"m.server": "tzlil.net"}` + reverse_proxy /_matrix/* localhost:8008 + header /.well-known/matrix/* Content-Type application/json + header /.well-known/matrix/* Access-Control-Allow-Origin * + respond /.well-known/matrix/server `{"m.server": "tzlil.net"}` + respond /.well-known/matrix/client `{"m.homeserver": {"base_url": "https://tzlil.net"}}` ''; }; networking.firewall.allowedTCPPorts = [8448]; diff --git a/hosts/vps/services/website.nix b/hosts/vps/services/website.nix index 95dea73..1cdd33e 100644 --- a/hosts/vps/services/website.nix +++ b/hosts/vps/services/website.nix @@ -48,6 +48,10 @@ a { color: #7878ff; } a:visited { color: #6464fa; } } + .mail:before { + content: attr(b) "\0040" attr(a); + unicode-bidi: bidi-override; + direction: rtl;
             ~?~+=I?~~IIIII++,:   .?= .,I=O8OZ.DNNO, ZD7:::=.? ,,:,,I,,:,~+?II?I?II?=+=~+7$ZO
@@ -75,6 +79,8 @@
             fm.tzlil.net music
             git.tzlil.net code
             arXiv randomizer
+	    matrix @tzlil:tzlil.net
+	    email tzlils protonmail com
             
''} / file_server -- cgit 1.4.1