Skip to content

FireflyIII personal finance manager running on Kubernetes in macOS Big Sur

Notifications You must be signed in to change notification settings

creylopez/ffiiimacosk8s

Repository files navigation

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/

About

FireflyIII personal finance manager running on Kubernetes in macOS Big Sur

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages