matrix elements mit medelexis config
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"version": "1.0.0",
|
||||
"description": "Element (Matrix Chat) installation for Medelexis.",
|
||||
"depends": [
|
||||
"extras/element",
|
||||
"chat_medelexis_element-config"
|
||||
]
|
||||
}
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user