From 68823d6cedb2d6911d8f11a5c0e6f5c34e232fd4 Mon Sep 17 00:00:00 2001 From: Chi Cong Tran Date: Tue, 9 Dec 2025 10:01:52 +0100 Subject: [PATCH 1/5] change config to new minio setup --- config.json | 35 ++++++++++++++++++++--------------- 1 file changed, 20 insertions(+), 15 deletions(-) diff --git a/config.json b/config.json index 8ab9cb8..aba0e96 100644 --- a/config.json +++ b/config.json @@ -1,17 +1,22 @@ { - "minio": { - "endPoint": "sws3.innovation-hub-niedersachsen.de", - "port": 443, - "useSSL": true, - "accessKey": "wjpKrmaqXra99rX3D61H", - "secretKey": "fTPi0u0FR6Lv9Y9IKydWv6WM0EA5XrsK008HCt9u" - }, - "jwt": { - "secret": "@S2!q@@wXz$dCQ8JoVsHLpzaJ6JCfB", - "expiresIn": 3600 - }, - "auth": { - "admin": { "password": "A-InnoHUB_2025!", "admin": true }, - "user": { "password": "U-InnoHUB_2025!", "admin": false } - } + "minio": { + "endPoint": "api-s3.innovation-hub-niedersachsen.de", + "port": 443, + "accessKey": "AbCdEfGhIjKlMnOpQrSt", + "secretKey": "UvWxYz1234567890AbCdEfGhIjKlMnOpQrStUvWx" + }, + "jwt": { + "secret": "@S2!q@@wXz$dCQ8JoVsHLpzaJ6JCfB", + "expiresIn": 3600 + }, + "auth": { + "admin": { + "password": "A-InnoHUB_2025!", + "admin": true + }, + "user": { + "password": "U-InnoHUB_2025!", + "admin": false + } + } } \ No newline at end of file From 922b840c9aa0f0012c2d002bd361031bf9e56a38 Mon Sep 17 00:00:00 2001 From: Chi Cong Tran Date: Tue, 9 Dec 2025 10:18:30 +0100 Subject: [PATCH 2/5] fix jenkins pipeline: update packages --- package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 19b3070..9553f2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1461,9 +1461,9 @@ } }, "node_modules/@sveltejs/kit": { - "version": "2.49.0", - "resolved": "https://registry.npmjs.org/@sveltejs/kit/-/kit-2.49.0.tgz", - "integrity": "sha512-oH8tXw7EZnie8FdOWYrF7Yn4IKrqTFHhXvl8YxXxbKwTMcD/5NNCryUSEXRk2ZR4ojnub0P8rNrsVGHXWqIDtA==", + "version": "2.49.2", + "resolved": "https://registry.npmjs.org/@sveltejs/kit/-/kit-2.49.2.tgz", + "integrity": "sha512-Vp3zX/qlwerQmHMP6x0Ry1oY7eKKRcOWGc2P59srOp4zcqyn+etJyQpELgOi4+ZSUgteX8Y387NuwruLgGXLUQ==", "license": "MIT", "dependencies": { "@standard-schema/spec": "^1.0.0", @@ -4534,12 +4534,12 @@ } }, "node_modules/jws": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/jws/-/jws-3.2.2.tgz", - "integrity": "sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==", + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/jws/-/jws-3.2.3.tgz", + "integrity": "sha512-byiJ0FLRdLdSVSReO/U4E7RoEyOCKnEnEPMjq3HxWtvzLsV08/i5RQKsFVNkCldrCaPr2vDNAOMsfs8T/Hze7g==", "license": "MIT", "dependencies": { - "jwa": "^1.4.1", + "jwa": "^1.4.2", "safe-buffer": "^5.0.1" } }, From c0782664494b396a1356f41178f0d3b402fa0822 Mon Sep 17 00:00:00 2001 From: Chi Cong Tran Date: Tue, 9 Dec 2025 10:26:30 +0100 Subject: [PATCH 3/5] change config to new minio setup for prod --- config_prod.json | 35 ++++++++++++++++++++--------------- 1 file changed, 20 insertions(+), 15 deletions(-) diff --git a/config_prod.json b/config_prod.json index 8ab9cb8..aba0e96 100644 --- a/config_prod.json +++ b/config_prod.json @@ -1,17 +1,22 @@ { - "minio": { - "endPoint": "sws3.innovation-hub-niedersachsen.de", - "port": 443, - "useSSL": true, - "accessKey": "wjpKrmaqXra99rX3D61H", - "secretKey": "fTPi0u0FR6Lv9Y9IKydWv6WM0EA5XrsK008HCt9u" - }, - "jwt": { - "secret": "@S2!q@@wXz$dCQ8JoVsHLpzaJ6JCfB", - "expiresIn": 3600 - }, - "auth": { - "admin": { "password": "A-InnoHUB_2025!", "admin": true }, - "user": { "password": "U-InnoHUB_2025!", "admin": false } - } + "minio": { + "endPoint": "api-s3.innovation-hub-niedersachsen.de", + "port": 443, + "accessKey": "AbCdEfGhIjKlMnOpQrSt", + "secretKey": "UvWxYz1234567890AbCdEfGhIjKlMnOpQrStUvWx" + }, + "jwt": { + "secret": "@S2!q@@wXz$dCQ8JoVsHLpzaJ6JCfB", + "expiresIn": 3600 + }, + "auth": { + "admin": { + "password": "A-InnoHUB_2025!", + "admin": true + }, + "user": { + "password": "U-InnoHUB_2025!", + "admin": false + } + } } \ No newline at end of file From bb91162438aa9076f5d2e6f50e8937f2ca8e6f46 Mon Sep 17 00:00:00 2001 From: Chi Cong Tran Date: Tue, 9 Dec 2025 11:37:47 +0100 Subject: [PATCH 4/5] copy link into clipboard and open mail client --- .../(token-based)/list/[vorgang]/+page.svelte | 33 ++++++++++++++----- 1 file changed, 25 insertions(+), 8 deletions(-) diff --git a/src/routes/(token-based)/list/[vorgang]/+page.svelte b/src/routes/(token-based)/list/[vorgang]/+page.svelte index 592f0ef..7514655 100644 --- a/src/routes/(token-based)/list/[vorgang]/+page.svelte +++ b/src/routes/(token-based)/list/[vorgang]/+page.svelte @@ -1,4 +1,5 @@