Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 1.53 KB

readme.md

File metadata and controls

45 lines (26 loc) · 1.53 KB

Firefly III k8s on macOS Big Sur

Files needed to run Firefly III in Kubernetes (minikube) on macOS BigSur

Minikube

Please, refer to minikube web page for instructions on how to get minikube running on macOS

https://minikube.sigs.k8s.io/docs/start/

Backup automation

To automate database backups the following file (crey is me, feel free to change it)

com.crey.fireflyiibackup.plist

needs to be added to

$HOME/Library/LaunchAgents

and then load it with

launchctl load com.crey.fireflyiibackup.plist 

Usually, it should start automatically on system reboot. <== I need to work more on this. It does not work at system reboot.

Log files for this script are in /tmp/fireflyiii.err and /tmp/fireflyiii.out

interval is set in seconds in StartInterval.

copyDB.sh sends a notification via mail. You should configure your postfix accordingly. I used this:

https://www.developerfiles.com/how-to-send-emails-from-localhost-mac-os-x-el-capitan/