ontrack icon indicating copy to clipboard operation
ontrack copied to clipboard

:money_with_wings: A simple self-hosted budgeting app

Results 29 ontrack issues
Sort by recently updated
recently updated
newest added

Hey, can you just email me at [email protected] and I'll give you the details. Thanks

Running the latest Docker build (built from cloned repo) After starting container and signing in, the dashboard appears blank. Nothing I do seems to get the issue sorted.... I would...

help wanted
docker

After building and starting db and the app container, creating user and logging in, the next page only has the top menu, while the docker console shows this: ``` ontrack...

help wanted
docker

Hi, i have this error woth docker-compose Creating ontrack-db ... done Creating ontrack ... error ERROR: for ontrack Cannot start service app: OCI runtime create failed: container_linux.go:346: starting container process...

help wanted
docker

the file `https://github.com/inoda/ontrack/blob/master/docs/ubuntu_install.md` can use some updating. Specifically during the step install bundler + dependencies, I am able to execute the step `gem install bundler` but `bundle install` fails. ```...

documentation
help wanted

// https://github.com/inoda/ontrack/blob/master/docs/homebrew_install.md Hey! Thank you for creating this app! I'm curious to give it a try. Especially since I'm a Ruby on Rails (and React) developer, so I could build...

documentation
help wanted

The only large thing we are missing in this tool for it to be a hit in our household (forwarding this request from my GF) is if it could carryover...

enhancement
help wanted

Hi! Surprisingly awesome tool. I have one minor suggestion. I think the category colors in the Spend By Category section should be the default category colors (instead of the current...

enhancement
help wanted

Hi @inoda I added configurations to run the server in production mode behind a proxy with docker as discussed in my previous PR.

Good job on writing password encrypting algorithm that's compatible with default devise's encrypting algorithm! I've added devise because I'm always afraid to write my own authentication. Devise is battle tested...