update hash & anpassung config

This commit is contained in:
Simon Daniel Streich
2026-07-13 13:39:50 +02:00
parent 805a6e876a
commit 8257edc0a4
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"version": "1.0.0",
"description": "Configuration for Element (Matrix Chat) for Medelexis.",
"url": "https://git.streichtech.ch/elexis/scoop/raw/branch/master/config/matrix/medelexis/config.json#/config.json",
"hash": "39ef1d2c73783b16246412c5785d47dbb691c62782fc1b817b3324311439843b",
"hash": "5aa0e674ea7455ee41646307b95bc953d13ec3b7eb62a3f193edc15d6d4966ea",
"post_install": [
"$configDir = Join-Path $env:APPDATA 'Element'",
"New-Item -ItemType Directory -Force -Path $configDir | Out-Null",
+6
View File
@@ -1,4 +1,10 @@
{
"default_server_name": "medelexis.ch",
"default_server_config": {
"m.homeserver": {
"base_url": "https://matrix.medelexis.ch",
"server_name": "medelexis.ch"
}
},
"disable_custom_urls": true
}