Konstantinos Paparas

Results 151 comments of Konstantinos Paparas

Instead of having a custom checking script we can provide instructions on how to do this by using [watchtower](https://github.com/containrrr/watchtower)

It would be even simpler since users will not have to build the new image. We can provide examples on how to update, along with instructions on how to setup...

For this maybe we can create an issue for the advanced part and closes this since the basic functionality is already implemented. What do you think @lukicenturi

@yabirgb maybe we can schedule this for the next release. Along with the app/api implementation we can also add a backup management section in the website where the users can...

Sure let's see what is needed to get this done.

An idea is to use to put snapshots of the frontend balance state (vuex) in a key in the database (maybe frontend settings or a new key) and restore that...

So as per our discussion on discord we should see if there is a way to get the last fetched responses from the backend when the user logs in and...

I was thinking that if we remove the reliance on the big balance query this should speed up things a lot for the dashboard to. So maybe this won't be...

Yes, the problem here is that if you have many accounts and the backend takes a long period of time to respond you see nothing. (because you wait for the...

As we discussed I am re-opening this. The approach for this would be for the backend to keep a cached snapshot of the last known balances. The frontend can request...