Alexandre
Alexandre
Mmh that's strange what is the error code? And the exact content of the file including header? Thanks! I wonder if the code is running before occ is started... If...
Hi, sorry I wrote that code from my couch without testing it :-) Here is a code tested as working : ``` #!/usr/bin/with-contenv bashio # shellcheck shell=bash ################# # CODE...
Hi, relevant PR upstream that should fix it : https://github.com/nextcloud/server/pull/44939
> There seems to be also fix by changing proxy configuration: > > [nextcloud/server#44685 (comment)](https://github.com/nextcloud/server/issues/44685#issuecomment-2067691673) thanks ! I'm using the linuxserver's upstream proxy configuration so it's not really easy to...
isn't the upstream app compiled which would prevent this ? If I do `find / -name apps.js` in portainer from the Nextcloud container I don't find any hits.
well the file for sure isn't there ;-) but given that you seen quite knowledgeable I guess you have already applied it to your own system using terminal or portainer...
I don't understand - the linuxserver Dockerfile does not uses the nextcloud server git tree but the release file https://download.nextcloud.com/server/releases/nextcloud-28.0.5.tar.bz2. When I download and extract the file, there is no...
I'll try to use this file on my instance at boot to check if it works
Thanks ! Indeed as you see I don't know js much ;-) I've a system to inject scripts at boot (https://github.com/alexbelgium/hassio-addons/wiki/Add%E2%80%90ons-feature-:-customisation) ; I'm currently trying it by adding the following...
Hi, not sure how to be able to help you... Btw the addon will continue to be updated and will continue working, the deprecation notice is more because I truly...