You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PowerShell script allows you to bypass TPM 2.0, unsupported CPU, and memory checks enforced by the Windows 11 Upgrade Assistant and setup.exe from Windows installation media. It eliminates common upgrade blocks such as:
This PC doesn't currently meet Windows 11 system requirements.
TPM 2.0 must be supported and enabled on this PC.
The processor isn't currently supported for Windows 11.
The scripts used for backup and restore data in Firefly III docker containers. Steps are in the .md file.
Usage Instructions:
Backup Script (backup_firefly_docker.sh):
Run the script: ./backup_firefly_docker.sh
Enter the database password when prompted.
The script will create a backup of the database and uploads directory, compress it, and verify its contents. The files will be in the directory of your current path. (The path when you run the script)
The backup file and its checksum will be saved in the firefly_backups directory.
Install Firefly on a Raspberry Pi 3 with Docker, Docker Compose and a self-signed certificate
I'm running a dockerized Firefly III on a Raspberry 3 in my local network. With the help of an additional nginx Container and a self-signed SSL Certificate I was able to set up https.
Maybe somebody will find this guide helpfull, it took me a couple of tries to get it right.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters