Open artur-sannikov opened 1 month ago
hi @artur-sannikov.
Would you mind creating a writeup somewhere on this, like medium.com or even just a readme.md file in a git-repository.
When you have this in place we will be happy to link to it from https://actualbudget.org/docs/install/#additional-installation-options
Someone did this for Google Platform already last week, so it can be used for inspiration - https://github.com/eatonc/actual-gcp
Verified feature request does not already exist?
💻
Pitch: what problem are you trying to solve?
There is no documentation on how to run Actual Budget with Podman.
Describe your ideal solution to this problem
I'm using Podman Quadlets to run my containers. Here is an example for Actual Budget.
Create file named
actual-budget.container
~/.config/containers/systemd
systemctl --user daemon-reload
systemctl --user start actual-budget.service
If you have SELinux, the volume should be labeled with either
Z
orz
flag (read more under "Labeling Volume Mounts" in docs.I can open a PR and add more details if that's useful.
Teaching and learning
No response