Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)FI
Posts
5
Comments
60
Joined
2 yr. ago

  • Yeah see I'm not even sure what the env vars are. I'm running it with docker-compose and the only alterations I've made to anything are to add my IP address to the config file in the trusted domains array. That's definitely where it needs to go because if I take it out then it flops hard.

  • If you've got a spare USB stick laying around then you could install Ventoy on it (https://www.ventoy.net/en/index.html) and run Linux in a live environment. Just (1) install Ventoy on the USB (this will wipe it, btw) (2) download any live Linux ISO (Mint has one of these) and put it on the USB (3) change your BIOS boot order to USB first (4) reboot and select the Linux you want to test drive from the Ventoy menu. (5) When you're done, just shut down, unplug USB and reboot normally.

  • Oh cool. For some bizarre reason iDrive ask you to email them to get the link for the scripts. But you can get them here: https://www.idrive.com/online-backup-linux-download So just download the scripts, install Distrobox, and pull the Debian 12 image. Then enter the Distrobox Debian and navigate to the scripts. Change the permissions (chmod a+x *.pl) and execute the account_settings.pl script. I think I got an error about perl, but I just installed it myself (sudo apt install perl) and carried on. I think I might have had another error at some point but I just ran it again and it all pulled through properly. And now my Distrobox is on my iDrive dashboard and everything works properly. Just remember that if you reboot you might need to go back into the Distrobox and execute account_settings.pl again, but because everything's already installed it will just ask you to login, and that's it - you're back online. Good luck!