Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Application specified OS.js instances #735

Closed
leopck opened this issue Apr 7, 2020 · 1 comment
Closed

Application specified OS.js instances #735

leopck opened this issue Apr 7, 2020 · 1 comment

Comments

@leopck
Copy link

leopck commented Apr 7, 2020

Right now, it seems that every user has a shared OS.js from a single node.js server.

Meaning, if you installed app1 inside the node.js server, it'll reflect to all users on OS.js and if each users keeps installing applications this would reflect to other users as well.

I was thinking that having an OS that only retains for a particular user or a user specific configuration of a OS would be great for a "roaming OS".

tl;dr
So every user that installs an application wouldn't affect other users, and each time the user login back in, all the applications that was pre-installed will be loaded back once more.

@andersevenrud
Copy link
Member

Yes, at the moment in v3 there's only global package support that's entirely relying on the server hosting the solution.

I have started on integration of per-user applications that loads packages from the internal VFS, meaning that the user can install packages to any arbitrary location (even remote).

I've created a new issue for this here: os-js/osjs-client#106 (as well as linked any related issues).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants