teleclimber / Dropserver

An application platform for your personal web services. https://dropserver.org
Apache License 2.0
42 stars 1 forks source link

Need a "pause all" or "maintenance mode" on ds-host #83

Open teleclimber opened 2 years ago

teleclimber commented 2 years ago

Was migrating ds-host and realized that the system was live, meaning my db migration may result in bad data (if somthing tries to change the DB during/after migration).

Need a maintenance mode that stops everything, and possibly in the future a read-only mode for appspaces, which can be a handy mode for individual appspaces as well.

This should be enforced via the sandbox too (appspace dir would be r, not rw). Then the sandbox libs would have a isReadOnly() :bool function.