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

Bumps [webpack](https://github.com/webpack/webpack) from 5.28.0 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @​Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @​lvivski...

dependencies
javascript

Wanted to deploy this app in my K8s cluster and came across the same issues as https://github.com/inoda/ontrack/issues/102 https://github.com/inoda/ontrack/issues/74 My pull request resolve these issues.

## System specifications: **OS:** Ubuntu 22.04 **Architecture:** x64 **ontrack Version:** Latest commit on master, currently f7b11a3 ## Summary: Simply running `docker-compose up` in the cloned repository directory fails with the...

Please review first this PR https://github.com/inoda/ontrack/pull/97 The users table gets two new columns: locale and currency. The server sets locale and currency cookies on sign in. The code can be...

https://github.com/mzygadlo/ontrack/actions/runs/4155836610

Steps to replicate error: sudo git clone https://github.com/inoda/ontrack.git cd ontrack sudo docker-compose up -d create user as specified in readme then go to the webpage and login. Firefox console shows...

Would it be possible to convert this project into a Docker image? Thanks for your reply.

Hi all, I was having a look at the project as it looks quite interesting. Congratulations on your initiative and thanks for making it accessible to others! When trying to...

1. Cloned the repository (main branch) 2. Enter the project (cd ontrack) 3. docker-compose up -d ```shell => ERROR [app 4/4] RUN apk add --no-cache build-base postgresql-dev yarn && yarn...