Update Nextcloud configuration and dependencies

This commit is contained in:
2024-10-06 01:45:58 +02:00
parent 90852bb9a6
commit cae03aa746
6 changed files with 69 additions and 10 deletions
Executable
+3
View File
@@ -0,0 +1,3 @@
#!/bin/bash
POD_NAME=$(kubectl get pods -n nextcloud -l app=nextcloud -o jsonpath="{.items[0].metadata.name}")
kubectl -n nextcloud exec -it $POD_NAME -- /bin/su -s /bin/bash www-data -c "/var/www/html/occ $*"