Uberspace / lab

The Uberlab provides various tutorials - written by you! - on how to run software and tools on Uberspace 7.
https://lab.uberspace.de
Other
315 stars 413 forks source link

[passbolt] check for php 8.0 compatibility #1401

Closed noave closed 10 months ago

noave commented 1 year ago

PHP 7.4 will be EOL after November 28. We need to check if this guide will still work with PHP 8.0.

SalocinHB commented 1 year ago

gpg --gen-key doesn't work as documented in the guide. The official passbold guide suggests

gpg --batch --no-tty --gen-key <<EOF
  Key-Type: default
  Key-Length: 2048
  Subkey-Type: default
  Subkey-Length: 2048
  Name-Real: John Doe
  Name-Email: email@domain.tld
  Expire-Date: 0
  %no-protection
  %commit
EOF

instead.

nichtmax commented 10 months ago

closed for #1662

foxytocin commented 8 months ago

1725 updates the guide for the latest passbolt version 4.5.2. // tested with Uberspace 7.15.10 and PHP 8.1