-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't start docker setup even with minmal configuration #124
Comments
Hey there! Thanks for trying it out. This looks like it might be the bug that made it crash on empty collections in 0.16. I released 0.17 today that should have a fix for it, could you try that? |
should I do something special to strat indexing? Not crashing anymore but empty collections |
Try clicking on the collection and pressing Rescan. If it doesn't work, please paste the logs, they might reveal something 🤔 |
Nothing
|
Hmm, interesting. What if you do something like this, does it print any files? docker compose run --rm --entrypoint sh photofield -c 'tree /photo/inbox/' |
or |
Ah! Maybe it's because the extension is filtered out by default? Try overriding extensions in your config to include .mts, here are the defaults: Line 122 in 75cfa60
It doesn't transcode video yet, so if your browser doesn't support mts natively, it won't play though |
There is 3 folders added. There is a lot of different types. I've made screen just for demonstration that folders is visible for container. Should I add extensions to "my minimal config"? |
Ok i've took the bigger config as example – defaults with my folders |
Ok works now with default config. Thx ) |
Great to hear! What ended up being the issue? Perhaps the setup could be improved to avoid it in the future :) |
update the docs about this extensions list There is "minimal config example" with just folders but as result it is not enough. As I understand at least extensions list needed, maybe something else. |
Describe the bug
Trying to setup server but something going wrong
To Reproduce
I'm not sure because it is first setup
There is remote folders connected by NFS
Nothing special except that
Config:
Compose.yml
Expected behavior
It runs :)
Additional context
It is an LXC inside Proxmox, mybe there is different FS acces or whatever. But any other apps runs well the same way
The text was updated successfully, but these errors were encountered: