Closed OneCDOnly closed 6 months ago
Some progress: I set $HOME_DIR before starting it and now it's writing it's config there. I'll keep testing.
Hmm, it's duplicating the same tree structure it created in $HOME.
Some progress: I set $HOME_DIR before starting it and now it's writing it's config there. I'll keep testing.
Hmm, it's duplicating the same tree structure it created in $HOME.
$HOME_DIR is the way to do it at this point in time
Thanks @Josh5, that's working fine.
Cheers! 🤓
Hi guys,
Just trying to work out if there's a way to specify a config path when launching the unmanic daemon.
The only information I've found so-far is:
I've installed it from PyPI, and it is writing its settings into
$HOME/.unmanic
.I'm building a NAS package for this, and in this particular NAS,
$HOME
can't be used by any applications.Any suggestions?
Thank you for this great project. 🤓