All Projects â†’ inoda â†’ Ontrack

inoda / Ontrack

Licence: mit
💸 A simple self-hosted budgeting app

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Ontrack

Deploy Your Own Saas
List of "only yours" cloud services for everyday needs 🏴
Stars: ✭ 3,561 (+713.01%)
Mutual labels:  self-hosted
Kibitzr
Personal Web Assistant
Stars: ✭ 358 (-18.26%)
Mutual labels:  self-hosted
Offen
The fair and lightweight alternative to common web analytics tools.
Stars: ✭ 385 (-12.1%)
Mutual labels:  self-hosted
Lms
Lightweight Music Server. Access your self-hosted music using a web interface.
Stars: ✭ 315 (-28.08%)
Mutual labels:  self-hosted
Grouparoo
đŸĻ˜ The Grouparoo Monorepo - open source customer data sync framework
Stars: ✭ 334 (-23.74%)
Mutual labels:  self-hosted
Paste
A sensible, modern pastebin.
Stars: ✭ 367 (-16.21%)
Mutual labels:  self-hosted
Grocy
ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home
Stars: ✭ 3,602 (+722.37%)
Mutual labels:  self-hosted
Docker Ddns
Easy-to-deploy dynamic DNS with Docker, Go and Bind9
Stars: ✭ 392 (-10.5%)
Mutual labels:  self-hosted
Cloudflare Ddns
🎉🌩ī¸ Dynamic DNS (DDNS) service based on Cloudflare! Access your home network remotely via a custom domain name without a static IP!
Stars: ✭ 332 (-24.2%)
Mutual labels:  self-hosted
Onpremise
Sentry, feature-complete and packaged up for low-volume deployments and proofs-of-concept
Stars: ✭ 4,558 (+940.64%)
Mutual labels:  self-hosted
Mediacms
MediaCMS is a modern, fully featured open source video and media CMS, written in Python/Django and React, featuring a REST API.
Stars: ✭ 313 (-28.54%)
Mutual labels:  self-hosted
Terraform Aws Github Runner
Terraform module for scalable GitHub action runners on AWS
Stars: ✭ 326 (-25.57%)
Mutual labels:  self-hosted
Haven
Self-hostable private blogging
Stars: ✭ 373 (-14.84%)
Mutual labels:  self-hosted
Codervault
An Open Source, Self-Hosted, Snippet Manager
Stars: ✭ 315 (-28.08%)
Mutual labels:  self-hosted
Para
Open source back-end server for web, mobile and IoT. The backend for busy developers. (self-hosted or hosted)
Stars: ✭ 389 (-11.19%)
Mutual labels:  self-hosted
Freshlytics
Open source privacy-friendly analytics
Stars: ✭ 303 (-30.82%)
Mutual labels:  self-hosted
Xbackbone
A lightweight file manager with full ShareX, Screencloud support and more
Stars: ✭ 359 (-18.04%)
Mutual labels:  self-hosted
Mealie
Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family. Easily add recipes into your database by providing the url and mealie will automatically import the relevant data or add a family recipe with the UI editor
Stars: ✭ 404 (-7.76%)
Mutual labels:  self-hosted
Gossa
đŸŽļ a fast and simple multimedia fileserver
Stars: ✭ 390 (-10.96%)
Mutual labels:  self-hosted
Swarmlet
A self-hosted, open-source Platform as a Service that enables easy swarm deployments, load balancing, automatic SSL, metrics, analytics and more.
Stars: ✭ 373 (-14.84%)
Mutual labels:  self-hosted

logo

Buy Me A Coffee

About

In a nutshell: a private budgeting tool that can be self-hosted.

This project is an attempt to understand and control my own spending better without giving my banking/financial info to a 3rd party. The app is meant to be used with 1 login, and you can host easily your own instance.

The app was designed by Iana Noda.

Features

Dashboard

The dashboard lets you quickly see how you're doing in the current month. You can set a spend goal per month and/or per category. This is also where you quickly add individual expenses.

dashboard

Insights

The insights page lets you review any year or month in more detail.

insights

History

The history page lets you drill down into actual purchases, as well as do any tweaking (e.g. changing category or deleting).

history

Importing

Although you can't connect banking info, you can still streamline entering expenses. The CSV import lets you flexibly import expenses from bank exports.

import

Fun and mobile friendly

OnTrack has a light and fun voice that makes it a pleasure to use. The entire app is also mobile friendly.

voice

Installation

Creating a user

  • bundle exec rails c to run Rails console
  • User.create!(username: "...", password: "...") The username and password will be hashed.
  • If you ever need to change your username/password: User.first.update!(username: "...", password: "...")

Hosting your own

I'd recommend using Heroku since it's super simple (and free) to deploy a Rails app. Keep it awake with my Heroku Pinger! All you need to do once your instance is deployed is run heroku run bundle exec rails c to open the Rails console and create your user.

Deploy

Usage and feedback

Feel free to use this however you'd like! If you use this, credit would be nice but I don't really care that much. I'm primarily maintaining this for my own use cases. But...if you have features you'd like to see built, or changes that you think should be made, please open issues on this repo and tag me in them! I'd love to improve the tool from your feedback.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].