December 16, 20205 yr Overview: Support for Docker image OpenBudgeteer Github: https://github.com/TheAxelander/OpenBudgeteer Docker Hub: https://hub.docker.com/r/axelander/openbudgeteer Edited January 4, 20224 yr by Axelander
January 3, 20224 yr Thanks for this. I like it much better because of its simplicity than FireflyIII.
February 15, 20224 yr The default port in the template (6000) isn't liked by Chrome. It says "unsafe port" - changing it to 6100 like in the GitHub/DockerHub documentation works fine. I'd suggest updating the template.
March 1, 20224 yr Hello, when starting the docker it stops with the following error: I have not tried to use my maria DB but does anyone know what I could try to fix this problem with sqlite? Thanks for your help
March 1, 20224 yr Author Can you please share your overall settings, maybe then I can see what might be the root cause...
March 1, 20224 yr Author You also need to map the Sqlite Path to some folder as you would lose all you data after every container restart. Once this path is mapped it should work normally. Unfortunately I have no Unraid system any longer to test this. What you could do is to send me the docker run command so I can reproduce it in my environment.
March 1, 20224 yr Thanks for your help. I have read that but it seems that the information was not processed by my brain 🙄
October 24, 20223 yr Hi, install went fine as per GitHub instructions, seems to run, but I can't get the webui to open. I've tried reinstalling, but past that point I'll admit I'm a complete novice and have no idea what I need to do in way of troubleshooting. Attached everything I think you should need, but please let me know if you'll need anything else. Thanks in advance for any help you can offer. unraid-ob-e2 - Copy.pdf
October 24, 20223 yr Author Hi, just to be sure, the DB User and the DB itself are availabe on the MySql Sever with the IP 192.168.178.100 ? Because I can't see a running MySql Server in your screenshot of running Docker Container
October 24, 20223 yr 1 hour ago, Axelander said: Hi, just to be sure, the DB User and the DB itself are availabe on the MySql Sever with the IP 192.168.178.100 ? Because I can't see a running MySql Server in your screenshot of running Docker Container Hahaha yep! That'd do it. Please see previous noob comment. It's working now. Thanks! I'm really excited to try it out.
November 6, 20223 yr @Axelander This is probably a stupid question but what should I include after the "@" when making the database username? I've made several attempts but Openbudgeteer refuses to start and the logs say that access is denied for the db username I've created. I appreciate your help!
November 7, 20223 yr 2 hours ago, rockbox948 said: @Axelander This is probably a stupid question but what should I include after the "@" when making the database username? I've made several attempts but Openbudgeteer refuses to start and the logs say that access is denied for the db username I've created. I appreciate your help! Figured it out. Using localhost did not work on my system. I had to attached the username to the IP address listed in the logs.
December 4, 20223 yr I've been running this for a while, and it's great, thanks for your work! I ran the most recent update and now it won't load. The logs just keep saying `waiting for database.` The database connection is valid, I can connect with the same creds through dbeaver and all the tables are still there with data. I tried swapping out to the sqlite config, and it fails to load as well. Any ideas?
December 4, 20223 yr Author Thanks a lot for the feedback. With the latest update there is a breaking change in the Docker Config. The updated config details can be found in the README. When I read your post I immediately noticed that I totally forgot to update the Unraid template. I will do this right now.
December 4, 20223 yr Author I have updated the template, so it should work now. If I remember correctly it takes some time that it's synchronized to Community Applications. Alternatively you can update the XML manually: https://raw.githubusercontent.com/TheAxelander/unraid_ca/master/OpenBudgeteer.xml
June 9, 20233 yr I am having an issue where I cannot start OpenBudgeteer. I have it setup for mysql using MariaDB for mysql and every time I go to start OpenBudgeteer it immediately opens and closes so fast I cannot open the logs to see what is going on. The other weird part is that Unraid does not show and error when setting up the container and clicking done or when starting the container. Not sure what's happening. Any thought? Edited June 9, 20233 yr by SnugglyDino
June 9, 20233 yr Author Sounds like the connection to the database doesn't work. If you click on the Icon on Unraid Docker Page you get menu where you can access the Logs. Alternatively you can find the docker logs using Unraid Terminal and navigate to folder "/var/lib/docker/containers/<Your Container Id>/<Your Container Id>-json.log". Container Id will be shown in Advanced View on Unraid Docker Page. Feel free to share the log and/or your config in case you still can't resolve it. Edited June 9, 20233 yr by Axelander
June 26, 20233 yr On 6/9/2023 at 3:04 AM, Axelander said: Sounds like the connection to the database doesn't work. If you click on the Icon on Unraid Docker Page you get menu where you can access the Logs. Alternatively you can find the docker logs using Unraid Terminal and navigate to folder "/var/lib/docker/containers/<Your Container Id>/<Your Container Id>-json.log". Container Id will be shown in Advanced View on Unraid Docker Page. Feel free to share the log and/or your config in case you still can't resolve it. So it looks like the issue was the fact I was using both Root password and regular password. Looks once I deleted the root password it worked perfectly. But you were exactly right. It was not connecting to the database. The only reason I know that though is cause I was looking at the logs for my MariaDB container. OpenBudgeteer was never fully opening so it was not generating any logs. Edited June 26, 20233 yr by SnugglyDino
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.