Merge pull request #242 from safing/matrix-well-known

Add .well-known file for matrix homeserver
This commit is contained in:
Patrick Pacher 2023-01-16 14:36:21 +01:00 committed by GitHub
commit 10dbb93f3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -0,0 +1 @@
{ "m.server": "matrix.safing.io:443" }

View file

@ -5,6 +5,9 @@ plugins:
- jekyll-paginate - jekyll-paginate
- jekyll-redirect-from - jekyll-redirect-from
include:
- .well-known
#################### ####################
###### routes ###### ###### routes ######
#################### ####################
@ -103,7 +106,7 @@ donations:
########################### ###########################
title: Safing title: Safing
encoding: "utf-8" encoding: "UTF-8"
lang: "en" lang: "en"
description: > # this means to ignore newlines until "base_url:" description: > # this means to ignore newlines until "base_url:"
Portmaster is a free and open-source application that puts you back in charge over all your computer's network connections. Increase your privacy and security. Get peace of mind. Portmaster is a free and open-source application that puts you back in charge over all your computer's network connections. Increase your privacy and security. Get peace of mind.