Apr 4, 2018, 7:35 AM
I have my own working Dockerfile using the Cloudron base image here. I just need to resolve permissions issues when I attempt to do cloudron build
at this point.
I have my own working Dockerfile using the Cloudron base image here. I just need to resolve permissions issues when I attempt to do cloudron build
at this point.
Hi Everyone,
So, I'm having my hand in creating a package for Shiori in Cloudron.
I have already successfully created a Docker image that installs and serves the application without any outside configuration necessary, but I run into an issue when I attempt to do the cloudron build
step after creating my Manifest:
> cloudron build
Building io.cloudron.shiori@1.0.0
ERROR Failed to build app: {
"status": "Forbidden",
"message": "dev group permissions required"
} [ /usr/local/lib/node_modules/cloudron/src/helper.js:65:29 ]
Are there any credentials that I need, or are there any application permissions that I overlooked in the packaging documentation?
Thanks in advance. I'm really loving the project and service so far. It's going to be even better once I'm able to run custom packages.
Enrique