fix: App Store 500 Error
All checks were successful
/ continuous-deploy (push) Successful in 22s

This commit is contained in:
Márcio Fernandes
2026-03-24 21:27:07 +00:00
parent c5c9687fc7
commit 711d209925
2 changed files with 37 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
image:
repository: nextcloud
flavor: apache
tag:
tag: "latest"
pullPolicy: Always
replicaCount: 1
@@ -84,7 +84,14 @@ resources:
cronjob:
enabled: true
# openssl.cafile = /etc/ssl/certs/ca-certificates.crt
#openssl.capath = /etc/ssl/certs
nextcloud:
phpConfigs:
php.ini: |-
memory_limit = 512M
extraVolumes:
- name: mf-documents
persistentVolumeClaim:
@@ -131,6 +138,12 @@ nextcloud:
- name: it-storage
mountPath: /var/www/html/data/marcio.fernandes/files/NeirdStorage
configs:
# appstore.override.config.php: |-
# <?php
# $CONFIG = array (
# 'appstoreenabled' => true,
# 'appstoreurl' => 'https://apps.nextcloud.com/api/v1',
# );
https.config.php: |-
<?php
$CONFIG = array (