mirror of
https://github.com/actualbudget/actual.git
synced 2026-06-11 03:40:11 -05:00
[GH-ISSUE #4] Docker Image? #97472
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @quaintdev on GitHub (Apr 29, 2022).
Original GitHub issue: https://github.com/actualbudget/actual/issues/4
First issue!
Thank you for making this open source! I have not used it yet but the application looks fantastic.
I was hoping to host this on my Raspberry Pi the way I host half a dozen other services but looking at repository it seems docker image for actual is currently not present. It would be good to have docker image for this so that anyone can quickly spin this up and take this for a quick drive. I can build image for ARM but I need the initial docker support.
Thanks again for sharing this with the community.
@chrishoage commented on GitHub (Apr 29, 2022):
There is a Dockerfile here https://github.com/actualbudget/actual-server/blob/master/Dockerfile
With a little effort it can be modified to run on ARM (since it appears that this is just a node.js project)
@jlongster commented on GitHub (Apr 29, 2022):
Yes, the
actual-serverproject is the one that actually has a server