LXC container in Proxmox - Configure location of assets/ directory? #1982
-
|
I've got Karakeep running in an LXC on proxmox. The assets are saved in /opt/karakeep_data/assets. Can I migrate the assets directory (which is the largest in this container) to an external storage (large SSD on my proxmox server) that is mounted on the Karakeep container? I've got the "new" assets directory mounted -- where can I configure the assets directory? I have tried creating a symlink from the mounted assets directory to the current assets directory, but hit an error due to too many layers of indirection. Any suggestions? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hey there, if you used the helper scripts, karakeep's env variables are stored in |
Beta Was this translation helpful? Give feedback.
Hey there, if you used the helper scripts, karakeep's env variables are stored in
/etc/karakeep/karakeep.env. You can change the assets dir by addingASSETS_DIR=/the/new/dirand restarting karakeep.