All files can remain root, except for:
./storage (recursively)
./assets (recursively)
Those two are the bare minimum for Flarum to work I think. In order to make Bazaar work you also need:
./
./composer.json
./composer.lock
./vendor (recursively)
You can change ownership like so,
If you still run into issues consider allowing more actions on the directory, I recommend using:
chmod -R 0755 assets storage