From 4da5b456ed8e8fe9a6f691624317c576e2e51161 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Wed, 2 Jul 2025 10:45:43 +0200 Subject: [PATCH] Site update --- build.sh | 2 +- public/.well-known/matrix/client | 5 +++++ public/.well-known/matrix/server | 3 +++ static/.well-known/matrix/client | 5 +++++ static/.well-known/matrix/server | 3 +++ 5 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 public/.well-known/matrix/client create mode 100644 public/.well-known/matrix/server create mode 100644 static/.well-known/matrix/client create mode 100644 static/.well-known/matrix/server diff --git a/build.sh b/build.sh index 26b673f..898006a 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,5 @@ hugo -rsync -rP --delete public/ ivek@dedi:/var/www/site +rsync -rP --delete public/ root@odin:/var/www/site git add . git commit -m "Site update" git push diff --git a/public/.well-known/matrix/client b/public/.well-known/matrix/client new file mode 100644 index 0000000..d1b148d --- /dev/null +++ b/public/.well-known/matrix/client @@ -0,0 +1,5 @@ +{ + "m.homeserver": { + "base_url": "https://matrix.example.org" + } +} diff --git a/public/.well-known/matrix/server b/public/.well-known/matrix/server new file mode 100644 index 0000000..3a1fa44 --- /dev/null +++ b/public/.well-known/matrix/server @@ -0,0 +1,3 @@ +{ + "m.server": "matrix.cronyakatsuki.xyz:443" +} diff --git a/static/.well-known/matrix/client b/static/.well-known/matrix/client new file mode 100644 index 0000000..d1b148d --- /dev/null +++ b/static/.well-known/matrix/client @@ -0,0 +1,5 @@ +{ + "m.homeserver": { + "base_url": "https://matrix.example.org" + } +} diff --git a/static/.well-known/matrix/server b/static/.well-known/matrix/server new file mode 100644 index 0000000..3a1fa44 --- /dev/null +++ b/static/.well-known/matrix/server @@ -0,0 +1,3 @@ +{ + "m.server": "matrix.cronyakatsuki.xyz:443" +}