User Tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
services:actualbudget [2024/10/28 15:31] willyservices:actualbudget [2025/01/31 09:49] (current) – [Reset password] willy
Line 15: Line 15:
 Now, as //actualbudget// user, create the following docker compose file: Now, as //actualbudget// user, create the following docker compose file:
 <file - docker-compose.yml> <file - docker-compose.yml>
 +version: "3.7"
 services: services:
   actual_server:   actual_server:
Line 22: Line 23:
       # i.e. http://localhost:5006. You can change the first number to change the port, if you want.       # i.e. http://localhost:5006. You can change the first number to change the port, if you want.
       - '5106:5006'       - '5106:5006'
-Configuration 
     volumes:     volumes:
       - ./data/budget-data:/data       - ./data/budget-data:/data
-    restart: unless-stopped +    networks:
-        networks:+
       - actualbudget-net       - actualbudget-net
-    restart: unless-stopped 
  
 networks: networks:
Line 40: Line 38:
 podman compose pull podman compose pull
 </code> </code>
 +
 +
 +==== Single Sign On ====
 +
 +Currently due to a few design flaws (poor design choices?) Actual Budget doesn't reliably run with authelia SSO. It doesn't even support multi-user at this time, just a single fixed password. Things seems to be improving, will update this info when i will be able to.
 +
  
 ==== Reverse Proxy ==== ==== Reverse Proxy ====
Line 98: Line 102:
 <code> <code>
 su - actualbuget su - actualbuget
-podman exec -it <<container-id>> /bin/sh+podman ps
 </code> </code>
  
 Then type: Then type:
 <code> <code>
-node /app/src/scripts/reset-password.js+podman exec -it <<container-id>> node /app/src/scripts/reset-password.js
 </code> </code>
  
  

This website uses technical cookies only. No information is shared with anybody or used in any way but provide the website in your browser.

More information