feat [semver.minor]: allow seeding of files with Pods#1462
feat [semver.minor]: allow seeding of files with Pods#1462jeswr wants to merge 2 commits intoCommunitySolidServer:versions/next-majorfrom
Conversation
|
This would be nice to have but I see some issues with the current implementation.
CSS already has a class to copy files into a pod, that is how it fills in a pod when created: the CommunitySolidServer/src/init/ContainerInitializer.ts Lines 61 to 71 in b3da9c9 My suggestion would be to use that generator instead, and instead of setting the permissions through the JSON document require the correct authorization resources to also be in the data folder, similar to how they are in the One issue is that the |
This is in draft status as I need to add tests. I would appreciate feedback on the API for file seeding (documented here) so that I can make any relevant changes before writing the tests.
📁 Related issues
✍️ Description
This PR allows data files to be added to Pods as part of the seeding process
✅ PR check list
Before this pull request can be merged, a core maintainer will check whether