-
Steps to reproduce
Expected behaviornextcloud-aio-mastercontainer | You've set NEXTCLOUD_TRUSTED_CACERTS_DIR but not to an allowed value. Actual behaviorSomething add additional space at the end of variable and nextcloud didn't start. Other informationHost OSOutput of
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
I don't see an issue, the log says it should start with a / but not end with a /. But your env does end with a / |
Beta Was this translation helpful? Give feedback.
-
|
Hi, take a look to environment variables in inspect section and you will see that there is no space after last slash, but in log (last row) you see additional space after last slash |
Beta Was this translation helpful? Give feedback.
-
|
Hi,
Based on thr above you should be able to make it work with |
Beta Was this translation helpful? Give feedback.
-
|
Yes it should but doesn’t work. Nextcloud wrote in log: |
Beta Was this translation helpful? Give feedback.
Hi, have you tried to set the variabke to
NEXTCLOUD_TRUSTED_CACERTS_DIR=/srv/nextcloud/trusted_caas mentioend above?