Move matrix homeserver files to static directory

This commit is contained in:
Awiteb 2024-05-03 10:56:46 +03:00
parent ca785e81a7
commit f8b2acc696
Signed by: awiteb
GPG key ID: 3F6B55640AA6682F
3 changed files with 2 additions and 6 deletions

View file

@ -10,12 +10,6 @@ OUT_DIR := "public"
git checkout -B gh-pages
touch .nojekyll
# Create matrix homeserver files
# Remove it or change it to your server
mkdir -p .well-known/matrix/
echo '{"m.homeserver": {"base_url": "https://matrix.4rs.nl}}' > .well-known/matrix/client
echo '{"m.server": "matrix.4rs.nl:443"}' > .well-known/matrix/server
git add .
git commit -m "Deploy blog to github pages"
git remote add origin $(git --git-dir ../.git remote get-url github)

View file

@ -0,0 +1 @@
{"m.homeserver": {"base_url": "https://matrix.4rs.nl"}}

View file

@ -0,0 +1 @@
{"m.server": "matrix.4rs.nl:443"}