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" +}