Nico
Nico
In the CLI debug command, add an option showing the space left on devices
As a user, I want an easy way to backup and restore my full tipi instance. Detailed solution described [here](https://github.com/runtipi/runtipi/discussions/768)
In order to provide users a seamless experience when updating major versions of their apps, we need a way to run scripts on certain events (beforeUpdate, afterUpdate, etc...) this way...
As a developer I use the database client in multiple packages, dashboard, worker. In order to not have multiple implementations of the client we need to isolate it in it's...
Currently, the app logs are only showing when the app is stopping. We should show it as well when stopping / restarting.
As a user, I don't want my log files to fill up my disk over time. The file should be capped at 5 Mb
As a user, I want to always have the latest translations available and not wait for a new release before getting it. We can fetch translations at a fixed interval...
We have currently a mix of both native `fs` and `fs-extra` usage creating confusion amongst packages and test mocks. We want to remove `fs-extra` and re-enable skipped tests. Or inversely...