27 lines
865 B
Markdown
27 lines
865 B
Markdown
# Actual Budget creation and running
|
|
|
|
Actual budget can be ran from within openmediavault using the docker service
|
|
|
|
## Pre-requirements
|
|
|
|
- omv-extras
|
|
- omv-compose
|
|
- docker config set up
|
|
|
|
## Running
|
|
|
|
Navigate to Services -> Files, click plus icon and Add.
|
|
Give the compose file a name and paste the docker-compose.yml content into the File box, and Save
|
|
Select the Actual Budget file and select UP, this will start the docker container for Actual
|
|
|
|
To view the logs of the container, click the Cog icon - Logs/Follow Logs
|
|
|
|
Once loaded, actual will be available from `http://192.168.1.xxx:5006`
|
|
|
|
## Common issues
|
|
|
|
On accessing Actual for the first time you may encounter this error:
|
|
```
|
|
actual requires access to sharedarraybuffer in order to function properly
|
|
```
|
|
Click on Advanced Options and 'Accept Risk' or set up HTTPS https://actualbudget.org/docs/config/https |