update hash & anpassung config
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Configuration for Element (Matrix Chat) for Medelexis.",
|
"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",
|
"url": "https://git.streichtech.ch/elexis/scoop/raw/branch/master/config/matrix/medelexis/config.json#/config.json",
|
||||||
"hash": "39ef1d2c73783b16246412c5785d47dbb691c62782fc1b817b3324311439843b",
|
"hash": "5aa0e674ea7455ee41646307b95bc953d13ec3b7eb62a3f193edc15d6d4966ea",
|
||||||
"post_install": [
|
"post_install": [
|
||||||
"$configDir = Join-Path $env:APPDATA 'Element'",
|
"$configDir = Join-Path $env:APPDATA 'Element'",
|
||||||
"New-Item -ItemType Directory -Force -Path $configDir | Out-Null",
|
"New-Item -ItemType Directory -Force -Path $configDir | Out-Null",
|
||||||
|
|||||||
@@ -1,4 +1,10 @@
|
|||||||
{
|
{
|
||||||
"default_server_name": "medelexis.ch",
|
"default_server_name": "medelexis.ch",
|
||||||
|
"default_server_config": {
|
||||||
|
"m.homeserver": {
|
||||||
|
"base_url": "https://matrix.medelexis.ch",
|
||||||
|
"server_name": "medelexis.ch"
|
||||||
|
}
|
||||||
|
},
|
||||||
"disable_custom_urls": true
|
"disable_custom_urls": true
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user