Alex Iribarren
Alex Iribarren
Yes, but in order to perform the restore from a new system image, I first will have to configure `dietpi.txt` and `dietpi-wifi.txt` correctly so the new RPI can access the...
Yes, I know, I'm not saying it's not possible to restore from a backup, I'm just saying it could be even easier. The necessary changes to `dietpi.txt` could be generated...
The NFS/SMB install could be done as part of a AUTO_SETUP_CUSTOM_SCRIPT_EXEC, that again the backup process could generate automatically. I'm not sure I understand your hesitation on this: we can...
Yes, that's clear. What I'm saying is that the backup process has all the necessary information to automatically generate the configuration files (and custom scripts) that would be needed for...
Yes, I'd store these files as part of the backup itself, that's what I tried to express in the first message. Sorry if I didn't express myself well, but I'm...
Ok, I understand. That is the cleaner approach, I suppose. I was just thinking of ways to implement it with what is already there, `dietpi-software` is already quite a beast.
I confess I haven't tried the `httptools` implementation, I was in a bit of a rush with the deployment of my application and didn't think of testing it. I'll see...
My application was sitting behind an SSO proxy which passed the user's information in headers. This information includes the groups that a user is a member of, which my application...
We could really use this functionality as well. We're currently using ImmutableListView, but we're seeing some performance issues.
> what location engine are you using? I have this issue as well, adding the parameter userTrackingMode makes the map break.