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
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
# actual-budget.container
[Container]
Image=docker.io/actualbudget/actual-server:latest
PublishPort=5006:5006
Volume=./actual-data:/data
# Uncomment if you want updates with `podman auto-update`
AutoUpdate=registry
# Hardening
NoNewPrivileges=true
# If not used, can be commented out
Environment=ACTUAL_HTTPS_KEY=/data/selfhost.key
Environment=ACTUAL_HTTPS_CERT=/data/selfhost.crt
Environment=ACTUAL_PORT=5006
Environment=ACTUAL_UPLOAD_FILE_SYNC_SIZE_LIMIT_MB=20 Environment=ACTUAL_UPLOAD_SYNC_ENCRYPTED_FILE_SYNC_SIZE_LIMIT_MB=50
Environment=ACTUAL_UPLOAD_FILE_SIZE_LIMIT_MB=20
[Service]
Restart=always
[Install]
WantedBy=default.target
Place this file in ~/.config/containers/systemd
Run systemctl --user daemon-reload
Run systemctl --user start actual-budget.service
If you have SELinux, the volume should be labeled with either Z or z 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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: