matrix elements mit medelexis config

This commit is contained in:
Simon Daniel Streich
2026-07-13 12:15:45 +02:00
parent 4ca45169e9
commit 2f270c2c8f
3 changed files with 23 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"version": "1.0.0",
"description": "Element (Matrix Chat) installation for Medelexis.",
"depends": [
"extras/element",
"chat_medelexis_element-config"
]
}
+11
View File
@@ -0,0 +1,11 @@
{
"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": "6b91de1ac390fce82ee0eea4d77f0a6118e07886a4e9c72a74c2dcc6cb901143",
"post_install": [
"$configDir = Join-Path $env:APPDATA 'Element'",
"New-Item -ItemType Directory -Force -Path $configDir | Out-Null",
"Copy-Item (Join-Path $dir 'config.json') (Join-Path $configDir 'config.json') -Force"
]
}
+4
View File
@@ -0,0 +1,4 @@
{
"default_server_name": "medelexis.ch",
"disable_custom_urls": true
}