Is there any update here? We'd like to deploy it to our Cloudron instance
pepicrft
Posts
-
Logchimp: Build better products with customer feedback -
paperless-ngx e-mail inbox supportI must be doing something wrong. I created the inbox on Cloudron, and when I try to configure int on Paperless-ngx it fails to connect to the server:
-
`exec format error` when running a Docker image for WritefreelyHi,
I'm forked Writefreely to add aCloudronManifest.json
file and adjusted theDockerfile
to install it in my Cloudron instance. The Docker image builds successfully but when Cloudron tries to run it, I get the following error when it runsbox:shell reload spawn: /usr/bin/sudo -S /home/yellowtent/box/src/scripts/restartservice.sh nginx
:standard_init_linux.go:228: exec user process caused: exec format error
I did a bit of search on the internet and it turns out the
restartservice.sh
might be missing the shebang and therefore the OS doesn't know how to execute the script. I replaced the Alpine image with Ubuntu's and the issue persists so I'm not quite sure what I can install/configure in the OS for that script to run successfully. Any ideas?Thanks in advance,
Pedro