2 separate users in Trilium Next #1642
-
I've had Trilium installed as a server for a couple of years, and now my wife wants to use it too because she thinks it's cool.
And this the one i try for my girlfriend:
Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
the stuff ChatGPT was proposing seems to be just hallucinations unfortunately... it looks like we are talking about the "baremetal" server installation here (i.e. without Docker). In that case you should be able to achieve what you want by starting two instances, and supplying each with a different port and data dir. You can use the following env variables for that: e.g. instance A:
e.g. instance B:
you can then use each instance, by browsing to the different port number, e.g. http://your-domain.com:8080 for instance A and http://your-domain.com:8081 for instance B |
Beta Was this translation helpful? Give feedback.
the stuff ChatGPT was proposing seems to be just hallucinations unfortunately...
it looks like we are talking about the "baremetal" server installation here (i.e. without Docker).
In that case you should be able to achieve what you want by starting two instances, and supplying each with a different port and data dir.
You can use the following env variables for that:
e.g. instance A:
e.g. instance B:
you can then use each instance, by browsing to the different port number, e.g. http://your-domain.com:8080 f…