Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions invio/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
services:

app_proxy:
Expand All @@ -7,7 +7,7 @@
PROXY_AUTH_ADD: "false"

backend:
image: ghcr.io/kittendevv/invio-backend:v1.11.1@sha256:639dfe7926ea4ae48a058a2a01d62c1ad1c9b173a4eaee9931e09ba910f719cc
image: ghcr.io/kittendevv/invio-backend:v1.12.1@sha256:ae0c46f5353a9ac3bebbb413ac0edc6c38e7308243d111aa78de2169fb465125
environment:
ADMIN_USER: "admin"
ADMIN_PASS: ${APP_PASSWORD}
Expand All @@ -21,7 +21,7 @@
restart: on-failure

frontend:
image: ghcr.io/kittendevv/invio-frontend:v1.11.1@sha256:8692569f9742add5fa33f0d7a7c993d637c2ae0242d1e9878ea434d9e9187b46
image: ghcr.io/kittendevv/invio-frontend:v1.12.1@sha256:426d931e673be4f128bf8c9d51bcac46134733e1832c0ed442710554aa5a31b3
environment:
PORT: 8000
BACKEND_URL: http://invio_backend_1:3000
Expand Down
4 changes: 2 additions & 2 deletions invio/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1
id: invio
category: finance
name: Invio
version: "1.11.1"
version: "1.12.1"
tagline: Invio is a self-hosted invoicing app without the bloat
description: >-
Invio is a self-hosted invoicing without the bloat. A fast, minimalist, and
Expand All @@ -14,7 +14,7 @@ description: >-
secure, password-free links with clients. Lightweight by design, no CRM
overhead and no SaaS lock-in.
releaseNotes: >-
This release includes various bug fixes.
This release includes a bug fix for the settings route.


Full release notes can be found at https://github.com/kittendevv/Invio/releases
Expand Down