- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
518 B
518 B
| id | type | title | tags | importance | confidence | created | updated | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 66d9f90d-6b83-4407-b210-39b4c78328e9 | solution | New compendium packs need 777 permissions |
|
0.7 | 0.8 | 2025-12-17T07:00:32.320847+00:00 | 2025-12-17T07:00:32.320847+00:00 |
When creating new compendium packs for Foundry VTT, the fvtt CLI creates directories with 755 permissions. Docker container needs 777 for LevelDB write access. Fix: chmod 777 packs/newpack after running npm run build:pack:newpack