cozy-labs / cozy-light

Personal Server Made Easy
http://cozy-labs.github.io/cozy-light/
GNU Affero General Public License v3.0
104 stars 13 forks source link

Multiple users? #74

Closed runvnc closed 9 years ago

runvnc commented 9 years ago

Hello, is it possible to have multiple users, or is this planned? For example if one house were sharing a personal server, maybe one of the people would need some setting or something different from the other (like a different name or email).

Or is that something that is handled individually by each app?

frankrousseau commented 9 years ago

In fact you can start two Cozy Light. One for each user. For that you have two options :

And whatever way you chose, you will have to change the port via an option too.

Example:

cozy-light start -p 19504 -h /home/unixuser/user-2
maboiteaspam commented 9 years ago

is database consuming a port number that would be a conflict that admin can t fix.

runvnc commented 9 years ago

Thanks.