How to run a client instance without server side ? #6687
-
Hello all, We have a option to run a trilium client without a server install in another or same pc, and change backup and db folder ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello. You can use the Trilium desktop application without a server without issue. The backup dir can also be changed via the |
Beta Was this translation helpful? Give feedback.
Hello.
You can use the Trilium desktop application without a server without issue.
The database folder can be changed via the
TRILIUM_DATA_DIR
environment variable or you can simply run thetrilium-portable.sh
(or.bat
if on Windows) to store the data in the same path as the application.The backup dir can also be changed via the
TRILIUM_BACKUP_DIR
environment variable (by default it will go to a subdirectory of the data dir).