How do you specify the attachments/storage path when running without Docker? #301
Unanswered
danielrosehill
asked this question in
Q&A
Replies: 1 comment 1 reply
-
The storage of attachments is always going to be I need to get home on to my personal computer before I can check how the database itself stores the path, I believe it should be as |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm moving my Homebox installation over from a VM to an LXC and hoping to run it without docker.
My base structure is like this:
It seems like
/documents
is the only folder that's populated and it's filled with all my attachments and images.I tried the following launch commands
homebox --web-port 3100 --storage-data /root/homebox/.data/attachments
While it worked to pick up the SQLite DB, the attachments aren't being recognised/detected.
Any help much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions