Money Balancer is a super simple web app and PWA which makes it easy to manage debts in a group of people, for example on a group trip. You just enter who paid how much, and it calculates who owes what to whom. Money Balancer is the perfect tool for you! It helps you to keep track of who paid for what and calculates your balance with all of your friends. In this step by step guide I will show you how to installĀ Money BalancerĀ on yourĀ Synology NASĀ using Docker.
Money Balancer v.1.3.0Ā release.
This guide works perfectly with the latestSTEP 1
Please Support My work by Making a Donation.
STEP 2
Install Container Manager via Synology āPackage Centerā. If you run an older DSM version (under 7.2), search for Docker instead of Container Manager.
STEP 3
Go toĀ File StationĀ and open the docker folder. Inside the docker folder, create one new folder and name itĀ mbalancer. Follow the instructions in the image below.
Note: Be careful to enter only lowercase, not uppercase letters.
STEP 4
Go to Control Panel / Task Scheduler / Create / Scheduled Task / User-defined script. Follow the instructions in the image below.
STEP 5
Once you click on User-defined script, a new window will open. Follow the instructions below:
- General: In the Task field type in Install Money Balancer. Uncheck the āEnabledā option. Select rootĀ User.
- Schedule: SelectĀ Run on the following dateĀ then select āDo not repeatā.
- Task Settings: Check āSend run details by emailā, add your email then copy paste the code below in the Run command area. After that, click OK.
docker run -d --name=money-balancer \
-p 5999:8000 \
-e JWT_SECRET=MariushostingMariushostingMari13 \
-v /volume1/docker/mbalancer:/data \
--restart always \
ghcr.io/dorianim/money-balancer
Note: Before you paste the code above in the Run command area below, change the value for JWT_SECRET and add your own JWT SECRET. MariushostingMariushostingMari13 is an example for a JWT SECRET. You should invent your own Value. Add 32Ā random characters, both letters and numbers.
STEP 6
After you click OK on STEP 5 a new warning pop up window will open. Click OK.
After you click OK, type in your DSM Password then click Submit. Follow the instructions in the image below.
STEP 7
After you click Submit on STEP 6, select your āInstall Money Balancerā Task then click the āRunā tab. You will be asked to run Install Money Balancer ā click OK. Follow the instructions in the image below.
STEP 8
Go back toĀ STEP 1Ā or you will deal with karma š
STEP 9
The installation process can take up to a few seconds/minutes. It will depend on your Internet speed connection. Now open your browser andĀ type in http://Synology-ip-address:5999 Click REGISTER. Follow the instructions in the image below.
STEP 10
Add your own credentials. Click Register. Follow the instructions in the image below.
STEP 11
If you like, you can select the Dark Theme. Click + NEW GROUP. Follow the instructions in the image below.
STEP 12
Name the group then click CREATE. Follow the instructions in the image below.
STEP 13
Click on the group you have previously created at STEP 12. Follow the instructions in the image below.
STEP 14
Click + NEW TRANSACTION to add a new Transaction. Follow the instructions in the image below.
STEP 15
Enter the transaction amount, who is using it, and a description for it. Click CREATE. Follow the instructions in the image below.
STEP 16
If you want to invite someone to a transaction, you need a valid HTTPS address. For this, check my guide on How to Run Docker Containers Over HTTPS.
Enjoy Money Balancer!
Note: Can I run Docker on my Synology NAS?Ā See the supported models.
Note: How to Back Up Docker Containers on your Synology NAS.
Note: Find outĀ how to update the Money Balancer container with the latest image.
Note: How to Free Disk Space on Your NAS if You Run Docker.
Note: How to Schedule Start & Stop For Docker Containers.
Note: How to Activate Email Notifications.
Note: How to Add Access Control Profile on Your NAS.
Note: How to Change Docker Containers Restart Policy.
Note: How to Use Docker Containers With VPN.
Note: Convert Docker Run Into Docker Compose.
Note: How to Clean Docker.
Note: How to Clean Docker Automatically.
Note: Best Practices When Using Docker and DDNS.
Note: Some Docker Containers Need WebSocket.
Note: Find out the Best NAS Models For Docker.
Note: Activate Gmail SMTP For Docker Containers.
This post was updated on Saturday / February 24th, 2024 at 8:26 PM