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

should be able to disable app #21

Closed maboiteaspam closed 9 years ago

maboiteaspam commented 10 years ago

Hi,

now it s not possible to disable an app, instead it s possible to install / uninstall an app.

The drawback is that the underlying install process involves npm i, which can and does trigger compilation of various node-gyp based modules. Quiet slow actually.

So configuration for each app could have a flag to enable/disable app, then being able to switch it to load/unload an app.

frankrousseau commented 10 years ago

Yep, good idea.