Adding Volumes: hostPath does not exist
Solved
Support
-
Server log:
POST /api/v1/volumes 400 Bad Request hostPath does not exist. Please create it on the server first 6.257 ms - 107
However, the path exists, is chown'ed to yellowtent and has permissions 777.
It's a filesystem - a secondary data drive (SSD HDD)
-
-
Ah, I guess the error message could be more descriptive. Currently there is a hard-coded allowlist of paths on the filessystem to be used as volumes, to avoid accidents where someone might add system folders. The list is at https://git.cloudron.io/cloudron/box/-/blob/master/src/volumes.js#L57
-