Files
cloudron-box/dashboard
Girish Ramakrishnan 2ca94f3159 user: remove make local feature
we discussed a bit on what this does and it's confusing as it stands:

* Use case of this is lost in the realms of time
* Possible guess by is that it was to move users of different Cloudron to a central cloudron
* Currently, the design is a bit flawed because the make user local button doesn’t pin the user. The state is lost in next synchronization.
* Maybe, one should use export/import user for this use case
* Let’s disable this button for now, feature is not complete.
2024-01-13 11:02:25 +01:00
..
2024-01-13 11:02:25 +01:00
2023-07-18 18:55:44 +02:00

Cloudron Dashboard

This is the front end code of Cloudron. The backend code is here.

Developing

  • npm install
  • gulp develop --api-origin=https://my.example.com

License

Please note that the Cloudron code is under a source-available license. This is not the same as an open source license but ensures the code is available for inspection (and hacking!).

Contributions

Just to give a heads-up, we are a bit restrictive in merging changes. We are a small team and would like to keep our maintenance burden low. It might be best to first discuss features in the forum, which also helps to determine how many other people will use it to justify maintenance for a feature.