Nathan Fretz
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
12 additions and
8 deletions
-
maybe/docker-compose.yml
-
maybe/umbrel-app.yml
|
|
@ -7,7 +7,7 @@ services: |
|
|
|
APP_PORT: 3063 |
|
|
|
|
|
|
|
web: |
|
|
|
image: ghcr.io/maybe-finance/maybe:0.1.0-alpha.16@sha256:d8db0b5c277140f19bc4fc5208295e0db0d9ba3f951dd02c8aad5addf8f0ef5b |
|
|
|
image: ghcr.io/maybe-finance/maybe:0.1.0-alpha.17@sha256:29898491a708310771ac5a3733d4ed54ff54a596059d3d8ed8ebd64ed2ec77ef |
|
|
|
restart: on-failure |
|
|
|
stop_grace_period: 1m |
|
|
|
volumes: |
|
|
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1.1 |
|
|
|
id: maybe |
|
|
|
category: finance |
|
|
|
name: Maybe |
|
|
|
version: 'v0.1.0-alpha.16' |
|
|
|
version: 'v0.1.0-alpha.17' |
|
|
|
tagline: The OS for your personal finances |
|
|
|
description: >- |
|
|
|
Maybe is a fully (your finances are secure) open-source OS for your personal finances built by |
|
|
@ -22,12 +22,16 @@ description: >- |
|
|
|
|
|
|
|
2. Add your Synth API key to the .env file at ~/umbrel/app-data/maybe/.env |
|
|
|
releaseNotes: >- |
|
|
|
This update introduces a "self resolution" issue tracking system and improvements to property and vehicle accounts: |
|
|
|
|
|
|
|
- Users can now input details for their property and vehicle accounts |
|
|
|
- In the future, Maybe will support data providers for automatic valuation of properties and vehicles |
|
|
|
- Estimated market values will be added periodically as "Valuations" in the value tab of each account |
|
|
|
- Account balance history graphs will reflect these valuations |
|
|
|
This update introduces several improvements and new features: |
|
|
|
|
|
|
|
- Self-hosted instances can now block new user registrations |
|
|
|
- UI improvements and bug fixes |
|
|
|
- Ability to create deposit entries in investment portfolios |
|
|
|
- Fixed account sync issues |
|
|
|
- Improved transaction management and display |
|
|
|
- Added feedback page |
|
|
|
- Support for multi-currency transfers |
|
|
|
- Allow partial investment quantities |
|
|
|
|
|
|
|
|
|
|
|
Full release notes are found at https://github.com/maybe-finance/maybe/releases. |
|
|
|