Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
services:actualbudget [2024/10/28 15:06] – willy | services:actualbudget [2025/01/31 09:49] (current) – [Reset password] willy | ||
---|---|---|---|
Line 15: | Line 15: | ||
Now, as // | Now, as // | ||
<file - docker-compose.yml> | <file - docker-compose.yml> | ||
+ | version: " | ||
services: | services: | ||
actual_server: | actual_server: | ||
Line 22: | Line 23: | ||
# i.e. http:// | # i.e. http:// | ||
- ' | - ' | ||
- | Configuration | ||
volumes: | volumes: | ||
- ./ | - ./ | ||
- | | + | networks: |
- | | + | |
- actualbudget-net | - actualbudget-net | ||
- | restart: unless-stopped | ||
networks: | networks: | ||
Line 40: | Line 38: | ||
podman compose pull | podman compose pull | ||
</ | </ | ||
+ | |||
+ | |||
+ | ==== Single Sign On ==== | ||
+ | |||
+ | Currently due to a few design flaws (poor design choices?) Actual Budget doesn' | ||
+ | |||
==== Reverse Proxy ==== | ==== Reverse Proxy ==== | ||
Line 84: | Line 88: | ||
rc-update add user-containers.actualbudget default | rc-update add user-containers.actualbudget default | ||
rc-service user-containers.actualbudget start | rc-service user-containers.actualbudget start | ||
+ | </ | ||
+ | |||
+ | |||
+ | ==== Reset password ==== | ||
+ | |||
+ | Actual budget relies on a single password for authentication. If you need to replace it, these are the commands. | ||
+ | |||
+ | You can find your container ID with: | ||
+ | <code bash> | ||
+ | podman ps | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | su - actualbuget | ||
+ | podman ps | ||
+ | </ | ||
+ | |||
+ | Then type: | ||
+ | < | ||
+ | podman exec -it << | ||
</ | </ | ||