Michal Saloň
ZZerops
•Created by josefryzi on 11/18/2024 in #💪・community-support
PHP extensions ext-sodium required
Hi, all I can see in our errors is that your
php bin/console cache:warmup
failed with:
11 replies
ZZerops
•Created by josefryzi on 11/18/2024 in #💪・community-support
PHP extensions ext-sodium required
Yes, and since Symfony demo is, sadly, very simple, it does not need Libsodium.
Try this updated Symfony example
zerops.yml
(see addition of run.prepareCommands
):
11 replies
ZZerops
•Created by josefryzi on 11/18/2024 in #💪・community-support
PHP extensions ext-sodium required
Hi, if you are using alpine os (if you do not have specifiacally
os: ubuntu
you are), you need to have sudo apk add php82-sodium
in your prepareCommands
.
Our PHP has some most used libraries, but not all of them. We do add some more popular/requested libraries, but can't add all of them.
If you are using ubuntu
then you youst need to enable sodium extension.11 replies
ZZerops
•Created by slowhog on 10/16/2024 in #💪・community-support
Java Service Maven Permission Denied
I am not sure why it's failing for him, since in our recipe it's working ok.
https://github.com/zeropsio/recipe-spring/blob/main/zerops.yml
Do you have
build.base
set to java@21
?11 replies
ZZerops
•Created by Dally on 10/8/2024 in #💪・community-support
Object Storage MinIO login
Or you can deploy our simple S3browser in Zerops developed by @Karlos
https://github.com/zeropsio/s3browser
https://github.com/zeropsio/s3browser/blob/main/zerops-project-import.yml
5 replies