Move matrix homeserver files to static
directory
This commit is contained in:
parent
ca785e81a7
commit
f8b2acc696
3 changed files with 2 additions and 6 deletions
6
Justfile
6
Justfile
|
@ -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)
|
||||
|
|
1
static/.well-known/matrix/client
Normal file
1
static/.well-known/matrix/client
Normal file
|
@ -0,0 +1 @@
|
|||
{"m.homeserver": {"base_url": "https://matrix.4rs.nl"}}
|
1
static/.well-known/matrix/server
Normal file
1
static/.well-known/matrix/server
Normal file
|
@ -0,0 +1 @@
|
|||
{"m.server": "matrix.4rs.nl:443"}
|
Loading…
Reference in a new issue