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:31] – 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 98: | Line 102: | ||
< | < | ||
su - actualbuget | su - actualbuget | ||
- | podman | + | podman |
</ | </ | ||
Then type: | Then type: | ||
< | < | ||
- | node / | + | podman exec -it << |
</ | </ | ||