{"id":18599358,"url":"https://github.com/cshawaus/up-dashboard","last_synced_at":"2026-02-26T18:14:44.115Z","repository":{"id":38113984,"uuid":"282853633","full_name":"cshawaus/up-dashboard","owner":"cshawaus","description":"A simple project that provides a way to self-manage your own up dashboard.","archived":false,"fork":false,"pushed_at":"2023-01-06T12:51:38.000Z","size":1385,"stargazers_count":4,"open_issues_count":23,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T02:01:36.612Z","etag":null,"topics":["bank","dashboard","inertia","inertiajs","laravel","tailwind","tailwindcss","up","vue"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cshawaus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-27T09:37:14.000Z","updated_at":"2022-02-08T03:09:04.000Z","dependencies_parsed_at":"2023-02-06T03:15:38.602Z","dependency_job_id":null,"html_url":"https://github.com/cshawaus/up-dashboard","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cshawaus%2Fup-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cshawaus%2Fup-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cshawaus%2Fup-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cshawaus%2Fup-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cshawaus","download_url":"https://codeload.github.com/cshawaus/up-dashboard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248271610,"owners_count":21075800,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bank","dashboard","inertia","inertiajs","laravel","tailwind","tailwindcss","up","vue"],"created_at":"2024-11-07T01:38:46.365Z","updated_at":"2026-02-26T18:14:39.070Z","avatar_url":"https://github.com/cshawaus.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"left\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/cshawaus/up-dashboard/master/public/images/up-yeah-logo.jpg?token=AAHWB5VMLLODM5BSMCYBWJK7FFNFI\" width=\"100\"\u003e\u003c/p\u003e\n\n![license][license]\n![php][php]\n![laravel][laravel]\n![production ready][production-ready]\n[![last commit][last-commit]][last-commit-url]\n[![contributors][contributors]][contributors-url]\n[![sonarqube-quality][sonarqube-quality]][sonarqube-quality-url]\n[![sonarqube-vulnerabilities][sonarqube-vulnerabilities]][sonarqube-vulnerabilities-url]\n[![sonarqube-security][sonarqube-security]][sonarqube-security-url]\n\n# up yeah dashboard\nA simple project that provides a way to self-manage your own _up_ dashboard.\n\n## Prerequisites\n- PHP 7.4\n- A web server with bcrypt support\n\n## Installation\nRun the following commands to get everything setup.\n\n```bash\n$ composer install --prefer-dist\n$ yarn\n$ yarn prod\n```\n\n### Development\nThe above commands will build production packages/code, if you prefer a development environment use the below instead.\n\n```bash\n$ composer install\n$ yarn\n$ yarn dev\n```\n\n## Configuration\nEnsure you generate a key using the below command and fill in all the relevant configurations required for your environment in the `.env` file.\n\n```bash\n$ php artisan key:generate\n```\n\n### Migrations\nTo install the database tables run:\n\n```bash\n$ php artisan migrate\n```\n\n## Post-installation\nUpon completing the configuration and navigating to the application in your browser, you will be asked to create an initial user account. I have opted to use authentication on the off chance someone happens to use this in a production environment even though it is not production ready.\n\nYou will also need to setup an API token\n\n## Todo\n- [ ] View transactions for accounts\n- [ ] Dive into a transaction\n- [ ] Customise accounts with different labels, emoji, etc.\n- [ ] Configure webhooks\n- [ ] See the status of webhooks\n- [ ] Web notifications\n- [ ] IFTTT integration\n- [ ] User account management\n\n## The legal bit\nThis dashboard is not endorsed nor offered by Up. It is a personal project and is _not_ security tested, therefore, you will be using this software at your own risk. Terms such as **up** and **up yeah** are trademarks of Up.\n\nCopyright (c) 2020 Chris Shaw.\n\n[license]: https://img.shields.io/github/license/cshawaus/up-dashboard\n[php]: https://img.shields.io/badge/php-%5E7.4-blue\n[laravel]: https://img.shields.io/badge/laravel-7-ff2d20\n[production-ready]: https://img.shields.io/badge/prod%20ready-NO-critical\n\n[sonarqube-quality]: https://sonarcloud.io/api/project_badges/measure?project=cshawaus_up-dashboard\u0026metric=alert_status\n[sonarqube-quality-url]: https://sonarcloud.io/dashboard?id=cshawaus_up-dashboard\n\n[sonarqube-vulnerabilities]: https://sonarcloud.io/api/project_badges/measure?project=cshawaus_up-dashboard\u0026metric=vulnerabilities\n[sonarqube-vulnerabilities-url]: https://sonarcloud.io/dashboard?id=cshawaus_up-dashboard\n\n[sonarqube-security]: https://sonarcloud.io/api/project_badges/measure?project=cshawaus_up-dashboard\u0026metric=security_rating\n[sonarqube-security-url]: https://sonarcloud.io/dashboard?id=cshawaus_up-dashboard\n\n[last-commit]: https://img.shields.io/github/last-commit/cshawaus/up-dashboard\n[last-commit-url]: https://github.com/cshawaus/up-dashboard/commits\n\n[contributors]: https://img.shields.io/github/contributors/cshawaus/up-dashboard.svg\n[contributors-url]: https://github.com/cshawaus/up-dashboard/graphs/contributors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcshawaus%2Fup-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcshawaus%2Fup-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcshawaus%2Fup-dashboard/lists"}