Compare commits

...

3 Commits

Author SHA1 Message Date
MickLesk f6c35c7b1a Passbolt: fetch GPG key from Passbolt's own host instead of the flaky keyserver 2026-08-04 10:34:11 +02:00
community-scripts-pr-app[bot] 9debedc386 Update CHANGELOG.md (#16231)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-03 09:27:00 +00:00
Johann Grobe 64448c0ded fix restore env in split pro (#16228)
* fix restore env in split pro

* use create_backup and restore_backup
2026-08-03 19:26:29 +10:00
3 changed files with 12 additions and 6 deletions
+8
View File
@@ -518,6 +518,14 @@ Exercise vigilance regarding copycat or coat-tailing sites that seek to exploit
</details>
## 2026-08-03
### 🚀 Updated Scripts
- #### 🐞 Bug Fixes
- fix restore env in split pro [@johanngrobe](https://github.com/johanngrobe) ([#16228](https://github.com/community-scripts/ProxmoxVE/pull/16228))
## 2026-08-02
### 🆕 New Scripts
+3 -5
View File
@@ -35,18 +35,16 @@ function update_script() {
systemctl stop split-pro
msg_ok "Stopped Service"
msg_info "Backing up Data"
cp /opt/split-pro/.env /opt/split-pro.env
msg_ok "Backed up Data"
create_backup /opt/split-pro/.env
CLEAN_INSTALL=1 fetch_and_deploy_gh_release "split-pro" "oss-apps/split-pro" "tarball"
restore_backup
msg_info "Building Application"
cd /opt/split-pro
$STD pnpm install --frozen-lockfile
$STD pnpm build
cp /opt/split-pro.env /opt/split-pro/.env
rm -f /opt/split-pro.env
ln -sf /opt/split-pro_data/uploads /opt/split-pro/uploads
$STD pnpm exec prisma migrate deploy
msg_ok "Built Application"
+1 -1
View File
@@ -26,7 +26,7 @@ create_self_signed_cert
setup_deb822_repo \
"passbolt" \
"https://keys.openpgp.org/pks/lookup?op=get&options=mr&search=0x3D1A0346C8E1802F774AEF21DE8B853FC155581D" \
"https://download.passbolt.com/pub.key" \
"https://download.passbolt.com/ce/debian" \
"buster" \
"stable"