From bd6039bcb22c1e2498aff15fc7e556093455e4df Mon Sep 17 00:00:00 2001 From: Simon Daniel Streich Date: Mon, 13 Jul 2026 13:49:10 +0200 Subject: [PATCH] fusionierung von config und meta --- bucket/chat_medelexis.json | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/bucket/chat_medelexis.json b/bucket/chat_medelexis.json index ae0ddb7..005f4c7 100644 --- a/bucket/chat_medelexis.json +++ b/bucket/chat_medelexis.json @@ -1,10 +1,15 @@ { "version": "1.0.0", "description": "Element (Matrix Chat) installation for Medelexis.", + "homepage": "https://medelexis.ch", "depends": [ - "extras/element", - "chat_medelexis_element-config" + "extras/element" ], - "url": "https://git.streichtech.ch/elexis/scoop/raw/branch/master/config/matrix/medelexis/chat_medelexis.txt", - "hash": "602dee506b343cd3a28a12be992cc219b4ee97af0bcf2861f5ab4dbd30949879" + "url": "https://git.streichtech.ch/elexis/scoop/raw/branch/master/config/matrix/medelexis/config.json#/config.json", + "hash": "5aa0e674ea7455ee41646307b95bc953d13ec3b7eb62a3f193edc15d6d4966ea", + "post_install": [ + "$configDir = Join-Path $env:APPDATA 'Element'", + "New-Item -ItemType Directory -Path $configDir -Force | Out-Null", + "Copy-Item (Join-Path $dir 'config.json') (Join-Path $configDir 'config.json') -Force" + ] } \ No newline at end of file